frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

We Replaced Every Tool Claude Code Ships With

2•neilbb•1h ago
Claude Code ships with Bash, Read, Write, Edit, Glob, Grep, WebFetch, Task, Plan. For a single agent on a single task, they're fine. Once you're running a multi-agent system, the defaults break fast.

The problems we hit:

1) No cross-repo exploration. Want an agent to read another project's code? You need to manually configure permissions. There's no "go explore this OSS repo and answer my question."

2) Summarized web fetching. WebFetch is actually a subagent that summarizes a single page into a haiku-length response. Can't trace links or browse related pages. Fetches fresh every time — no caching.

3) Text-level editing. Edit has fuzzy matching, which helps — but it's still raw text. When tree-sitter can give you an AST with named symbols, why make the model reproduce strings to target a function?

4) Ephemeral tasks and plans. Tasks don't persist outside the session. Plans vanish when context resets. Neither supports multi-round review or structured editing.

5) Flat delegation. The Agent tool can't nest — an agent spawned by Agent can't spawn its own sub-agents. One level of delegation, period. A review leader can't spawn specialized sub-reviewers.

6) No isolation. Bash runs on your host. No sandboxing, no filesystem allowlists. You either yolo it or do annoying permission work.

What we built instead:

- ttal ask: multi-mode research (--url caches pages locally with 1-day TTL and follows links, --repo auto-clones OSS repos, --project spawns read-only sandboxed agents in the right directory). Runs on logos, a pure-bash agent loop — works with any LLM provider, so you can use cheaper models for exploration.

- organon (src/url/search): tree-sitter AST editing. See a symbol tree, pick a 2-char ID, pipe new code via heredoc. No text matching. Same pattern for web pages (url) and web search (search).

- taskwarrior integration: tasks persist externally with dependencies and pipeline stages. Multiple agents across sessions reference the same tasks.

- flicknote for plans: persistent, tree-based structure with section IDs. Reviewers target specific sections surgically. Multi-round plan review with 5 specialized subagents (gaps, code, tests, security, docs).

- tmux spawn: each worker gets its own tmux session. No Agent nesting limit. Orchestrator can spawn workers that spawn reviewers that spawn sub-reviewers.

- temenos: OS-native sandbox (seatbelt on macOS, bwrap on Linux). Filesystem allowlists, read-only or write access per agent. MCP server mode under active development.

ttal, organon, temenos, and logos are open source: https://github.com/tta-lab

Full post: https://dev.flicknote.app/notes/1aa741e9-9f32-41e9-8e26-c8b1fdc6d04f

Delusions of Grandeur and OS-2

https://medium.com/@AdamPaigge/delusions-of-grandeur-and-os-2-d041167e6479
1•adampaigge•2m ago•0 comments

2026 Annual Threat Assessment [pdf]

https://www.dni.gov/files/ODNI/documents/assessments/ATA-2026-Unclassified-Report.pdf
1•simonebrunozzi•3m ago•0 comments

Can quantum hints in the brain revive a consciousness theory?

https://www.newscientist.com/article/mg26134740-800-can-quantum-hints-in-the-brain-revive-a-radic...
2•thesmtsolver2•4m ago•0 comments

Important clarifications on the new advanced flow for sideloading on Android

https://androiddev.social/@MishaalRahman/116257205714463161
1•thunderbong•6m ago•0 comments

Dishwashing with side effects: Kitchen sponges release microplastics

https://phys.org/news/2026-03-dishwashing-side-effects-kitchen-sponges.html
1•XzetaU8•8m ago•0 comments

A circuit breaker for AI agents that fires before the wrong action executes

https://shoal-production.up.railway.app
1•pb_lightmind•10m ago•1 comments

Show HN: DAG-map – metro map visualization of a DAG

https://23min.github.io/DAG-map/demo/standalone.html
1•pjettter•12m ago•0 comments

Was reminded of the folklore piece on negative lines of code

https://twitter.com/tftc21/status/2034725105285353962
1•Arkid•14m ago•2 comments

