[FOR HIRE] Backend & AI Engineer | FastAPI · LangChain · RAG · AWS | 3 yrs | Freelance
Honest truth nobody says:
Most "AI developers" you'll hire this year will cost you more than they save you.
Not because they're bad people.
Because they learned AI from Twitter threads and YouTube tutorials — and you won't find out until your product is already in production and breaking.
I know this because I've been called in to fix what they built.
Here's what I've actually cleaned up:
→ A RAG system where every answer was confidently wrong — chunks were so small the AI had zero context to work with
→ An AI agent that restarted from scratch every time an API timed out — no checkpointing, no state recovery, just silent failure
→ A FastAPI backend doing synchronous LLM calls — 10 concurrent users and the whole thing queued up and died
→ A chatbot leaking conversation history across different users — a data privacy disaster waiting to happen
→ An AWS deployment with hardcoded API keys in the codebase — pushed to a public repo
None of these were built by lazy people. They were built by developers who didn't know what they didn't know.
What I do differently:
I treat AI systems like production infrastructure — not research projects.
That means:
On RAG:
Semantic chunking over fixed-size. Hybrid search. Reranking. Metadata filtering. Not just "embed and retrieve."
On Agents:
Checkpoint every tool call to DB. Separate working memory from conversation history. Budget your context window. Plan for failure from day one.
On APIs:
Async from the start. Retry logic built in. Fallback models configured. Timeout budgets set. Never synchronous LLM calls on the main thread.
On Deployment:
Secrets management. Proper logging. Health checks. Graceful degradation. Not just "it works on my machine."
This is who I am:
3 years building backend and AI systems in production. Not side projects. Not tutorials. Production systems with real users, real data, real consequences when things break.
Stack I work in daily:
Python FastAPI LangChain RAG Vector DBs OpenAI API Claude API PostgreSQL Redis AWS Azure Docker Celery
I'm open for freelance today.
Best fit:
✅ You're building an AI product and want it done right the first time
✅ You inherited a broken AI system and need someone to fix and rebuild it
✅ You're a founder who needs a technical partner for backend + AI — not just a code monkey
✅ You need async collaboration — IST timezone, works perfectly with US/Canada hours
Not a fit:
❌ You want the cheapest option
❌ You need frontend development
❌ You want a ChatGPT wrapper and call it an AI product
Rate: Tell me your scope in 2 lines. I'll give you a number same day.
Availability: Evenings & weekends IST (UTC+5:30)
Response time: Within 24 hours. Every time. No ghosting.
To reach me — just DM:
"I broke my AI system by doing ___" 😅
or
"I'm building ___ and need help with ___"
Either works. I'll respond with exactly how I'd approach it. 👇