Hacker News
Show HN: AgentShield – Stop AI agents from spending money unsupervised
I'm a recent grad from UMich and built AgentShield because agentic AI is moving fast but payment safety hasn't caught up. Agents are already being handed API keys, stablecoin wallets, and payment credentials - if one misbehaves, gets prompt injected, or makes a bad call, nothing understands the agent's intent well enough to stop it.
Every spend request runs through four checks before money is allowed to move:
1. Quantitative (Redis) - Is the agent within its daily budget? Is it sending the same transaction over and over?
2. Policy (Postgres) - Is the vendor blocked? Is the amount too high to auto-approve? Is the stablecoin/network/address allowed?
3. Semantic (Claude Haiku) - Does the stated goal actually match what's being purchased?
4. Goal Drift (Claude Haiku) - Is this purchase within what the agent is supposed to be doing at all?
Checks 1 and 2 run sequentially — if either hard-denies, Claude never gets called. Checks 3 and 4 run in parallel via asyncio.gather.
One verdict comes back: SAFE, SUSPICIOUS, or MALICIOUS.
Full product — live dashboard, auth, HITL approval flows, spend monitoring. Completely free.
Looking for feedback, especially from anyone running spending agents in production.
Landing page: https://agentshieldv2-dashboard-production.up.railway.app
Demo: https://youtu.be/tJIYp8yOpuo?si=4oV1d_p9Tx9w8DhT
Github: https://github.com/lucarizzo03/AgentShieldv2
Comments URL: https://news.ycombinator.com/item?id=48196920
Points: 2
# Comments: 1
Gemini Omni
Article URL: https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-omni/
Comments URL: https://news.ycombinator.com/item?id=48196904
Points: 3
# Comments: 0
Wild Young People
Article URL: https://asteriskmag.com/issues/14/these-wild-young-people
Comments URL: https://news.ycombinator.com/item?id=48196902
Points: 1
# Comments: 0
Deciphering the Hashihara Castle Town Map
Article URL: https://www.obayashi.co.jp/en/kikan_obayashi/detail/kikan_64_project.html
Comments URL: https://news.ycombinator.com/item?id=48196897
Points: 2
# Comments: 0
On Blind, Anxious Tech Workers Get the Lowdown on Layoffs
Article URL: https://www.nytimes.com/2026/05/19/business/tech-layoffs-blind.html
Comments URL: https://news.ycombinator.com/item?id=48196893
Points: 4
# Comments: 0
The Iranian Government Filtering Cloud Is Trying to Get Into Mozilla
Article URL: https://github.com/publicsuffix/list/pull/2917
Comments URL: https://news.ycombinator.com/item?id=48196879
Points: 2
# Comments: 0
Google Changes Its Search Box for the First Time in 25 Years
Article URL: https://www.nytimes.com/2026/05/19/business/google-seach-bar-ai-gemini.html
Comments URL: https://news.ycombinator.com/item?id=48196868
Points: 2
# Comments: 0
Gemini CLI will stop working from June 18, 2026
Article URL: https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/
Comments URL: https://news.ycombinator.com/item?id=48196867
Points: 3
# Comments: 2
Cat Organ
Article URL: https://en.wikipedia.org/wiki/Cat_organ
Comments URL: https://news.ycombinator.com/item?id=48196863
Points: 1
# Comments: 0
Show HN: Crisper – On-device voice to polished text for macOS
Hey HN,
I built Crisper because every dictation tool I tried either sent audio to the cloud or gave me raw, messy transcripts I still had to fix.
Crisper runs entirely on-device — no network calls, no account, no subscription. It does two things in sequence: transcribes using a speech model, then runs a local LM pass to strip filler words, fix grammar, and make the output sound intentional. The whole thing takes ~1–2 seconds on Apple Silicon.
A floating hotkey pill sits above every window. When you're done recording, it auto-pastes back into whatever app you were in before — Slack, Notion, VS Code, anything.
A few things I'm happy with: - Three recording modes (toggle, hold-to-record, re-paste last) — all rebindable - Full transcript library with source app, timestamp, and audio playback - Fully offline after first-run model download
Free to download. Would love feedback on the AI polish quality especially — that's the part I'm still tuning.
Comments URL: https://news.ycombinator.com/item?id=48196240
Points: 1
# Comments: 0
Kremlin Tunnels: The Secret of Moscow's Underworld (1989)
Article URL: https://www.latimes.com/archives/la-xpm-1989-06-28-mn-4159-story.html
Comments URL: https://news.ycombinator.com/item?id=48196238
Points: 1
# Comments: 0
NGI Forge 0.1 Released
Article URL: https://discourse.nixos.org/t/nix-ngi-ngi-forge-0-1-released/77213
Comments URL: https://news.ycombinator.com/item?id=48196232
Points: 1
# Comments: 0
'Comically bad' datasets used to train clinical models for stroke and diabetes
Article URL: https://retractionwatch.com/2026/05/18/kaggle-dataset-clinical-models-stroke-diabetes/
Comments URL: https://news.ycombinator.com/item?id=48196229
Points: 1
# Comments: 0
We were trying to Terraform Mars but instead we saved the sea snails
Article URL: https://erikaaldendeb.substack.com/p/we-were-trying-to-terraform-mars
Comments URL: https://news.ycombinator.com/item?id=48196227
Points: 1
# Comments: 0
The Gateway Is Dead. The Endpoint Is the New AI Control Plane
Article URL: https://justindsouza.substack.com/p/introducing-beacon-endpoint-telemetry
Comments URL: https://news.ycombinator.com/item?id=48196225
Points: 1
# Comments: 0
Single-Serving Friends
Article URL: https://rickyyean.com/2019/11/01/single-serving-friends/
Comments URL: https://news.ycombinator.com/item?id=48196212
Points: 1
# Comments: 0
Show HN: How Expensive Is Your (Steam) Wishlist?
A tool/toy that lets you connect to your Steam wishlist to calculate the total list/current price of all the games on it.
There's a shallow, jokey purpose to it ("I could buy a BMW with this amount!"), but the real purpose is to demonstrate how we can do a better job of portraying a game catalog. I often wishlist stuff, then it pops up in a "Hey, it's on sale!" email months later. In that email, there's a banner capsule, but that doesn't help my brain remember why I added it.
To that end, after you get the bill, you get a nice, flat feed of stuff about all the titles you've wishlisted over the years. It's all stuff that developers painstakingly put together, but which Steam tucks away under the fold of a game's Store page.
Anyway, my wishlist came to about $250. My QA guy is up to $19k. Give it a go; hope you enjoy it!
Comments URL: https://news.ycombinator.com/item?id=48196207
Points: 1
# Comments: 0
Show HN: Llama-dash – local LLM operators dashboard and proxy
Article URL: https://github.com/ndom91/llama-dash
Comments URL: https://news.ycombinator.com/item?id=48196202
Points: 1
# Comments: 0
Now you can put a SpacemiT K3 RISC-V processor in a Framework 13
Article URL: https://liliputing.com/now-you-can-put-a-spacemit-k3-risc-v-processor-in-a-framework-laptop-13/
Comments URL: https://news.ycombinator.com/item?id=48196195
Points: 1
# Comments: 0
China's Rare Earth Leverage Is Growing
Article URL: https://prinsights.substack.com/p/trump-xi-summit-chinas-rare-earth
Comments URL: https://news.ycombinator.com/item?id=48196187
Points: 2
# Comments: 0
