Postingan

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.) https://ift.tt/CUvzc4W

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.) 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://ift.tt/glkfxKp * 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 https://ift.tt/glkfxKp February 24, 2026 at 12:44AM

Show HN: PgDog – Scale Postgres without changing the app https://ift.tt/LCiURh2

Show HN: PgDog – Scale Postgres without changing the app Hey HN! Lev and Justin here, authors of PgDog ( https://pgdog.dev/ ), a connection pooler, load balancer and database sharder for PostgreSQL. If you build apps with a lot of traffic, you know the first thing to break is the database. We are solving this with a network proxy that works without requiring application code changes or database migrations. Our post from last year: https://ift.tt/3KV5qCE The most important update: we are in production. Sharding is used a lot, with direct-to-shard queries (one shard per query) working pretty much all the time. Cross-shard (or multi-database) queries are still a work in progress, but we are making headway. Aggregate functions like count(), min(), max(), avg(), stddev() and variance() are working, without refactoring the app. PgDog calculates the aggregate in-transit, while transparently rewriting queries to fetch any missing info. For example, multi-database average calculation requires a...

Show HN: Free ecommerce platform for link-in-bio people https://ift.tt/7cEM4yo

Show HN: Free ecommerce platform for link-in-bio people Current generation lives in apps that evolve around the profile. That one link there is their gateway to the well curated life. Here is a minimalistic and phone-first online store platform that is actually free to start and run. Only fee applied is on successful sale. I tried to balance the customization options and settigns with simplicity in one single dashboard. Take a look! https://stoar.page/ February 23, 2026 at 11:32PM

Show HN: Drowse – Nix dynamic derivations made easy https://ift.tt/ajnlFdG

Show HN: Drowse – Nix dynamic derivations made easy https://ift.tt/WOKPZcr February 22, 2026 at 10:18PM

Show HN: ZkzkAgent now has safe, local package management https://ift.tt/dQoBzVw

Show HN: ZkzkAgent now has safe, local package management I built zkzkAgent as a fully offline, privacy-first AI assistant for Linux (LangGraph + Ollama, no cloud). It already does natural language file/process/service management, Wi-Fi healing, voice I/O, and human-in-the-loop safety for risky actions. Just added package management with these goals: - 100% local/offline capable (no web search required for known packages) - Human confirmation for every install/remove/upgrade - Smart fallback order to avoid conflicts: 1. Special cases (Postman → snap, VSCode → snap --classic, Discord → snap/flatpak, etc.) 2. Flatpak preferred for GUI apps 3. Snap when flatpak unavailable 4. apt only for CLI/system tools - Checks if already installed before proposing anything - Dry-run style preview + full command output shown - No blind execution — always asks "yes/no" for modifications Example flow for "install postman": → Detects OS & internet (once) → Recognizes snap path → pr...

Show HN: Blindspot – a userscript to block tab-switch detection https://ift.tt/tFOGCIo

Show HN: Blindspot – a userscript to block tab-switch detection A Tampermonkey userscript that disables in-browser anti-cheat mechanisms (BlurSpy, honest-responder). https://ift.tt/zcvrndZ February 21, 2026 at 09:04PM

Show HN: Celeste game installs as ELF binary (42kB) on ESP32/breezybox [video] https://ift.tt/cws5eKd

Show HN: Celeste game installs as ELF binary (42kB) on ESP32/breezybox [video] https://www.youtube.com/watch?v=nufOQWBmwpk February 21, 2026 at 12:26AM