Ayan Bag

Currently working @Deloitte US-India

Hi! I'm Ayan Bag, a software engineer who loves building cool stuff with code. Lately, I've been obsessed with automating boring, everyday tasks using AI agentsβ€”because why do the same thing twice when a bot can do it for you? 😎

Latest Projects

  • August, 2026

    pockettune

    PocketTune : The Fastest LLM Config for the Phone in Your Hand β€’ Software Engineering

    Every Android phone runs on different Arm silicon, and almost every on-device LLM app ships one generic build to all of them. PocketTune detects the chip, sweeps configurations on the device itself, and applies the winner β€” then hands you an offline chat app running it. Measured across three real phones: 3.88x to 5.59x faster prompt processing. And the phone with the best spec sheet lost.

  • July, 2026

    sciogen

    Sciogen : Codebase Intelligence Layer for Coding Agents β€’ Software Engineering

    sciogen builds a queryable knowledge graph over your codebase. Index once with tree-sitter, and questions like who calls this? or what breaks if I change it? become sub-second lookups returning typed file:line objects β€” not raw source. Built for coding agents over MCP. It never calls an LLM itself.