I’ve been using Cursor, Claude, and others quite a bit and I keep hitting the same pattern. The tool really wants me to step aside. I hand it a task, it vanishes, edits a bunch of files, and comes back with a fat diff. Then I’m supposed to reverse-engineer what it did, tie it back to what I intended, and fix what’s not right if I can spot it. It works pretty well a fair amount of the time, but it's not my work. Giving the LLM enough instruction to narrow that gap is more effort than just writing it myself.
I’m not looking for an “agent.” Not an intern. I want a collaboration partner. I'm not a cog in the agentic machine. It's a cog in mine. I want to stay in the game.
What’s been working for me is a much tighter loop. I find I stay in Cursor quite a bit, keep edits small and in front of me, and let something real kick in when I drift—syntax, structure, rules (I wired up my own setup for that). When something’s wrong, I see it fast. I fix it, or I tell the LLM exactly what to change. No surprise thousand-line patches. No “it went off and did stuff” and I find out later.
I stay sharp. I still have the system in my head. I’m not only reviewing it, I’m still building it. The LLM makes me faster but I'm still driving.
I’m doing the same with specs (a custom spec DSL integrated into Cursor and IntelliJ). The LLM helps draft, the tooling says “nope” immediately, and I fix directly or steer the LLM. Same rhythm whether it’s spec or code. And the spec is still the center of gravity. It is used to instruct the LLM when it's writing code.
I know the industry story right now is more autonomy, more agents, less human. I’m running the other way on purpose.
Are you comfortable with delegating authority to LLMs? When you use them, does it still feel like it's your work or mostly like reviewing something else's work? Would you trade a bit of “it did it for me” for quicker feedback and a smaller blast radius?
Do what works for you, so long as it is honestly working. This is just how I'm doing it.
Comments URL: https://news.ycombinator.com/item?id=47676736
Points: 3
# Comments: 0