@NainsiDwiv50980: “I don’t think I’ve typed a line of code since December.” When Andrej Karpathy said that, most people treated it like a…

X AI KOLs Timeline Tools

Summary

Garry Tan introduces 'gstack', an open-source tool that orchestrates AI agents to act as a full software team, claiming an 810x increase in development output by shifting from coding to directing AI systems.

“I don’t think I’ve typed a line of code since December.” When Andrej Karpathy said that, most people treated it like a crazy AI quote. @garrytan treated it like a question: “What happens when one person operates like an entire software team?” Then he built gstack. And honestly… this repo feels less like a dev tool and more like a preview of where software is going. Not AI as autocomplete. AI as: - CEO - Staff engineer - QA lead - Security reviewer - Designer - Release manager - Browser operator - Parallel execution layer All coordinated through structured workflows. The craziest part is the numbers. Garry says his current pace is ~810× higher than his 2013 output — normalized for logical code changes, not inflated AI LOC. Same person. Same brain. Different tooling. That’s the shift everyone is underestimating right now. The winners in the next era probably won’t be the people who code the fastest. They’ll be the people who can direct, review, and orchestrate AI systems the best. A few things in gstack that genuinely stood out to me: → /office-hours challenges your product assumptions before you build → /autoplan runs CEO + design + eng reviews automatically → /qa opens a real browser, tests flows, finds bugs, and fixes them → /review catches production-level issues before shipping → /pair-agent lets multiple AI agents collaborate together → parallel AI sprints running at the same time across projects This is the first open-source repo in a while that actually made me stop and rethink how software teams will work 2–3 years from now. We’re moving from: “AI helps developers code” to “developers operate systems of AI workers.” That’s a very different future. 100% Open-source Link in comments
Original Article

Similar Articles

@garrytan: https://x.com/garrytan/status/2061454423034110372

X AI KOLs Following

Garry Tan argues that developers are over-engineering with excessive code when using AI agents; instead, they should trust the model and build minimal, instruction-based software, exemplified by his open-source project GStack.

garrytan/gstack

GitHub Trending (daily)

Garry Tan introduces gstack, an open-source software factory that turns Claude Code into a virtual engineering team, enabling solo developers to ship features at an unprecedented pace.

@Hamburgerai: Many AI programming failures aren't because the first version of the code can't be written, but because requirements aren't clarified, designs aren't reviewed, code reviews aren't thorough, QA isn't actually run, and no one wraps up before release. When working solo, these steps are the easiest to skip. `garrytan/gstack` turns this into a Claude...

X AI KOLs Following

gstack is an open-source software factory that provides a structured workflow for Claude Code, turning it into a virtual engineering team with slash commands for each development phase. It helps solo developers ship like a team by enforcing engineering discipline.