@nirav_29p yeah scoping the context works.. trim the .md files claude actually needs per session rather than loading the whole project every time. makes a big difference
genuine question for solo founders: at what point did your first 10 users stop feeling like an accident?
not when you hit 10. after. when you believed someone was choosing you, not stumbling across you.
@obussmann frontier capability and frontier pricing power are different products. the people using claude code daily aren't switching.. the people running batch jobs are
everyone's talking about how fast AI can generate code
nobody's talking about how much faster the review queue needs to get for that to actually help
you can vibe code your way into a backlog just as easily as a deadline
how I used to write prompts for a coding session:
- describe the whole feature
- describe the edge cases
- describe what not to do
- add examples
now:
- write a spec file before I open Claude
- one task per session
the difference: actually finishing things
@kamilkwapiszpl yeah the "add AI to the existing mess" pitch is the easy sell. the redesign question is harder to get a yes on but it's the only one that actually changes anything
@PatrickOjo_ the audit trail problem is the hard one. git history made sense when each commit was a human decision. when an agent commits 500 times, what's the unit of review?