Skip to content
View AbhiiGatty's full-sized avatar
🎃
Writing programs for my pumpkin overlords.
🎃
Writing programs for my pumpkin overlords.

Block or report AbhiiGatty

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AbhiiGatty/README.md

Hi! I'm Abhishek P, alias abhiigatty. Human in Tech. 👋

typing

I'm a senior backend engineer who loves products, infrastructure, and solving puzzles. These days most of my day goes into writing specs, skills, and evals, and managing a swarm of agents. Some are Claude. Some live in Cursor. Some live on OpenRouter. They do the typing. I do the thinking.

I sit in the loop. I have opinions about taste. I trust evals more than vibes.

What I'm Doing Right Now

Current Workflow

flowchart LR
    Me([me])
    subgraph Agents[the swarm]
      C[Claude]
      K[Cursor]
      O[OpenRouter]
    end
    Spec[spec + skills + evals]
    Diff[diff]
    Eval[eval suite]
    Ship[ship]

    Me --> Spec
    Spec --> C
    Spec --> K
    Spec --> O
    C --> Diff
    K --> Diff
    O --> Diff
    Diff --> Me
    Me --> Eval
    Eval --> Ship

    classDef me fill:#111111,stroke:#000,stroke-width:2px,color:#ffffff
    classDef agent fill:#ffffff,stroke:#111111,stroke-width:1.5px,color:#111111
    classDef artifact fill:#f5f5f5,stroke:#111111,stroke-width:1px,color:#111111
    classDef ship fill:#111111,stroke:#000,color:#ffffff
    class Me me
    class C,K,O agent
    class Spec,Diff,Eval artifact
    class Ship ship
Loading

I write the spec. The agents draft the diff. I read it, run the eval suite, and decide if it ships. The agents are fast. The eval is what makes me trust the diff. The taste is what decides if it ships at all.

Most of my hours go into writing specs and skills, reading agent diffs, and running evals. A small slice still goes into product thinking and the occasional bit of code by hand.

Current Learning In The AI Development Age

  • Evals are the new tests. Unit tests check that a function does what you wrote. Evals check that the system does what you meant. If you can't measure it, you can't trust it, and you definitely can't ship it.
  • Backend reflexes still earn their keep. Knowing how a queue, a cache, or a slow query actually behaves is the fastest way to spot when a model is confidently wrong.
  • Taste is the bottleneck. Anyone can generate a thousand lines of code now. Far fewer people can tell you which fifty lines are worth keeping. That's the job.
  • Specs beat prompts. A good spec survives a model swap. A clever prompt usually doesn't.

Current Toolkit And Experience With Technologies

Agents and AI

Claude · Claude Code · Cursor · OpenRouter · OpenAI

Languages and Frameworks

Python · Go · Django · Flask · FastAPI · Gin · AsyncIO

Databases and Caching

PostgreSQL · MySQL · SQLite · Redis · AWS DynamoDB · PgBouncer

Queues, Async, and Realtime

RabbitMQ · Celery · NGINX · uWSGI · Gunicorn · WebRTC · MQTT

Cloud and Infra

AWS (EC2, Lambda, S3, IoT Core, Kinesis, SNS, SES, SQS) · DigitalOcean · Docker · Kubernetes · Jenkins · ArgoCD · Rancher · Cloudflare · Prometheus · Kibana · Elasticsearch

Auth, Comms, and SaaS I've Shipped Against

Keycloak · OAuth 2.0 · OpenID · Twilio · SendGrid · Mailgun · Braze · Zendesk · Swagger · Postman

Version Control and Shell

Git · GitHub · GitLab · Linux · Bash · Vim · VS Code

Where I've Worked

company role the gist
InstaViewAI Sr. Backend Engineer AI interview infra, the part where the model meets the user
UniCourt SDE Big data, search, court records, PACER, law-as-a-service
Velotio SDE Consulting across backend, mobile, hardware, and cloud
Kami Vision SDE Computer vision adjacent backend, IoT, video pipelines

The thread through all of it. Data heavy backends, distributed systems, and a healthy paranoia about correctness. Domain-driven design, SOC 2, OEM portals, subscription systems, and a lot of glue between hardware, cloud, and the user.

Things I Care About

Open source Big data and distributed systems InfoSec and pentesting
The license isn't the part that matters. The people who show up are. My old habitat. Still the lens I reach for first. Paranoid by default. It's a feature.

AI product craft. The interesting gap right now is between "the demo works" and "users trust it every day." Most of that gap is evals, taste, and a lot of patient iteration.

How I Actually Pick Models

Picking a model based on a 5 prompt spot check feels good and tells you almost nothing. A workflow I actually run.

# 1. write 30 to 50 real inputs from production logs
# 2. write a grader, LLM as judge or rule based
# 3. run the candidate change against the eval suite
# 4. compare pass rate, p50 and p95 latency, cost per run
# 5. only then decide

It's slower than vibing. It also stops me shipping regressions I'd otherwise miss until a user finds them.

The tradeoff: writing the eval set is the most annoying part of the job. I keep doing it because every time I skip it, I regret it within a week.

GitHub, In Numbers

activity graph


abhiigatty.com · 𝕏 · GitHub · LinkedIn · Instagram · Email

Pinned Loading

  1. VTU-Lab-Material VTU-Lab-Material Public

    Forked from so-sc/VTU-Lab-Material

    This is a collection of resources that intend to cover from lab programs to viva questions and all everything in between.

    C 1

  2. QRGen_Notify QRGen_Notify Public

    QR generation and email notification system for DevHost18 conducted by SahyadriOpenSourceCommunity in Python3

    Python 1

  3. getanimes getanimes Public

    An anime series downloader.

    Python 1

  4. defeated_foes defeated_foes Public

    The problems that i have conquererd for the sole pupose of the questions audacity of disturibing the peace of my mind.

    Python

  5. so-sc/sosc-website so-sc/sosc-website Public

    The official website for sahyadri open source community

    JavaScript 67 108