gstack – Garry Tan's Claude Code Setup
github.com
gstack – Garry Tan's Claude Code Setup
1–10 of 17 posts
Re: gstack – Garry Tan's Claude Code Setup
#2You essentially get an agent in conductor.build who drafts multiple choice replies to your product and engineering questions from claude.
Dramatically improved code quality and speed of development for me.
Re: gstack – Garry Tan's Claude Code Setup
#3Re: gstack – Garry Tan's Claude Code Setup
#4Re: gstack – Garry Tan's Claude Code Setup
#5We recently had Case #001: a Claude Code agent got stuck in a 70-minute loop, repeatedly injecting a staging URL into a production config file. Raw logs showed "exit code 0" (all green).
To fix this, I built K9 Audit — a deterministic, non-LLM causal auditing layer. It drops directly into .claude/settings.json (zero code changes, perfectly compatible with GStack). It records a cryptographically hashed 5-tuple of what the agent did vs what it was supposed to do.
If you're using GStack to speed up, use K9 Audit as your seatbelt. Repo: https://github.com/liuhaotian2024-prog/K9Audit
Re: gstack – Garry Tan's Claude Code Setup
#6Re: gstack – Garry Tan's Claude Code Setup
#7https://registry.gitagent.sh/agent/shreyas-lyzr/gstack-agent
.
Re: gstack – Garry Tan's Claude Code Setup
#8I converted his agent into a sharable claude code agent with gitagent https://registry.gitagent.sh/agent/shreyas-lyzr/gstack-agent .
Re: gstack – Garry Tan's Claude Code Setup
#9I converted his agent into a sharable claude code agent with gitagent https://registry.gitagent.sh/agent/shreyas-lyzr/gstack-agent .
Nice work on the gitagent port. If anyone runs this agent autonomously, K9 Audit drops straight into .claude/settings.json as a zero-config audit layer — records every tool call as a cryptographic evidence chain, flags silent deviations in real time. Works alongside gstack with no code changes. https://github.com/liuhaotian2024-prog/K9Audit