Available for new projects

AI tools & tech services that actually ship.

Python automation, AI-powered apps, and custom websites — built fast with Claude Code and Claude AI, priced fairly, delivered without the runaround.

I drive the build — Claude Code and Claude AI accelerate it.

Torres Tech Remote — Services
🤖
AI-Powered Tools
Built with Claude Code & Claude AI
from $300
⚙️
Python Automation
Scripts, workflows, data pipelines
from $150
🌐
Business Websites
Fast, mobile-ready, no bloat
from $250
📊
Data Dashboards
Live reporting & automation
from $200
3
AI products built
48hr
Avg. turnaround
$0
Hidden fees
100%
Remote delivery

Built and deployed — not just demos.

Real tools built with Claude Code and Claude AI, deployed on Railway. Every product on this page was designed, built, and shipped using Claude Code and Claude AI.

Demo
📄
Doc Analyzer
Upload any PDF, TXT, or Markdown file and get an instant AI summary — key data points, action items, and red flags. Email the report directly from the app.
Python Flask Claude Railway
Part of Workblox
Click to see a demo →
Demo
🐧
Linux Assistant
Describe a Linux problem in plain English — get the exact command, a clear explanation, and safety warnings. Powered by Claude AI.
Python Flask Claude Railway
Part of Workblox
Click to see a demo →
Demo
🪟
Windows Assistant
Describe a Windows problem in plain English — get the exact PowerShell or CMD command, an explanation, and warnings before you run it.
Python Flask Claude Railway
Part of Workblox
Click to see a demo →
Demo
🍎
Mac Assistant
Describe a Mac problem in plain English — get the exact Terminal command, an explanation, and safety warnings. No more Googling cryptic macOS errors.
Python Flask Claude Railway
Part of Workblox
Click to see a demo →
Demo
Workflow Builder
Describe a repetitive task in plain English and get a ready-to-run Python script. AI-generated automation for real business workflows.
Python Flask Claude Railway
Part of Workblox
Click to see a demo →

One-time projects or ongoing support.

Flat-rate pricing, no surprises. You know exactly what you're getting before work begins.

🤖
AI-Powered Tools
Custom integrations using Claude AI. Chatbots, document analyzers, automation agents — built to your workflow.
$300 starting price
Custom AI prompt engineering
API integration & deployment
Railway or your own hosting
Source code included
⚙️
Python Automation
Kill repetitive tasks. Scraping, data processing, file automation, API connectors, scheduled jobs — whatever's eating your time.
$150 starting price
Fully working, tested script
Clear documentation
Google Sheets / API integration
48-hour delivery on most jobs
🌐
Business Websites
Fast, mobile-friendly sites built from scratch in clean HTML/CSS. No page builders, no monthly fees, no bloated templates.
$250 starting price
Custom design to your brand
Mobile-first & fast-loading
Contact form & SEO basics
GitHub Pages or your host
📊
Data Dashboards
Live reporting tools, inventory trackers, and Google Sheets automations that update in real time — no manual data entry.
$200 starting price
Google Sheets or SQLite backend
Live charts & summary stats
Custom filters & alerts
Exportable reports

Simple from start to finish.

No jargon, no scope creep, no surprises. You describe the problem — I handle the rest.

Step 01
Tell me what you need
No tech knowledge required. Describe your goal, problem, or workflow and I'll scope it out clearly — before any work starts.
Step 02
I build it
Using AI-assisted development, I ship clean, working solutions fast. You'll see exactly what you're getting before I start.
Step 03
You get the result
A fully working tool, script, or website — delivered on time, at the agreed price. No hidden charges, no last-minute additions.
Step 04
Ongoing support available
Need updates, new features, or a retainer? I offer ongoing support for all projects — just ask when you reach out.

Projects I've built.

Skill demonstrations built to production standard. All projects show real functionality — not wireframes.

🎮
AI Strategy Engine
Full-stack web app with a minimax AI opponent — demonstrates algorithm design, game state management, and real-time browser interaction.
Python Flask JavaScript Claude
📋
ATS Resume Analyzer
Scans a resume against a job description and scores ATS compatibility — highlights missing keywords and suggests improvements.
Python NLP Flask Claude
📦
Inventory Dashboard
Live inventory tracker — monitors stock levels, flags low and critical items, and surfaces a real-time summary with charts.
Python Flask SQLite Claude
🔗
Google Sheets Automation
Python script that reads, cleans, and writes data to Google Sheets automatically — eliminates hours of manual data entry.
Python Google Sheets API Automation Claude

Why work with Torres Tech Remote.

🏆
CompTIA A+ Certified
IT Technician — Hardware & Software Support. Industry-recognized certification covering troubleshooting, networking, and system configuration.
🚀
Built with Claude (Anthropic)
Every project is built using Claude as the primary development AI — I direct the work, manage requirements, and ensure quality. Claude is the tool; I'm the one driving it.
🔒
You own what I build
Source code is included by default. Full ownership transfer available — confirmed in writing before any work starts.
💬
Flat-rate, no surprises
Every project is quoted upfront. No hourly billing, no scope creep charges, no invoices that don't match what you expected.
🛡️
Your documents stay yours
All documents and files shared with Torres Tech Remote are used solely to deliver your service. Nothing is stored, retained, shared, or resold. Files are processed and discarded immediately — nothing is kept after your report is delivered.

Ready to build something?

Describe your project and I'll get back to you within 24 hours with a clear scope and flat-rate quote.

🐧
Linux Assistant
Your Question
linux-assistant
Command
Explanation
Warning
Workflow Builder
Your Task
Generated Script
import os
from datetime import date
 
folder = "/reports"
today = date.today().strftime("%Y-%m-%d")
 
for fname in os.listdir(folder):
  if not fname.startswith(today):
    new = f"{today}_{fname}"
    os.rename(
      os.path.join(folder, fname),
      os.path.join(folder, new))
 
print("Done — files renamed.")
🪟
Windows Assistant
Your Question
PowerShell
Command
Explanation
Warning
🍎
Mac Assistant
Your Question
Terminal
Command
Explanation
Warning
📄
Doc Analyzer
PDF
quarterly_report.pdf
2.4 MB • 18 pages
Analyzing document…0%
18-page document processed. Main topic: Q3 financial performance — revenue growth and operational highlights.
Key figures extracted: Revenue $4.2M (+14% YoY), net margin 22%, three new product lines launched this quarter.
Accounts receivable up 31% with no explanation — may indicate delayed collections. Worth reviewing before filing.