Live data from Hacker News

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

entire.io

601–610 of 625 posts

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

#601
post #265

Earlier quoted context omitted.

Task management is fundamentally straightforward and yet workflow specific enough that I recommend everyone just spend a few hours building their own tools at this point. Beads is a nightmare.

I started off with the original beads and it was definitely a nightmare. However I would recommend using https://github.com/Dicklesworthstone/beads_rust - it's a much simpler implementation of the same concept, without all the random extra stuff thrown on to support Gas Town.

`br` is still massively larger than necessary for the feature set.

I didn't mention above but I made https://github.com/wedow/ticket as my beads replacement back at the end of December.

I have zero reach compared to Jeff there so I'm considering `ticket` to be a smash hit at this point ;)

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

#602
post #445

Earlier quoted context omitted.

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 no way this company is just a few git and claude hooks with a CLI. They're definitely working on a SASS - something else that isn't open source that this primitive is the basis of. Like a GitHub for agent code

Impressive seeing as last week we heard that AI had killed SAAS.

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

#603
post #595

Earlier quoted context omitted.

This is the current context docs in my text adventure authoring platform Sharpee: https://github.com/ChicagoDave/sharpee/tree/main/docs/contex... Note I archive these to a different non-repo folder regularly. It's fun to tell Claude to go through them like a RAG implementation and note the progress of my development over time, which I update semi-regularly at: https://david.cornelson.net/sharpee-status-20260109.html…

60 million dollar idea and you’re giving it away for free!

Yes. None of this early stuff should be monetized and that Entire business model is all about monetizing something that doesn't need it.

I have hooks in Claude to auto-generate the work summary and read the last work summary on start. Now if I could only get Claude to quit/restart on its own or have it thoroughly flush its resources (even Anthropic says restarting is better), we'd be getting somewhere. I do wish there were automatic hooks that fire all the time (like a heart monitor) where I could query "if context is below 15%" do this: stop all work, write work summary, commit and push all changes, release all resources, read last work summary, continue the work.

That would be awesome.

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

#604
post #595

Earlier quoted context omitted.

This is the current context docs in my text adventure authoring platform Sharpee: https://github.com/ChicagoDave/sharpee/tree/main/docs/contex... Note I archive these to a different non-repo folder regularly. It's fun to tell Claude to go through them like a RAG implementation and note the progress of my development over time, which I update semi-regularly at: https://david.cornelson.net/sharpee-status-20260109.html…

60 million dollar idea and you’re giving it away for free!

If someone from Entire wants to pay me for my GenAI experience, give me a ring!

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

#605
post #413
post #393

[flagged]

I'd bet that less people had their source code on git in 2008 than the number of developers using the various coding agents today. And the open-source project that we published today hooks into the existing workflow for those developers, in Claude Code and in Gemini CLI. Time will tell the rest. We will publish regular updates and you can judge us on those results.

It was 2.4% in 2008.

https://web.archive.org/web/20090531152951/http://www.survey...

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

#606
post #415

Earlier quoted context omitted.

Yeah I guess why would anyone build anything, 99% of projects are flops.

I mean a dev tool that's seemingly failing to resonate with developers as to why they would pay for this is a pretty good way to tell if it's going to fall in the 1%. The Dropbox take was wrong because they didn't understand the market for the product. This time the people commenting are the target audience. You even get the secondary way this product will lose even if turns out to be a good idea, existing git forges…

> This time the people commenting are the target audience.

Nah. People post about k8s on here all the time, but that doesn't mean I'm the target audience. Just because _someone_ on HN has a bad take doesn't mean they're the person who needs this. Nor does it mean they even understand it.

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

#607
post #582

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

The most active HNers are just extremely negative on AI. I understand the impulse (you spend years honing your craft, and then something comes along and automates major portions of it) but it's driven by emotion and ego-defense and those engaged in it simply don't recognize what's motivating them. Their ego-defense is actually self-fulfilling, because they don't even try to properly learn how to leverage LLMs for cod…

Even this response shows why the most active ones are outwardly negative on AI.

I use AI a ton, but there are just way too many grifters right now, and their favorite refrain is to dismiss any amount of negativity with "oh you're just mad/scared/jealous/etc. it replaces you".

But people who actually build things don't talk like that, grifters do. You ask them what they've built before and after the current LLM takeoff and it's crickets or slop. Like the Inglourious Basterds fingers meme.

There's no way that someone complaining about coding agents not being there yet, can't simultaneously be someone who'd look forward to a day they could just will things into existence because it's not actually about what AI might build for them: it's about "line will go up and I've attached myself to the line like a barnacle, so I must proselytize everyone into joining me in pushing the line ever higher up"

These people have no understanding of what's happening, but they invent one completely divorced from any reality other than the reality them and their ilk have projected into thin air via clout.

It looks like mental illness and hoarding Mac Minis and it's distasteful to people who know better, especially since their nonsense is so overwhelmingly loud and noisy and starts to drown out any actual signal.

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

#608
post #555
post #526

Earlier quoted context omitted.

I'm trying it out now. If it works, I think it'd be great for my agentic workflows where I need to figure out why something was done a specific way. I have a lot of concurrent agents working on things at the same time, so I'm not always sure why a piece of code is the way it is months later.

I've used it for a couple of hours. A few observations: - It's nice to see conversation context alongside the change itself. - I wasn't able to see Claude Code utilise past commit context in understanding code. - It's a tad unclear (and possible unreliable) in what is called 'checkpointing'. - It mucked up my commit messages by replacing the first line with a sort of AI request title or similar. Sadly, because of the…

This sounds like you're using the auto-commit strategy instead of the default manual-commit strategy. manual-commit does not automatically commit. It just adds a trailer to the git commit message to link the checkpoint to the commit.

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

#609
post #436

Earlier quoted context omitted.

I do not think that's how it worked out for GitHub: I'd rather say that Git (as complex as it was to use) succeeded due to becoming the basis of GitHub (with simple, clean interface). At the time, there were multiple code hosting platforms like Sourceforge, FSF Savannah, Canonical's Launchpad.net, and most development was still done in SVN, with Git, Bazaar, Mercurial the upstart "distributed" VCSes with similar pene…

Yes, development was being done in SVN but it was a huge pain. Continuous communication was required with the server (history lookups took ages, changing a file required a checkout, etc.) and that was just horribly inefficient for distributed teams. Even within Europe, much more so when cross-continent. A DVCS was definitely required. And I would say git won out due to Linus inventing and then backing it, not because…

I was involved with bzr and Launchpad: anybody using pure Git hated it. GitHub, even with fewer features compared to LP, was pretty well regarded.

Yes, kernel and Linus used it, but he used a proprietary VCS before that did not go anywhere anyway, really.

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

#610

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.

100% of something without any measurable adoption or scale can suck.
Post reply on HN