Live data from Hacker News

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

entire.io

31–40 of 625 posts

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

#31

This is a good idea but I feel like you could get something similar by just adding an instruction for the agent to summarize the context for the commit into a .context/commit/ file as a git hook.

Or git notes.

Commit hook > Background agent summarizes (in a data structure) the work that went into the commit > saves to a note

Built similar (with a better name) a week ago at a hackathon: https://github.com/eqtylab/y

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

#32

Checkpoints sounds like an interesting idea, and one I think we'll benefit from if they can make it useful. I tried a similar(-ish) thing last year at https://github.com/imjasonh/cnotes (a Claude hook to write conversations to git notes) but ended up not getting much out of it. Making it integrated into the experience would have helped, I had a chrome extension to display it in the GitHub UI but even then just stoppe…

Ah you were 7mo ahead of me doing the same and also coming to a similar conclusion. The idea holds value but in practice it isnt felt.

https://github.com/eqtylab/y

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

#33

This is a good idea but I feel like you could get something similar by just adding an instruction for the agent to summarize the context for the commit into a .context/commit/ file as a git hook.

Exactly. I don't want to wade through a whole session log just to get to reasoning, and more importantly, I don't want to taint my current agent context with a bunch of old context.

Context management is still an important human skill in working with an agent, and this makes it harder.

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

#37
post #19

> Spec-driven development is becoming the primary driver of code generation. This sounds like my current "phase" of AI coding. I have had so many project ideas for years that I can just spec out, everything I've thought about, all the little ideas and details, things I only had time to think about, never implement. I then feed it to Claude, and watch it meet my every specification, I can then test it, note any bugs,…

I am going lower level - every individual work item is a "task.md" file, starts initially as a user ask, then add planning, and then the agent checks gates "[ ]" on each subtask as it works through it. In the end the task files remain part of the project, documenting work done. I also keep an up to date mind map for the whole project to speed up start time. And I use git hooks on the tool event to print the current o…

That's hilarious, I called it gates too for my reimplementation of Beads. Still working on it a bit, but this is the one I built out a month back, got it into git a week ago.

For me a gate is: a dependency that must pass before a task is closed. It could be human verification, unit testing, or even "can I curl this?" "can I build this?" and gates can be re-used, but every task MUST have one gate.

My issue with git hooks integration at that level is and I know this sounds crazy, but not everyone is using git. I run into legacy projects, or maybe its still greenfield as heck, and all you have is a POC zip file your manager emailed you for whatever awful reason. I like my tooling to be agnostic to models and external tooling so it can easily integrate everywhere.

Yours sounds pretty awesome for what its worth, just not for me, wish you the best of luck.

https://github.com/Giancarlos/GuardRails

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

#38

> The game has changed. The system is cracking. Just say what your thing does. Or, better yet, show it to me in under 60 seconds. Web sites are the new banner ads and headings like that are the new ` `.

Exactly ... tired by all the marketing hyperbole talk. Just show what your product does in a simple example / showcase. If it's good, people will like it. You can save yourself a lot of text copy and user time that way.

But what if my product is just an attempt to make a cushy exit during the AI bubble?

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

#39

[flagged]

Essentially all software is augmented with agentic development now, or if not, built with technology or on platforms that is

It's like complaining about the availability of the printing press because it proliferated tabloid production, while preferring beautifully hand-crafted tomes. It's reactively trendy to hate on it because of the vulgar production it enables and to elevate the artisanal extremes that escape its apparent influence

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

#40
post #25

Earlier quoted context omitted.

I am here. What did I not bother with? I wrote the blog post and it has all the details.

Wow, account from 2011 and just two comments, both on this article. Welcome, lurker, and good luck :)

Thanks. New startup, new approach.
Post reply on HN