Live data from Hacker News

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

entire.io

381–390 of 625 posts

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

#381

I hacked together something similar to the concept they describe a few months ago ( https://github.com/btucker/agentgit ) and then ended up not actually finding it that useful and abandoning it.

I feel like the value would be in analyzing those rich traces with another agent to extract (failure) patterns and learnings, as part of a flywheel setup. As a human I would rarely if ever want to look at this -- I don't even have time to look at the final code itself!

> value would be in analyzing those rich traces with another agent to extract (failure) patterns and learnings

Claude Code supports hooks. This allows me to run an agent skill at the end of every agent execution to automatically determine if there were any lessons worth learning from the last session. If there were. new agent skills are automatically created or existing ones automatically updated as apporpriate.

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

#382
I would argue the largest developer tools/services acquisition in recent history was GitHub (assuming you don't count RedHat in that category). GitHub was primarily an acquisition focused on acquiring the network of developers, based on the trust and cachet GitHub had earned, with the intent to upsell (land and expand) the developers at large Enterprise companies on downstream workflows and tools.

If I were an employee looking to join Entire, or a developer evaluating the durability of Entire for my needs over the long-term, I'd ask things like —

- What's the terminal value of a DevTool in the AI era? Is it closer to a standard 10x ARR? or maybe 100x...perhaps 1000x?

- Is there value in the asset attributable to the network? If so, is it defensible? What is the likelihood protocols emerge that simply disintermediate the network moat of a AI agent memory company like Entire?

- What kind of AI data are developers willing to silo with a single vendor? What kind of controls do Enterprises expect of an AI agent memory system? Can Entire reasonably provide them to grow in the next 12-24 months?

- As a potential employee...if you join a company with a $60M seed funding and 19 employees, what is the ARR they need to achieve based on the first product in market in roughly ~12 months? $6M...$12M...20M? Is there a DevTools company that's ever done that!? What is the thesis for "this time is different"? Getting developers to pay for things is tough 'doncha know?

Only then can you ask basic technical diligence questions —

- Is Git a system that can scale to be the memory system and handle the kind of tasks that AI agents are expected handle?

- Are the infrastructure costs for these early platform decisions here reasonable over the long-term? Or do they just run out of money?

I wish them the best, and I hope employees get liquidity, and people take money off the table in a responsible way.

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

#383

Earlier quoted context omitted.

Survivorship bias. How many failed and commenters were right?

I'm not disagreeing, just soliciting. Does anyone have examples of products that failed in the early stages because their implementation was too trivial?

[deleted]

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

#384

Already at a $300 million valuation at seed. Who’s going to join this as a regular IC who gets a pittance in options? I can’t imagine the risk matches the modest potential upside.

They'll raise at double that or more before the end of the year. The dynamics of the VC market right now are staggering to watch, but the money velocity is real, and this has "ex-CEO of Github" plus "AI". It's legit mania in VC world even as they're looking at each going "is this mania? Is it mania if you're asking if it's mania". The only rule right now is the music is playing so no-one wants to grab a chair. There'…

> this has "ex-CEO of Github" plus "AI".

If they could top it off by stealing a janitor from OpenAI or Anthropic, the VCs might wet their pants with excitement.

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

#385

I had a similar, admitted poorly thought out idea a few months back. I wanted to more or less build Jira for agents and track the context there. If I had to guess 60 million is just enough to build the POC out. I don't see how this can compete though, Open AI or Anthro could easily spin up a competitor internally.

> If I had to guess 60 million is just enough to build the POC out.

You're kidding.

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

#386
post #254

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

Couldn't we capture this value with a git hook?

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

#387
Some Tom Dick and Harry to VCs: I have a proposal for you.

VCs: what is it

Tom Dick & Harry: AI

VCs: get the ** out of here, we already burnt enough money and will never see it back

Tom Dick & Harry: hear me out this is different

VCs: ok you have 5 minutes to explain me your product

Tom Dick & Harry: I dont have one

VCs: get the ** out of here

Tom Dick & Harry: hear me out

VCs: ok, you have 30 seconds to impress us.

Tom Dick & Harry: I just quit Microslop and still have high level contacts there

VCs: Hot damn!!! you are our lottery ticket to recoup all the money we have lost in other ventures. This is going to be a race against time, before your contacts go stale. Here's 60M for you, wine and dine your friends with it. On your way out you will find some AI generated product names and some vague product descriptions. Pick one and slap it on some website and announce our deal. Now get the ** out of here.

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

#388

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

Maybe use critical thinking instead of a mindless dismissal?

The fact that you aren't haven't offered a single counterargument to any other posters' points and have to resort to pearl-clutching is pretty good proof that you can't actually respond to any points and are just emotionally lashing out.

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

#390
post #254

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

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

Post reply on HN