Former FBI Director Robert Mueller Has Died

https://apnews.com/article/robert-mueller-fbi-director-trump-russia-investigation-7aca939dc25d465...
4•WarOnPrivacy•15m ago•0 comments

BIO – The Bao I/O Co-Processor

https://www.crowdsupply.com/baochip/dabao/updates/bio-the-bao-i-o-co-processor
1•hasheddan•16m ago•0 comments

Cult of Claude – The largest directory of Claude Code skills and agents

https://cultofclaude.com/
1•fdflabs•23m ago•2 comments

OpenClaw Bootstrap for Windows Using WSL2 and Docker Desktop and OpenSSH

https://gist.github.com/nsankar/0fddaa485aa21565ab7c954c3020d4d6
1•aishankar•25m ago•0 comments

When Writing Becomes Detached from Thought

https://www.psychologytoday.com/us/blog/the-digital-self/202603/when-writing-becomes-detached-fro...
1•atmosx•25m ago•0 comments

The Bloody Origins of the Number Zero [video]

https://www.youtube.com/watch?v=RSIsGomGZcc
1•gmays•25m ago•0 comments

AI, Human Cognition and Knowledge Collapse [pdf]

https://economics.mit.edu/sites/default/files/2026-02/AI%2C%20Human%20Cognition%20and%20Knowledge...
1•gone35•26m ago•0 comments

SHOW HN: I built AI Product Photography tool for ecom stores

1•nazbasho•27m ago•0 comments

Show HN: Free online calculators built with AI

https://www.calcforanything.com/
2•chux52•28m ago•2 comments

Meltdown

https://faduda.ie/200-words/meltdown-2
1•speckx•28m ago•0 comments

Artemis 2 returns to the pad for April launch attempt – SpaceNews

https://spacenews.com/artemis-2-returns-to-the-pad-for-april-launch-attempt/
2•rbanffy•29m ago•0 comments

Anthropic Denies It Could Sabotage AI Tools During War

https://www.wired.com/story/anthropic-denies-sabotage-ai-tools-war-claude/
1•joozio•30m ago•0 comments

What makes time-series database KDB-X so fast?

https://medium.com/kx-systems/what-makes-time-series-database-kdb-x-so-fast-80d254e936aa
1•tosh•31m ago•0 comments

A 'Hail Mary' for Earth, Built on Solid Science

https://www.nytimes.com/2026/03/18/science/hail-mary-andy-weir.html
1•saikatsg•32m ago•0 comments

Investigating Node.js memory bloat: V8 lazy GC and glibc arena fragmentation

https://frn.sh/pmem/
1•shellpipe•33m ago•0 comments

Benchmarking Kubernetes Log Collectors: Vector, Fluent Bit, OpenTelemetry

https://victoriametrics.com/blog/log-collectors-benchmark-2026/index.html
1•hagen1778•34m ago•2 comments

Another major Japanese electronics firm exits the Blu-ray market

https://www.tomshardware.com/pc-components/storage/another-major-japanese-electronics-firm-exits-...
1•rbanffy•34m ago•0 comments

I Tried DoorDash's Tasks App and Saw the Bleak Future of AI Gig Work

https://www.wired.com/story/i-tried-doordashs-tasks-app-and-saw-the-bleak-future-of-ai-gig-work/
1•joozio•34m ago•0 comments

Lintcn – Shadcn of linters, customizable TypeScript linting rules

https://github.com/remorses/lintcn
1•xmorse•35m ago•0 comments

Show HN: Apprise (Notification Platform) URL Generation Just Got Easier

https://appriseit.com/tools/url-builder/
1•l2g•35m ago•1 comments

KDB-X vs. QuestDB, ClickHouse, TimescaleDB and InfluxDB with TSBS

https://kx.com/blog/benchmarking-kdb-x-vs-questdb-clickhouse-timescaledb-and-influxdb-with-tsbs/
1•tosh•39m ago•0 comments

Nostr VPN

https://github.com/mmalmi/nostr-vpn
1•rzk•40m ago•1 comments