frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Garry Tan's Claude Code Setup

https://github.com/garrytan/gstack/tree/main
44•alienreborn•1h ago

Comments

rileymichael•1h ago
> In the last 60 days I have written over 600,000 lines of production code — 35% tests — and I am doing 10,000 to 20,000 usable lines of code per day

and what is there to show for it? absolutely terrible metric

baal80spam•1h ago
OK, I am an AI accelerationist, but this quote... Wow. Are we really back to measuring KLoC?
therobots927•1h ago
This reads like a a child telling you about their toys and making up fun little stories about how they all interact together. Or showing you their Minecraft server. How about you explain why anyone should care about this Gary, and no, lines of code aren’t a good reason.
grvdrm•1h ago
VC investor metric brain. Right?
therobots927•57m ago
If you can call a ketamine soaked, amphetamine-fried tangle of nerves a brain.
jazzpush2•56m ago
Right.

If these are the people making the decisions (and don't even get me started on the 'technical' folks at a16z...), the cluely-esque enshittification of VC over the last few years makes A LOT of sense.

observationist•1h ago
Omg, this is like god mode.

edit: There's a few funny threads on other social media. Honestly, though, let a guy get excited, when you find new ways of using new tech; he's one of the lucky 10,000 who has discovered prompt scaffolds. There are better, bespoke tools for more targeted tasks.

garrettjoecox•1h ago
Missing a satire disclaimer
toomuchtodo•1h ago
“Gary, this is a text file.”

https://www.youtube.com/watch?v=Q6nem-F8AG8

BrokenCogs•1h ago
This needs to be higher
fdghrtbrt•1h ago
LOL

"it's a bunch of files telling Claude to pretend to be different people"

I swear that was my analysis as well, verbatim.

rileymichael•1h ago
>somewhere right now, an LLM is saying 'great work' to a man who just committed a text file to github

this is fantastic, my exact thoughts looking at this repo

input_sh•1h ago
Looking at the README file, my first question would be what's his monthly API bill, with my second question being how much of a discount does he get as the CEO of Ycombinator.

My guesses would be five digits and 90%.

rovr138•1h ago
> five digits

before or after the 90%?

TrainedMonkey•1h ago
Yes
input_sh•1h ago
Considering he mentions ten sessions at once and I'm pretty confident he wouldn't tolerate waiting for the quota to reset itself... maybe like high four digits with the discount applied, definitely five without it.

I could be underestimating both by a digit.

heliumtera•1h ago
I swear to God I'm making a script to write \n to a file and call it productivity increase on social media.

What a disgrace, hacker culture died to this

hnrodey•1h ago
Why should anyone care about this?
input_sh•27m ago
For the same reason I care about Elon Musk's decisions after he purchased Twitter: I want more tech CEOs to publish as much of their bullshit online as possible for people to hopefully realise what their "superhuman productivity" actually looks like in practice.
fcpk•1h ago
and where's the result? LOC as a side a measure of success is typical for the "omg LLM are amazing and can do it all phase" but once you enter the "actually shipping products people want with human complexity and experience meltdowns" it's usually different....
KaiMagnus•1h ago
Well at the current trajectory I'd expect him to release his own OS or something by end of July, his own AWS competitor by October and to close YC applications indefinitely at the end of the year.

But for now I'd be fine with him making his repos public.

MaxLeiter•1h ago
LLM generated READMEs hurt my eyes

But maybe there is some cool stuff here. A lot of prolific AI-assisted engineers I know have their own advanced plan modes, and the CEO plan mode in the repo is interesting (although very token heavy)

https://github.com/garrytan/gstack/blob/main/plan-ceo-review...

zkr•1h ago
I am seriously worried about this guy's mental health at this point.
therobots927•58m ago
I’m not. He helped usher in this age of destructive sophistry and if it rots his brain out I could not give less of a shit.
ballooney•1h ago
In the last 60 days I have written over 600,000 lines of production code

No you haven't.

ta-run•1h ago
This is doing more to keep me away from "vibe coding" than anything else. Look, I'm genuinely interested in using AI as a tool and trying to boost my productivity in any way possible - I equate this to activities from the past like learning shortcuts of my editor, learning to type fast, and so on - but, the almost persuasive nature of this README, just pushes me away.

Not to mention using lines of code as a metric of usability is just _whatever_.

CactusBlue•1h ago
Mostly just markdown-based skills. I've personally had more luck with harnesses, preconfigured permissions, and scripts to automate the frequent workflows, and the repo seems pretty light on that.
vessenes•1h ago
Interesting to compare this to Gastown. I also have been starting with a design mode, but I have been doing the ceo side myself. I also rely almost solely on codex for audit - Claude is just too eager and optimistic to make a good auditor.
jazzpush2•1h ago
That's an absolute insane amount of code 'created', but the natural follow up is: for what? Are there examples of what this software has created?
claudiug•1h ago
is this https://theonion.com/ article here?

jesus christ...

Marciplan•1h ago
He's such a basic person
ed_mercer•1h ago
The problem with this is that it all runs local on someone's computer, whereas with openclaw you can involve your teammates (e.g. on slack) which is much more powerful.
Sherveen•1h ago
As I said on Product Hunt (which upset Garry quite a lot) --

If he weren't the CEO of YC, this wouldn't be on PH, and it wouldn't be on HN.

This is not an impressive setup, folks. It's overengineered and deeply into its own form -- it will not make your agents better, and is likely to make it worse. There are lots of other people to follow/learn from/mimic for skills/context engineering.

input_sh•1h ago
Wow, the astroturfing by other YC-funded CEOs over there in the comments is quite ridiculous.
arnvald•1h ago
I don't understand how adding an ad to every single skill is a good idea:

https://github.com/garrytan/gstack/commit/9d47619e4c72136574...

It just unnecessarily clutters the context, in EVERY single skill.

amdolan•48m ago
> There are other people…

Would you please share a couple? TIA

yumraj•1h ago
I've been using Claude code for a while, probably written close to 100K+ lines over several months.

It is always a learning exercise to see how other people are using CC and I'm sure I'll learn a lot from this, so thanks for sharing it.

But, I don't understand what 600,000 lines in 60 days mean. Lines of code is one thing, but to do what? There still needs to be a loop where CC generates code, there is test automation, maybe do some code review, and then test/run to see what it's built and if it matches the spec, refine the spec, provide new guidance and so on. Products are not built in isolation and are not just KLoC.

Now, if I were asking CC to, take the Algorithms text book and write all the code in all the language etc. (as an example) 600 KLoC over 60 days would make sense. If it were porting an existing product from one stack to another, maybe. But for new products, at least to me that part doesn't make sense.

fzeroracer•1h ago
The speed with which LLMs rot peoples brains is really quite stunning. This is just one of the many reasons why I can't trust anyone whose holding the bag for AI stuff, anyone knee deep in this mess is likely unable to see the horizon.
2kdjat•1h ago
I have written 600 THOUSAND lines of production code. The best and most beautiful production code. The agents negotiate. They want to make a DEAL. I am the best deal maker in the world. Thank you for your attention to this matter! -- GJT
madrox•1h ago
I've been using gstack for the last few days, and will probably keep it in my skill toolkit. There's a lot of things I like. It maps closely to skills I've made for myself.

First, I appreciate how he implemented auto-update. Not sure if that pattern is original, but I've been solving it in a different-but-worse way for a similar project. NOT a fan of how it's being used to present articles on Garry's List. I like the site, but that's a totally different lane.

The skills are great for upleveling plans. Claude in particular has a way of generating plans with huge blind spots. I've learned to pay close attention to plans to avoid getting burned, and the plan skills do a fair job at helping catch gaps so I don't have to ralph-wiggum later. I don't find the CEO skill terribly effective, but I do like the role it plays at finding delighters for features. This is also where I think my original prompting tends to be strong, which could be why it doesn't appear to have a huge impact like the other skills.

I think the design skills are great and I like the direction they're going. DESIGN.md needs to become a standard practice. I think it's done a great job at helping with design consistency and building UIs that don't feel like slop. This general approach will probably challenge lots of design-focused coding tools.

The approach to using the browser is superior to Claude's built-in extension in pretty much every way (except cookie management). It's worth it for that alone.

For people who don't understand this...think of each skill like a phase of the SDLC. The actual content, over time, will probably become bespoke to how your team builds software, but the steps themselves are all pretty much the same. All of this is still early days, so YMMV using these specific skills, but I like the philosophy.

xnx•1h ago
We need to stop paying attention to rich people.
nthngtshr•1h ago
I hope I’m wrong, but I’ve seen this pattern a couple of times with close friends: they get obsessed with a topic, their sleep falls apart, they seem manic, and eventually they start doing really strange things online and crash and burn. They usually recover, but by then a lot of relationships are damaged and they’re left with a lot of shame.

Now I know these are symptoms of bipolar disorder/psychosis (they both eventually got professional treatment and told me much later), and I wish I’d known at the time so I could’ve helped. He’s bragging about sleeping 4 hours and joking about having cyber psychosis. [0]

Sleeping only 4 hours is a classic mania symptom.

I’m not as close to Garry, so I don’t know for sure, but some of the behavior feels very similar to what I’ve seen in my friends.

I hope Garry has people in his life who can help. At the very least, you have to sleep — poor sleep is strongly correlated with psychiatric conditions.

[0] https://youtu.be/W3YpC4Dvzso?t=929

therobots927•59m ago
I agree with your assessment.

I could care less about Garry’s mental health. Or the mental health of any tech CEO, for that matter.

frizlab•47m ago
couldn’t?

Not-devops.com, a satirical blog about DevOps experiences

https://not-devops.com/
1•weird_trousers•30s ago•0 comments

RSS Gizmos – Tools for Creating, Finding, and Using RSS Feeds

https://rssgizmos.com/
1•ohjeez•45s ago•0 comments

Sparkling Water Helps Gamers Stay Focused for Hours

https://www.sciencealert.com/a-simple-drink-choice-helps-gamers-stay-focused-for-hours-study-finds
2•Gaishan•54s ago•0 comments

Show HN: Devopsiphai – A Claude Code skill to audit DevOps around 5 questions

https://github.com/sanhajio/devopsiphai
1•sanhajio•1m ago•0 comments

Android 15 appends .ogx to downloaded .ogg files – a MIME type mystery

https://file-converter-online.com/why-android-15-downloads-ogg-files-as-ogg-ogx-a-mime-type-analy...
1•iopodx•7m ago•1 comments

Show HN: Lore – Local AI thought capture and recall that runs on your machine

https://github.com/ErezShahaf/Lore
1•ErezShahaf•7m ago•0 comments

Kalshi criminally charged in Arizona for operating illegal gambling business

https://www.reuters.com/world/kalshi-charged-criminally-arizona-operating-illegal-gambling-busine...
3•petethomas•8m ago•0 comments

Roberts says personal hostility aimed at judges has 'got to stop'

https://www.reuters.com/legal/government/us-supreme-courts-roberts-says-personal-hostility-aimed-...
2•petethomas•11m ago•1 comments

GlassWorm malware hits 400 code repos on GitHub, NPM, VSCode, OpenVSX

https://www.bleepingcomputer.com/news/security/glassworm-malware-hits-400-plus-code-repos-on-gith...
1•uyzstvqs•13m ago•0 comments

Conductor – Multi-agent AI workflows in YAML with parallelism and human gate

https://github.com/microsoft/conductor
1•juniorlimaivd•13m ago•0 comments

Introduction to Human Behavioral Biology – Robert Sapolsky [video]

https://www.youtube.com/watch?v=NNnIGh9g6fA&list=PL150326949691B199
1•nomilk•17m ago•0 comments

Tars – A local-first autonomous supervisor powered by Google Gemini

https://tars.saccolabs.com
1•TarsAssistant•19m ago•0 comments

Nvidia expands open model families to power agentic, physical and healthcare AI

https://nvidianews.nvidia.com/news/nvidia-expands-open-model-families-to-power-the-next-wave-of-a...
3•teleforce•20m ago•0 comments

Eureka Manifesto: The Mission for Our Civilization

https://yurimilnermanifesto.org/reader.html
1•avonmach•22m ago•0 comments

Mamba-3

https://www.together.ai/blog/mamba-3
1•matt_d•22m ago•0 comments

We Banned React's UseEffect

https://twitter.com/alvinsng/status/2033969062834045089
2•alvsng•23m ago•0 comments

Build a NAS Using FreeBSD on a Raspberry Pi

https://freebsdfoundation.org/blog/build-a-nas-using-freebsd-on-a-raspberry-pi/
1•pss314•23m ago•0 comments

Nvidia announces Dynamo 1.0, first operating system designed for AI factories

https://nvidianews.nvidia.com/news/dynamo-1-0
1•teleforce•23m ago•0 comments

Dark Matter as Gravitational Memory: A Causal Rail for Wave Function Collapse

1•EvertonB•24m ago•1 comments

Pap: Zero Trust AI Agents

https://baur-software.github.io/pap/
1•toadkicker•24m ago•1 comments

Colorectal cancer now the most common cause of cancer deaths for people under 50

https://www.livescience.com/health/cancer/colorectal-cancer-is-now-the-most-common-cause-of-cance...
1•cpncrunch•27m ago•0 comments

AI Drone Software Stock Jumps 520% in Best IPO Since Newsmax

https://www.bloomberg.com/news/articles/2026-03-17/ai-drone-software-stock-jumps-700-in-best-ipo-...
1•defly•29m ago•0 comments

API Extractor: TypeScript Analysis Tool for API Reports, Docs and .d.ts Rollups

https://api-extractor.com/
1•stefankuehnel•30m ago•0 comments

Open AI is actively censoring information about voting today in the US

2•resters•31m ago•5 comments

AI costs are showing up before revenue in public cloud companies

1•alanjacobson•31m ago•0 comments

Firefox has killed its old mascot. Here's what the new (cute) one looks like

https://www.neowin.net/news/firefox-has-killed-its-old-mascot-heres-what-the-new-cute-one-looks-l...
1•bundie•32m ago•0 comments

Ask HN: Best Tech News Sites

1•zahirbmirza•38m ago•1 comments

Framedeck: A Framework mainboard based Cyberdeck

https://github.com/brickbots/framedeck
2•PaulHoule•38m ago•0 comments

HogPocket – Mobile dashboard for PostHog analytics

https://hogpocket.app
1•omardak•40m ago•1 comments

Apple can delist apps "with or without cause," judge says in loss for Musi app

https://arstechnica.com/tech-policy/2026/03/judge-upholds-apple-delisting-of-free-musi-app-that-s...
5•MBCook•40m ago•1 comments