Earlier quoted context omitted.
Unfortunately Codex doesn’t seem to be able to export the entire session as markdown, otherwise I’d suggest encouraging people to include that in their Show HNs. It’s kind of nuts that it’s so difficult to export what’s now a part of the engineering process. I don’t have anything against vibe coded apps, but what makes them interesting is to see the vibe coding session and all the false starts along the way. You lear…
mthurman pointed me to https://static.simonwillison.net/static/2025/claude-code-mic... - is that what you have in mind?
If AI writes code, should the session be part of the commit?
81–90 of 410 posts
Re: If AI writes code, should the session be part of the commit?
#82Re: If AI writes code, should the session be part of the commit?
#83Earlier quoted context omitted.
post mortems / bug hunting -- pinpointing what part of the logic was to blame for a certain problem.
this is what granular commits are for, the kilobytes long log of claude running in circles over bullshit isn't going to help anyone
Re: If AI writes code, should the session be part of the commit?
#84I floated that idea a week ago: https://news.ycombinator.com/item?id=47096202 , although I used the word "prompts" which users pointed out was obsolete. "Session" seems better for now. The objections I heard, which seemed solid, are (1) there's no single input to the AI (i.e. no single session or prompt) from which such a project is generated, (2) the back-and-forth between human and AI isn't exactly like working wit…
Why does the regular voting system fail here? Are there just too many Show HNs for people to process the new ones, so the good ones get lost in the noise?
Re: If AI writes code, should the session be part of the commit?
#85Re: If AI writes code, should the session be part of the commit?
#86Re: If AI writes code, should the session be part of the commit?
#87Should my google search history be part of the commit? To that question my answer is no.
Re: If AI writes code, should the session be part of the commit?
#88I did this in the beginning and realized I never went back to it. I think we have to learn to embrace the chaos. We can try to place a couple of anchors in the search space by having Claude summarize the code base every once in a while, but I am not sure if even that is necessary. The code it writes is git versioned and is probably enough to go on.
Re: If AI writes code, should the session be part of the commit?
#89I floated that idea a week ago: https://news.ycombinator.com/item?id=47096202 , although I used the word "prompts" which users pointed out was obsolete. "Session" seems better for now. The objections I heard, which seemed solid, are (1) there's no single input to the AI (i.e. no single session or prompt) from which such a project is generated, (2) the back-and-forth between human and AI isn't exactly like working wit…
Re: If AI writes code, should the session be part of the commit?
#90Soon only implementation details will matter. Code can be generated based on those specifications again and again.