Postingan

Show HN: Govbase – Follow a bill from source text to news bias to social posts https://ift.tt/sqh4OtR

Show HN: Govbase – Follow a bill from source text to news bias to social posts Govbase tracks every bill, executive order, and federal regulation from official sources (Congress.gov, Federal Register, White House). An AI pipeline breaks each one down into plain-language summaries and shows who it impacts by demographic group. It also ties each policy directly to bias-rated news coverage and politician social posts on X, Bluesky, and Truth Social. You can follow a single bill from the official text to how media frames it to what your representatives are saying about it. Free on web, iOS, and Android. https://govbase.com I'd love feedback from the community, especially on the data pipeline or what policy areas/features you feel are missing. https://govbase.com March 3, 2026 at 12:08AM

Show HN: Clean Express – a native NNTP/Usenet client for iOS/macOS/visionOS https://ift.tt/CcgyWzi

Show HN: Clean Express – a native NNTP/Usenet client for iOS/macOS/visionOS I still read/post in small communities over NNTP and always wanted usenet client that is modern and easy to use on macOS/iOS, so here it is. 95% agentic (not vibed) coded, just because I can and wanted to see if I'm able to drive AIs to build something that is usable :) Coming soonish to AppStore, ofc. https://ift.tt/gi7LPrO March 2, 2026 at 11:12PM

Show HN: Panel Panic a Rust/Macroquad/WASM Panel de Pon/Tetris Attack Clone https://ift.tt/8Kd2kpN

Show HN: Panel Panic a Rust/Macroquad/WASM Panel de Pon/Tetris Attack Clone Rust/macroquad game with single player AI mode, online VS, and local 1v1. All running via WASM in the browser. Still WIP as art assets still need to be added and tweaked. Full disclosure. Used Claude Opus, Nanobanana, and SunoAI a huge amount to do the heavy lifting for this project https://panel-panic.com March 2, 2026 at 12:18AM

Show HN: I built a tool that turns any API into a CLI for agents https://ift.tt/DTBAVgN

Show HN: I built a tool that turns any API into a CLI for agents TLDR; I built a tool that turns any API into a CLI designed for ai agents --- Got tired of dealing with bloated context windows from MCP servers and skills that stuff entire API docs into the agent's context CLIs fix this, agents run a single command to self-discover everything an API has to offer So, built a tool to generate them for any api. All CLIs are written in Go, fast and lightweight, no dependencies Help text (via the --help flag) is the killer feature: all context for each command/endpoint/parameter is extracted directly from the user-facing API docs and enhanced with llms. It's bundled directly with the CLI and agents fetch only what they need at runtime. No context overhead, no fumbled API calls. Most APIs don't have a CLI yet. Can have Opus one-shot simple ones, but building a great one with cross-platform binaries, install scripts, detailed help text, and auto-updates takes time and is frustratin...

Show HN: Audio Toolkit for Agents https://ift.tt/QnJk20G

Show HN: Audio Toolkit for Agents https://ift.tt/jIcqZJS March 1, 2026 at 10:52PM

Show HN: SQLite for Rivet Actors – one database per agent, tenant, or document https://ift.tt/6KcCJdy

Show HN: SQLite for Rivet Actors – one database per agent, tenant, or document Hey HN! We posted Rivet Actors here previously [1] as an open-source alternative to Cloudflare Durable Objects. Today we've released SQLite storage for actors (Apache 2.0). Every actor gets its own SQLite database. This means you can have millions of independent databases: one for each agent, tenant, user, or document. Useful for: - AI agents: per-agent DB for message history, state, embeddings - Multi-tenant SaaS: real per-tenant isolation, no RLS hacks - Collaborative documents: each document gets its own database with built-in multiplayer - Per-user databases: isolated, scales horizontally, runs at the edge The idea of splitting data per entity isn't new: Cassandra and DynamoDB use partition keys to scale horizontally, but you're stuck with rigid schemas ("single-table design" [3]), limited queries, and painful migrations. SQLite per entity gives you the same scalability without thos...

Show HN: Soma, a local-first AI OS with 178 cognitive modules and P2P learning https://ift.tt/zQERvaw

Show HN: Soma, a local-first AI OS with 178 cognitive modules and P2P learning Local-first AI operating system — 178 cognitive modules, persistent memory, multi-model reasoning, P2P Graymatter Network. I can no longer develop this AI as it has gotten to be out of my knowledge range so I figured I would give her to the public, she should be a good base for any future AI development even going towards ASI! https://ift.tt/zax56Hy February 28, 2026 at 10:41PM