The founder has only forked repositories on GitHub that are sort of light web development related. His use of bombastic language in this announcement suggests that he has never personally worked on serious software. The deterioration of GitHub under his tenure is not confidence inspiring either, but that of course may have been dictated by Nadella. If you are very generous, this is just another GitHub competitor dres…
Ex-GitHub CEO launches a new developer platform for AI agents
371–380 of 625 posts
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#372The founder has only forked repositories on GitHub that are sort of light web development related. His use of bombastic language in this announcement suggests that he has never personally worked on serious software. The deterioration of GitHub under his tenure is not confidence inspiring either, but that of course may have been dictated by Nadella. If you are very generous, this is just another GitHub competitor dres…
Founder here. I built commercial insurance software for Windows 95 in the 1990s, driver assistant systems at Mercedes and at Bosch in the early 2000s, dozens of iPhone apps as contractor, a startup called HockeyApp (acquired by Microsoft), and various smaller projects, mostly in Ruby on Rails. And of course, when I left Microsoft & GitHub, 10 years of green boxes were removed from my GitHub profile.
In this case I think the root problem is that the OP (https://entire.io/blog/hello-entire-world/) is the wrong genre for HN. It's a fine fundraising announcement, but that sort of enthusiastic general announcement rubs the HN audience the wrong way because what they really want is technical details. Spectacular non technical details like high valuations, etc., tend to accentuate this gap.
I mention this because if you or someone on your team wants to write a technical post about what you're building, with satisfying details and all that, then we could do a take 2 (whenever would be a good time for this).
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#373Earlier quoted context omitted.
The most interesting thing about everyone trying to position themselves as AI experts is the futility of it: the technology explicitly promises tomorrows models will be better then todays, which means the skill investment is deflationary: the best time to learn anything is tomorrow when a better model will be better at doing the same work - because you don't need to be (conversely if you're not good at debugging and…
I'm pretty much just rawdogging Claude Code and opencode and I haven't bothered setting up skills or MCPs except for one that talks to Jira and Confluence. I just don't see the point when I'm perfectly capable of writing a detailed prompt with all my expectations. The problem is that so many of these things are AI instructing AI and my trust rating for vibe coded tools is zero. It's become a point of pride for the hu…
> That is not software engineering or development, it's brogrammer trash.
Yes, but it's working. I'm still reading the code and calling out specific issues to Claude, but it's less and less.
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#374> 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.
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/terminal session history is worth multiples of $60+ million dollars.
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#375Token costs aside, arguably fresh context is also better at problem solving. When it was just me coding by hand, I didn't save all my intermediate thinking work anywhere: instead thinking afresh when a similar problem came up later helped in coming up with better solutions. I did occasionally save my thinking in design docs, but the equivalent to that is CLAUDE.md and similar human-reviewed markdown saved at explicit -umm- checkpoints.
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#376Re: Ex-GitHub CEO launches a new developer platform for AI agents
#377I 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!
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#378Earlier quoted context omitted.
I'm not disagreeing, just soliciting. Does anyone have examples of products that failed in the early stages because their implementation was too trivial?
How exactly are we supposed to hear about something that failed in the early stages?
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#379> 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.
ehhhh is it really that useful though? Sounds way more noisy than anything, and a great way to burn through tokens. It's like founding a startup to solve the problem of people squashing their commits. Also, it sounds like something Claude Code/Codex/etc could quickly add an extension for.
Re: Ex-GitHub CEO launches a new developer platform for AI agents
#380Ignoring 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…