SpecBuddy is live.
Review what your AI agent is going to do — before it writes a line of code.
Spec → plan → step-by-step execution, all reviewable, inside your JetBrains IDE. Runs on Claude Code or Codex.
Free public beta. Demo 👇
https://t.co/56yOt5o2Hk
An AI coding agent (whether Claude Code from @ClaudeDevs or Codex from @OpenAI) shouldn’t get permission to change the whole project from one prompt.
Review the spec! Review the plan! Then review one step’s diff.
Here’s the full loop inside @jetbrains IDEs from @spec_buddy:
SpecBuddy now works with @opencode.
Full flow — spec, plan, step-by-step execution — same as Claude Code and Codex.
The control layer shouldn't care which agent you run. Your favorite agent is your choice, not our limitation.
In your @jetbrains IDE 👇
@aashatwt Really? Skipping bitcoin in 2009 cost you nothing — your wealth stayed exactly the same either way. Skipping agentic engineering now actually risks your career. That's a bigger deal than the analogy suggests
@dexhorthy Isn't this too much to ask of every single developer? To me, that's IDP/platform-team responsibility. Isn't a regular software engineer better off just getting sharper at working with agents day-to-day?
IDE will shift into a place where you write specs, read code, do code reviews, and sometimes debug. It also holds a wide project model that can be really valuable context for agents.
That doesn't give you a chance to notice your agent went completely wrong until you've burned through your whole weekly budget. Convenient for them too — nudges you toward upgrading. At least with the 5-hour cap, you get a natural checkpoint to see what's actually been done 🙂
When you make a mistake in a low-level language, your program crashes. When you make a mistake in a high-level language, it throws an exception and keeps running. What happens when you make a mistake in system design?
Starting a new backend service today — what stack are you picking?
And if an agent's doing most of the implementation anyway, does @QuarkusIO vs @springboot still matter?