Top
Best
New

Posted by david927 3 days ago

Ask HN: What are you working on? (May 2026)

What are you working on? Any new ideas that you're thinking about?
279 points | 1071 commentspage 80
asxndu 3 days ago|
[dead]
alex_chernysh 2 days ago||
[dead]
leeabu 3 days ago||
[dead]
dremon 1 day ago||
[flagged]
richhwang 1 day ago||
[dead]
longerpath 3 days ago||
[flagged]
soupspaces 3 days ago||
[dead]
tskulbru 1 day ago||
[flagged]
opiniateddev 3 days ago|
I'm working on Agentspan: https://github.com/agentspan-ai/agentspan

It's a durable runtime for AI agents.

The thesis: agents should not just be an LLM loop running inside one Python process. Once agents touch real systems, you need crash recovery, retries, human approval, distributed tool execution, cancellation, observability, and execution history.

Agentspan is basically applying the Conductor OSS execution model to agents. Conductor made long-running distributed workflows durable. Agentspan tries to do the same thing for agent executions: give every run an ID, persist the state, let it survive process death, pause for approval, resume later, and inspect what happened.