frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Donald Trump's 'Board of Peace' Explores Stablecoin for Gaza

https://www.ft.com/content/cf4f3076-ed54-4093-99db-a81a47df322f
1•doener•49s ago•0 comments

How Can Infinity Come in Many Sizes?

https://www.quantamagazine.org/how-can-infinity-come-in-many-sizes-20260223/
1•EA-3167•2m ago•0 comments

Chromium Toxicity

https://en.wikipedia.org/wiki/Chromium_toxicity
1•rolph•3m ago•0 comments

An 'electrical' circadian clock balances growth between shoots and roots

https://phys.org/news/2026-02-electrical-circadian-clock-growth-roots.html
1•PaulHoule•3m ago•0 comments

Show HN: AIOffice – Terminal tabs don't scale past 3 AI agents, so I built this

https://github.com/ChristianFJung/AIOffice
1•christianjung•5m ago•0 comments

Composable Fleets of Claude Agents

https://edspencer.net/2026/2/22/herdctl-composable-fleets
1•edspencer•6m ago•0 comments

Wild smart home sensors you can integrate with Home Assistant

https://www.howtogeek.com/wild-smart-home-sensors-you-can-integrate-with-home-assistant/
1•kieto•7m ago•0 comments

Firm Data on AI

https://www.nber.org/papers/w34836
1•malshe•8m ago•1 comments

Identify OpenClaw installations on managed devices

https://github.com/knostic/openclaw-detect
1•8organicbits•10m ago•0 comments

Reticulum: The Internet, Reinvented [video]

https://www.youtube.com/watch?v=XTnYVh7K6xQ
1•skywal_l•14m ago•0 comments

Humanoid Robots Celebrate Spring, Your weekly selection of robot videos

https://spectrum.ieee.org/robot-martial-arts
1•oldnetguy•18m ago•0 comments

Show HN: A Bloomberg-style terminal for healthcare

https://nofone.io/terminal
2•ahmedhawas123•19m ago•0 comments

The human heart is a Turing Machine

https://threadreaderapp.com/thread/2026013870498922612.html
1•LorenDB•20m ago•0 comments

Proof demo: court ready crypto forensic report with hash verification

https://quantumassetengine.com
1•QAEinfra•22m ago•1 comments

AI helps break the cost barrier to COBOL modernization

https://claude.com/blog/how-ai-helps-break-cost-barrier-cobol-modernization
2•mfiguiere•22m ago•1 comments

Verifpal, Rewritten in Rust

https://symbolic.software/blog/2026-02-23-verifpal-rust/
1•todsacerdoti•23m ago•0 comments

Token Anxiety

https://twitter.com/i/status/2022438070092759281
3•endorphine•24m ago•0 comments

Show HN: Autonomous loop driver and multi-model council for Claude Code

https://github.com/intellegix/intellegix-code-agent-toolkit
1•intellegix•24m ago•0 comments

Ask HN: How do you know if AI agents will choose your tool?

2•dmpyatyi•25m ago•3 comments

MediaFM: The Multimodal AI Foundation for Media Understanding at Netflix

https://netflixtechblog.com/mediafm-the-multimodal-ai-foundation-for-media-understanding-at-netfl...
1•CharlesW•26m ago•0 comments

I built a tool that forces teams to cut priorities instead of ranking them

https://www.cognu.app/less-is-more
2•anticlickwise•26m ago•1 comments

Hominem Te Esse Memento: Mortality and Ambition in AI

https://ben.bolte.cc/posts/2026-02-15-regret
1•ENadyr•27m ago•0 comments

My dad died at 56 and never made it to retirement. The 3 lessons he taught me

https://www.businessinsider.com/dad-dying-before-he-could-retire-lessons-changed-retirement-plans...
5•kiriberty•28m ago•0 comments

Study reveals whistling secret of horses' whinny

https://www.theguardian.com/world/2026/feb/23/horses-whinny-neigh-whistle
1•kiriberty•29m ago•0 comments

Early Access to a todo app that syncs to Notion

1•luis_journey•30m ago•0 comments

Show HN: 17MB pronunciation scorer beats human experts at phoneme accuracy

https://huggingface.co/spaces/fabiosuizu/pronunciation-assessment
1•fabiosuizu•30m ago•0 comments

OpenFeeder – LLM-native web content API (better accuracy, 20x less data)

https://github.com/jcviau81/openfeeder
1•jcviau•31m ago•1 comments

Would you use a tool that turns any URL into a visual UX flow map?

https://www.benchcanvas.app/
1•davidmartinsu•31m ago•1 comments

Mine. Mine. Mine. How One Corrupt Billionaire Kicked Off the Global Cobalt Spree

https://www.vanityfair.com/news/story/dan-gertler-cobalt
2•randycupertino•32m ago•2 comments

India's VIP culture is out of control

https://www.economist.com/asia/2026/02/22/indias-vip-culture-is-out-of-control
12•vinni2•32m ago•0 comments
Open in hackernews

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.)

https://github.com/AgentDbg/AgentDbg
3•z-a-f•2h ago
AgentDbg is a local-first debugger for AI agents. It records structured runs (LLM calls, tool calls, state, errors) to JSONL and shows the timeline UI locally. There is no need for cloud, accounts, and no telemetry.

Flow is as simple as:

  1. Run an agent
  2. `agentdbg view`
  3. Inspect the timeline, loop warnings, errors, etc.
v0.1 includes `@trace` and `traced_run`, recorders, loop detection, best-effort redaction (by default), local UI, export. I also started working on integrations: there is an optional LangChain/LangGraph callback.

* Repo: https://github.com/AgentDbg/AgentDbg

* Demo: `python examples/demo/pure_python` and then `agentdbg view`

Would love feedback on:

  1. Trace format
  2. Integrations to prioritize in the next several days
  3. What you would want for deterministic replay

Comments

z-a-f•2h ago
Sorry about long links, but here are some GIFs of what you get:

Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...

LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...

z-a-f•1h ago
Quick "try it in 60s":

    git clone https://github.com/AgentDbg/AgentDbg.git
    cd AgentDbg
    pip install -e .
    python examples/demo/pure_python.py
    agentdbg view

What you will see:

  - LLM and tool calls + errors + state updates
  - Loop warnings when the same pattern repeats
  - Everything is stored locally as JSONL
For LangChain / LangGraph adapter:

    pip install -e ".[langchain]"