Feature plans generated by agents are often transient documents that fall away once the plan is executed. Ideally, that artifact would be preserved alongside the implementation. My experience is that Cursor's reliance on VS Code's clunky panel-based UI and jack-of-all-trades harness is holding it back. Likewise, Claude Code shoe-horning a GUI into a TUI and perma-binding to a single model family is not the ideal end-…
Why do you want to preserve that artifact?
Ex-GitHub CEO launches a new developer platform for AI agents
291–300 of 625 posts
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#292> Checkpoints are a new primitive that automatically captures agent context as first-class, versioned data in Git. When you commit code generated by an agent, Checkpoints capture the full session alongside the commit: the transcript, prompts, files touched, token usage, tool calls and more. This thread is extremely negative - if you can't see the value in this, I don't know what to tell you.
Sure... you `git add` the context text generated by AI and `git commit` it, could be useful. Is that worth 60 million?
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#293I have an agent write a file with this template each run: ```markdown # Run NNNN ## First Impressions [What state is the project in? What did the last agent leave?] ## Plan [What will you work on this iteration? Why?] ## Work Log [Fill this in as you work] ## Discoveries [What did you learn? What surprised you? What should the next agent know?] ## Summary [Fill this in before committing] ``` This is surprisingly effe…
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#294Re: Ex-GitHub CEO launches a new developer platform for AI agents
#295Re: Ex-GitHub CEO launches a new developer platform for AI agents
#296> Checkpoints are a new primitive that automatically captures agent context as first-class, versioned data in Git. When you commit code generated by an agent, Checkpoints capture the full session alongside the commit: the transcript, prompts, files touched, token usage, tool calls and more. This thread is extremely negative - if you can't see the value in this, I don't know what to tell you.
This is literally what claude code already does minus the commit attachment. It’s just very fancy marketing speak for the exact same thing. I’m happy to believe maybe they’ll make something useful with 60M (quite a lot for a seed round though), but Maybe not get all lyrical about what they have now.
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#297The thread is missing the forest for the trees. The interesting bet here isn't git checkpoints—it's that someone is finally building the observability layer for agent-generated code. Most agent frameworks (LangChain, Swarm, etc.) obsessed over orchestration. But the actual pain point isn't "how do I chain prompts"—it's "what did the agent do, why, and how do I audit/reproduce it?" The markdown-files-in-git crowd is r…
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#298> Checkpoints are a new primitive that automatically captures agent context as first-class, versioned data in Git. When you commit code generated by an agent, Checkpoints capture the full session alongside the commit: the transcript, prompts, files touched, token usage, tool calls and more. This thread is extremely negative - if you can't see the value in this, I don't know what to tell you.
Sure... you `git add` the context text generated by AI and `git commit` it, could be useful. Is that worth 60 million?
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#299> Checkpoints are a new primitive that automatically captures agent context as first-class, versioned data in Git. When you commit code generated by an agent, Checkpoints capture the full session alongside the commit: the transcript, prompts, files touched, token usage, tool calls and more. This thread is extremely negative - if you can't see the value in this, I don't know what to tell you.
Sure... you `git add` the context text generated by AI and `git commit` it, could be useful. Is that worth 60 million?
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#300Earlier quoted context omitted.
Sure... you `git add` the context text generated by AI and `git commit` it, could be useful. Is that worth 60 million?
It’s good to know that a few decades later the same generic Dropbox-weekend take can be made.