Skip to content
View hereisSwapnil's full-sized avatar
⚙️
Working on AI systems
⚙️
Working on AI systems

Highlights

  • Pro

Organizations

@TechDaTheka @GDG-OnCampus-JSS

Block or report hereisSwapnil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hereisSwapnil/README.md

Swapnil Singh

Building Multi-Agent Systems & Scalable Backends

Profile Views

About

I’m a backend engineer building the infrastructure that powers AI agents.

I don't just wrap LLMs in API calls; I build the distributed systems that make them reliable in production. My work focuses on handling the unpredictability of AI, ensuring agents can reason, plan, and execute tasks without breaking.

I solve these problems with Go, solid microservices architecture, and a focus on keeping things simple and observable.

Engineering Philosophy

  • Build for Reliability: Fast is good, but consistent is better. I design systems to handle failure gracefully.
  • Keep It Simple: I use boring, proven tools for infrastructure so I can focus innovation on the actual product.
  • Treat Agents Like Software: AI isn't magic. It needs testing, versioning, and monitoring just like any other code.

Connect

WebsiteGitHubLinkedInTwitterEmail

Buy Me A Coffee

Pinned Loading

  1. reddit-mcp reddit-mcp Public

    An MCP server that lets Claude Desktop browse, search, and analyze Reddit in real time with zero setup and optional OAuth for higher limits.

    Python 3

  2. blinkit-mcp blinkit-mcp Public

    An Unofficial MCP server that lets Claude Desktop search products, manage carts, and complete Blinkit orders automatically using natural language commands.

    Python 6

  3. NagrikAurSamvidhan NagrikAurSamvidhan Public

    A platform that simplifies the Indian Constitution for students and citizens using quizzes, gamification, and AI-powered explanations.

    JavaScript

  4. go-mailer go-mailer Public

    A fast, concurrent Go app for sending personalized bulk emails from CSV using SMTP and worker pools.

    Go

  5. rag-from-scratch rag-from-scratch Public

    A minimal RAG system built from scratch: ingest, embed, store, search, answer.

    Python