Agni Bhattacharyya

227 posts

Agni Bhattacharyya banner
Agni Bhattacharyya

Agni Bhattacharyya

@PyAgni

Software Engineer | Prev @funnelstory

Bengaluru, India Katılım Ekim 2010
2K Takip Edilen127 Takipçiler
Abhimanyu Saxena
Abhimanyu Saxena@asxna·
Super intelligence is already here, and the bottleneck is our ability to harness it. By building efficient harnesses! If you're a builder who have been burning the mid night oil, deep in the wonderland of Openclaw, Claude Code and agents, cycling between eureka and existential crisis, I've an offer you can't reject! You will work with me very closely, to reimagine how humans work. Build systems that can make almost everyone 10x productive, and take away their grunt work. You will have infinite token budget, an opportunity to work on problems that frontier research labs are solving, working with the researchers there, and work with some of the smartest folks in this space in the country. Salary no barrier, your annual earning would be a function of what impact you can drive, education and age doesn't matter, show me what you've built. DMs are open, and we're up for a big adventure! Lessgo!
English
24
18
247
18.2K
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
“same problem as before but 100x harder because people are crossing domains” Being a back-end dev, I’m experiencing this so much as I’m trying to learn design just so I can write better prompts. Figma Make, Stitch, Canva AI, or whatever is pretty useless if I don’t have at least a decent understanding of design.
dax@thdxr

some thoughts on figuring out how to keep producing good work

English
0
0
1
66
0xSero
0xSero@0xSero·
Do you want to try Droid? I’m doing a giveaway 3 people will win 100M Factory credits each.Thats 5 months of their 20$ a month subscription. Winners selected randomly from comments in 48 hours.
0xSero tweet media
English
1K
36
797
81.1K
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
Found these old gems while cleaning the house. Guess it’s time to touch some grass 🍃
Agni Bhattacharyya tweet media
English
0
0
1
39
Agni Bhattacharyya retweetledi
Mario Zechner
Mario Zechner@badlogicgames·
we as software engineers are becoming beholden to a handful of well funded corportations. while they are our "friends" now, that may change due to incentives. i'm very uncomfortable with that. i believe we need to band together as a community and create a public, free to use repository of real-world (coding) agent sessions/traces. I want small labs, startups, and tinkerers to have access to the same data the big folks currently gobble up from all of us. So we, as a community, can do what e.g. Cursor does below, and take back a little bit of control again. Who's with me? cursor.com/blog/real-time…
English
182
344
2.8K
277.5K
Gergely Orosz
Gergely Orosz@GergelyOrosz·
If you use GitHub (especially if you pay for it!!) consider doing this *immediately* Settings -> Privacy -> Disallow GitHub to train their models on your code. GitHub opted *everyone* into training. No matter if you pay for the service (like I do). WTH github.com/settings/copil…
Gergely Orosz tweet media
English
391
917
5.1K
584.5K
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
Raised a PR for it, but not sure not how long it’ll take for reviews / approval. Meanwhile, my fork here should be helpful - github.com/PyAgni/emulate… Refer to the README within packages/@internal/descope/ to see how it implemented. Note: this doesn’t support Descope Flows.
English
0
0
1
26
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
And since Descope uses their internal APIs, and emulate is meant to only work with direct Google OAuth APIs, it didn’t work out of the box. So I did the only acceptable thing 🥹, vibe coded a descope package within emulate, and got it working after some hiccups.
English
1
0
0
26
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
This is so cool! Claude code can now test my product end to end with this, using “Continue with Google”. The only problem was that I was using the @descopeinc Go SDK for handling the auth heavy lifting under the hood.
Chris Tate@ctatedev

Sign in with Google ...without actually signing into Google `emulate` is a service emulator that makes external integrations easy to test, stable to run, and predictable for agents, CI or anywhere determinism matters npx skills add vercel-labs/emulate --skill google

English
1
0
0
86
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
Mario Zechner just dropped the most based take on the whole AI coding frenzy and I’m quoting the entire 2nd half of the blog in my head on repeat. Takeaways from “Thoughts on slowing the fuck down” (mostly direct quotes) Agentic search has dogshit recall. Before an agent touches any code it’s supposed to first search the entire relevant codebase. But current agentic search is broken, even if you give it a queryable index, LSP server, or vector DB. The bigger the codebase, the lower the recall. Low recall = the agent literally doesn’t see half the code it needs → it makes garbage architectural decisions that compound into unmaintainable slop. So how should you actually use agents right now? Only on scoped work where the agent doesn’t need to grok the full codebase. The loop must be closable (it can evaluate and fix its own output). The output must not be mission-critical (side projects, internal tools, experiments, all the stuff that can break without taking your product down). You are the final quality gate. Always. Let the agent do the boring, rote, “I’d never have time for this” stuff. Let it explore ideas you wouldn’t otherwise try. Then you review everything it spits out, keep the parts that are actually good, and finalize the implementation yourself. (Yeah, you can even let it do the final polish, but only after you’ve signed off.) Review every single line the clanker generates. (This is something I’m struggling with currently) Anything foundational like architecture, public APIs, core data models, security boundaries, write it by hand. Or at the very least pair-program with the agent so you stay in the code the whole time. Because slowing the fuck down and suffering a little friction is exactly what lets you learn, grow, and actually understand your own system. You’ll sleep like a baby knowing you still have an idea what the fuck is going on… and that you never surrendered your agency. Quote-tweeting this because the everyone needs to hear this, and I’d keep coming back to this in my timeline. Thanks Mario, for writing a piece “without much technical depth” but with depth nonetheless 🙇🏻
Mario Zechner@badlogicgames

I'm usually not one to write thought pieces without much technical depth. But here we go. Slow the fuck down. mariozechner.at/posts/2026-03-…

English
0
0
1
94
Agni Bhattacharyya retweetledi
kache
kache@yacineMTB·
you still need to read and understand code
English
212
264
3.5K
138.4K
Agni Bhattacharyya retweetledi
Kyle Mistele 🏴‍☠️
Kyle Mistele 🏴‍☠️@0xblacklight·
building something where you spent a lot of time thinking about the right abstractions and nailed them is amazing it's dramatically easier to ship if you nail this the temptation is to worry about all your abstractions up front the right thing to do though actually is to optimize for learning, ship things, and then refactor after patterns emerge from hitting the same problems 10 times
English
4
2
29
3.4K
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
So true! I now spend more time reviewing code than thinking about or designing the architecture initially. I have a rough idea of how the features are going to be implemented, as per an Implementation_plan.md file. Then Kimi2.5 writes the code, Opus reviews, and the PR gets merged. I only review code thoroughly after a couple of PRs have been merged, and then ask for changes. The loop goes on.
Arnav Gupta@championswimmer

As Claude/Codex creates sprawl of slop after a while in the codebase, a critical role of you, as the software engineer is to keep identifying that sprawl, opportunities of refactoring the code to better abstractions, DRY the WET code in many places.

English
0
0
0
65
Agni Bhattacharyya
Agni Bhattacharyya@PyAgni·
In the coming years, designers are going to be hugely valued. I’m a back-end engineer professionally, but now I’m obviously working on everything across mobile apps, landing pages, UI components etc etc. Everything is pretty easy with agents, but designing a good interface which people see and think “damn, I wanna try that” just seems impossible! And I’ve tried everything - Figma, pencil. dev, Stitch, and what not. And none of these are generating good designs. At this point, I’m trying to learn design so I can prompt the AI in a better way. Because right now, I don’t even know what a good design sounds like when read out loud! Colleges should probably add a small design course along with C in the first semester ngl 🥹
English
0
1
1
44