Live data from Hacker News

Ex-GitHub CEO launches a new developer platform for AI agents

entire.io

571–580 of 625 posts

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#571

Earlier quoted context omitted.

That's not how it works at all. Why stop at $300M, why didn't they just say $1BN out the gate?

Of course it's how it works, how else do you justify a company that is making negative profit into some how being worth $300M? Like that's just the game, IDK why people accept it. It's not democratic and all it does it prime the population for fraud and abuse.

Yeah, that's not the game at all. Have you ever invested in startups?

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#572

Earlier quoted context omitted.

Why burn his own money when he can get VC money instead?

If he believes in the product he could have kept 100% of his company.

Most of the time it's not about the money VCs send into it but the credibility that this brings. It looks a lot more mature when your idea is backed by a distribution of wealthy people.

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#573

> 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.

What kind of barrier/moat/network effects/etc would prevent someone with a Claude Code subscription from replicating whatever "innovation" is so uniquely valuable here? It's somewhat strange to regularly read HN threads confidently asserting that the cost of software is trending towards zero and software engineering as a profession is dead, but also that an AI dev tool that basically hooks onto Git/Claude Code/termin…

I sort of agree with you. But the sentiment reminds me of the hacker news dropbox launch response. Which was pretty much

"pfft! I could set all this up myself with a NAS xyz".

https://news.ycombinator.com/item?id=8863

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#574

> 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.

Do you mean the value in this specific tool, or in the concept? You don't need a dedicated tool to store agent session transcripts and link them to commits. This can be accomplished by a 10-line bash script.

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#575

Earlier quoted context omitted.

Why burn his own money when he can get VC money instead?

If he believes in the product he could have kept 100% of his company.

He kept 80%. The other 20% is owned by 8 different VCs. Seems like he's still in control. There's value in using other people's money instead of your own because it might make him less emotionally risk-averse in how he manages it.

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#576
post #254

Earlier 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 funny how HN'ers frequently judge ideas based on complexity of implementation, not value. I still remember the reaction when Dropbox was created: " It's just file sharing; I can build my own with FTP. What value could it possibly create ".

I mean that's the beauty of a form full of engineers

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#577

Earlier quoted context omitted.

This comment feels word-for-word the legendary DropBox critique on HN.

It was only legendary because DropBox hit it out of the park. In hindsight it is easy to see this. And it's the default HN response to anything .

[deleted]

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#578

Ignoring the VC economics and awful name, I won’t be as pessimistic as everyone. I see the vision. That said, nobody knows what the AI future looks like. Entire’s entire thesis is a solution for something we don’t even know we need. It’s a massive bet and uphill battle. Traditionally, dev tool success stories come from grassroots projects of developers solving their own problems and not massive VC funded efforts that…

I actually feel like the LLM-driven AI future is relatively forseeable. It's only if we get a new, cooler architecture that we'll see a fundamental change to what we've kind of known for a while now

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#579

> 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.

What kind of barrier/moat/network effects/etc would prevent someone with a Claude Code subscription from replicating whatever "innovation" is so uniquely valuable here? It's somewhat strange to regularly read HN threads confidently asserting that the cost of software is trending towards zero and software engineering as a profession is dead, but also that an AI dev tool that basically hooks onto Git/Claude Code/termin…

There’s a difference between “this concept has value” and “a company can capture that value”.

I do see value in this, but like you I think it’s too trivial to implement to capture the value unless they can get some kind of lead on a model that can consume these artifacts more effectively. It feels like something Anthropic will have in Claude Code in a month.

Re: Ex-GitHub CEO launches a new developer platform for AI agents

#580
If you think about it, it makes sense.

Say what you want about LLM-assisted software development, the chances are high that it will stay, meaning a non-trivial part of code will be written by an LLM.

So is it better to have

  - git commit (mostly only code)
  - magic or blackblock (meaning back and forth by developer with LLM, before commit)
  - git commit (mostly only code)
  ...
  (rinse and repeat)
or

  - git commit (prompt and/or code)
  - git commit (prompt and/or code)
  ...
  (rinse and repeat)
Obviously for that to work the LLM output has to be deterministic and a commit chain has to be pinpointed to a specific weight blob.
Post reply on HN