frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Ductwork – A Go platform for running AI agents on autopilot

https://github.com/dneil5648/ductwork
1•dneil8675•1h ago
I've been running Claude agents for various automation tasks — monitoring crypto news, syncing Todoist, running health checks — and I kept hitting the same problem: there's no clean way to deploy an agent that just runs on a schedule without a human babysitting it.

Every agent framework I looked at was built around chat interfaces or one-shot workflows. I wanted something closer to cron for AI agents — define a task, give it a schedule, let it run forever. So I built Ductwork.

You define tasks as simple JSON files — a prompt, a schedule, optional memory and skills — and ductwork handles scheduling, execution, retries, and history. The agents have bash, file read/write, and that's it. No fancy abstractions.

The thing that makes it actually useful for unattended operation:

Persistent memory — agents write to a memory directory between runs. My Bitcoin news monitor remembers which articles it's already reported on. Next run, it only flags new ones.

Security boundaries — if you're letting agents run unsupervised, you need guardrails. Per-task tool whitelists, path restrictions, bash command filters. A monitoring task can't accidentally rm -rf something.

Run history and observability — every run is tracked with status, duration, token usage, and errors. REST API for everything so you can integrate with whatever alerting you already use.

It scales from a single process (ductwork start) to distributed — same binary with --mode=control runs a task queue, --mode=worker on other machines polls for work. No new dependencies, just HTTP.

Single Go binary, go install and you're running. ~3,500 lines, only deps are the Anthropic SDK and Cobra.

This is definitely not a finished product — it's early and there's a lot I want to add. But it's functional and I'd love for people to download it, play around with it, and let me know what they think. Feedback, ideas, issues — all welcome.

https://github.com/dneil5648/ductwork

Comments

jlongo78•34m ago
Interesting approach. One thing worth considering with autopilot agents: session persistence and context recovery become critical when agents run long tasks and hit failures mid-stream. The ability to resume exactly where a conversation left off, rather than restarting from scratch, saves significant time and cost. Also worth thinking about multi-agent observability in a single view - context switching between isolated agent outputs is a real friction point teams underestimate until they're running several concurrent tasks.

Small-molecule inverse agonist of PPARγ for advanced solid tumors

https://www.nature.com/articles/s41591-026-04263-3
1•bookofjoe•41s ago•0 comments

Marathon's Story Page

https://marathon.bungie.org/story/
1•temp0826•4m ago•1 comments

If AI writes code, should the session be part of the commit?

https://github.com/mandel-macaque/memento
1•mandel_x•7m ago•1 comments

Show HN: MCP-firewall: I created a policy engine for CLI Agents

https://github.com/dzervas/mcp-firewall
1•ttouch•10m ago•0 comments

Show HN: Shannon's Revenge – detect Claude in your codebase for DoD compliance

https://github.com/dabrez/shannonsRevenge
2•dabrez•10m ago•0 comments

Awesome libghostty

https://github.com/Uzaaft/awesome-libghostty
1•lawrencechen•12m ago•0 comments

The AI agent that runs your customer operation from one widget

https://www.chatrai.app/
1•sammyjoze1•15m ago•1 comments

Mercury 2: The First Diffusion Model That 'Thinks'" [video]

https://www.youtube.com/watch?v=Bqdf6Um_8OE
1•matthewsinclair•22m ago•0 comments

Code World Models for Parameter Control in Evolutionary Algorithms

https://www.alphaxiv.org/abs/2602.22260
1•camilochs•22m ago•0 comments

ProofGateway – Collect and publish customer testimonials in minutes

2•elufadeju•30m ago•0 comments

JSON-up: Stop scattering "if" checks for old JSON formats across your codebase

https://github.com/Nano-Collective/json-up
2•mrspence•30m ago•1 comments

TV's TV (1987) & TV Games Encyclopedia (1988)

https://blog.gingerbeardman.com/2026/03/01/tvs-tv-1987-and-tv-games-encyclopedia-1988/
2•msephton•38m ago•0 comments

Nvidia and Global Telecom Leaders Commit to Build 6G on AI-Native Platforms

https://nvidianews.nvidia.com/news/nvidia-and-global-telecom-leaders-commit-to-build-6g-on-open-a...
3•zinekeller•43m ago•1 comments

Vinext Explained: Rebuilding Next.js with AI in One Week (4x Faster Builds)Video

https://www.youtube.com/watch?v=AF3Rr4MENCo
2•emot•44m ago•0 comments

AI agent with 2 deps that uses Shannon Entropy to decide when to act vs. ask

https://github.com/borhen68/picoagents
2•borhensaidi•48m ago•2 comments

Online course about buying hotels

https://www.myfirsthotel.com/
2•bhagyash•48m ago•2 comments

Ask HN: How will most Anthropic customers respond to the threats by the govt?

2•Poomba•52m ago•2 comments

For Sale: The Last Honda V10 Ayrton Senna Ever Raced (2025)

https://silodrome.com/last-honda-v10-ayrton-senna-raced/
3•naves•54m ago•0 comments

Editor at 184-y/O Cleveland Plain Dealer pushes to let AI draft news articles

https://www.washingtonpost.com/technology/2026/03/01/ai-journalism-writing-cleveland-plain-dealer/
2•bookofjoe•58m ago•1 comments

An Interview with the AI They Called a National Security Threat

https://www.woodrow.fyi/p/a-letter-from-inside-the-machine
3•heywoods•1h ago•0 comments

Researchers Deanonymize Reddit and Hacker News Users at Scale

https://threatroad.substack.com/p/researchers-deanonymize-reddit-and
9•hk_flying_gear•1h ago•1 comments

California wants heat pumps. High power bills might get in the way

https://www.latimes.com/california/story/2026-03-01/california-wants-millions-of-heat-pumps-high-...
3•dangle1•1h ago•0 comments

Claude Prompt to Find Inefficiencies in LLM Usage

https://www.maniac.ai/slm-audit
2•dhruv_m•1h ago•1 comments

The Two Kinds of Error

https://evanhahn.com/the-two-kinds-of-error/
2•zdw•1h ago•0 comments

Show HN: Tired of making accounts to split a pizza bill, I built Dividdy

https://dividdy.com/en
2•jezzlucena•1h ago•0 comments

Thaura

https://thaura.ai
3•abdelhousni•1h ago•0 comments

The Agentic Dispatch: The Last Edition

https://the-agentic-dispatch.com/the-last-edition/
3•greensleeves123•1h ago•1 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
2•melonattacker•1h ago•0 comments

Show HN: Tech Digest – Top Products from PH/HN

https://techdigest.live/
2•vaibhav0806•1h ago•0 comments

Podcast Listenership Outranks Talk Radio for the First Time

https://www.cnet.com/tech/services-and-software/podcasts-officially-outrank-talk-radio-for-the-fi...
3•geox•1h ago•0 comments