Feed aggregator
Show HN: WaveGuard – Anomaly detection using wave physics simulation (GPU, MCP)
I built an anomaly detection API that uses wave physics (Klein-Gordon equation) instead of ML. You feed it normal examples + suspect data in one stateless call — no training step, no model management.
How it works: data gets encoded onto a lattice, a wave equation evolves it on a GPU (NVIDIA T4), and anomalies show up as regions where wave energy concentrates. It also returns the top features explaining WHY each point was flagged.
What's different from sklearn/PyOD: - Stateless: training + inference in one API call - GPU-accelerated: CUDA kernels, not Python loops - Explainable: per-feature contribution scores, not just a number - Works on anything: JSON, time series, text, tabular
Free tier: 100 scans/day, no key needed.
Python SDK: pip install WaveGuardClient MCP server: works with Claude Desktop / AI agents via Smithery Docs: https://github.com/gpartin/WaveGuardClient
Try it in 4 lines: from waveguard import WaveGuard wg = WaveGuard() result = wg.scan(training=[{"cpu": 45}, {"cpu": 50}], test=[{"cpu": 99}]) print(result.summary)
Comments URL: https://news.ycombinator.com/item?id=47144914
Points: 1
# Comments: 0
Show HN: Jqueue: A job queue that runs on a single JSON file
I built a Python job queue that stores its entire state in one JSON file on S3, GCS, or your filesystem. No Redis, no RabbitMQ, no Postgres. Just object storage.
How it works
Read the JSON file, modify it in memory, write it back with compare-and-set. If two workers race, one wins. The loser retries with fresh state. No locks needed.
Inspired by; https://turbopuffer.com/blog/object-storage-queue
Comments URL: https://news.ycombinator.com/item?id=47144842
Points: 1
# Comments: 0
AST-Guided Translation of Natural Language into First-Order Logic with LLMs
Article URL: https://arxiv.org/abs/2602.13237
Comments URL: https://news.ycombinator.com/item?id=47144841
Points: 1
# Comments: 0
How Long Is the Coast of Britain? (1967)
Article URL: https://www.jstor.org/stable/1721427
Comments URL: https://news.ycombinator.com/item?id=47144835
Points: 1
# Comments: 0
Hegseth threatens to blacklist Anthropic over 'woke AI' concerns
Article URL: https://www.npr.org/2026/02/24/nx-s1-5725327/pentagon-anthropic-hegseth-safety
Comments URL: https://news.ycombinator.com/item?id=47144811
Points: 1
# Comments: 0
Ask HN: Do you use trading AI agents?
I’m a retail trader and lately I’ve been overwhelmed by the number of trading AI agents out there.
I’m interested in how people here think about evaluating and trusting these systems before putting real money behind them.
Specifically: • what methods do you use to evaluate trading AI agents? • what trading AI agents have you tried, if any? • how long did you run them live or on paper? • what made you trust them enough to deploy, or what made you stop?
Comments URL: https://news.ycombinator.com/item?id=47144809
Points: 1
# Comments: 1
People-Shaped Problems
Article URL: https://herbertlui.net/people-shaped-problems/
Comments URL: https://news.ycombinator.com/item?id=47144808
Points: 1
# Comments: 0
In Pursuit of High-Fidelity GPU Kernel Benchmarking
Article URL: https://standardkernel.com/blog/in-pursuit-of-high-fidelity-gpu-kernel-benchmarking/
Comments URL: https://news.ycombinator.com/item?id=47144795
Points: 1
# Comments: 0
Chile's Project Cybersyn (1971-1973)
Article URL: https://en.wikipedia.org/wiki/Project_Cybersyn
Comments URL: https://news.ycombinator.com/item?id=47144788
Points: 1
# Comments: 0
Marvel's Wolverine Finally Has a Release Date, and It's Soon
Eufy's Newest Robot Vacuum Has the Longest Roller Mop We've Seen for the Price
UK Government confirms broadcast-style regulations for streaming services
Show HN: Prompt your billing system – Flexprice MCP Server
Hi HN
We kept running into the same issue while building a monetization layer for AI teams.
Small pricing changes would require engineering. Add a commitment. Adjust overage. Create a subscription tweak, everything.
So we tried something different. We built an MCP server for Flexprice.
Now every API operation is exposed as structured MCP tools. If you use Cursor, Claude Code, VS Code, Gemini, Windsurf, or any MCP-compatible client, you can connect your Flexprice account and operate billing through your AI assistant!
You can:
• Create subscriptions • Configure commitments and overages • Issue invoices • Post usage events • Manage wallets and more through your IDE or assistant now!
What we like most about this is that pricing is no longer locked behind engineering.
A non-technical co-founder or someone from finance can prompt a change, and it executes safely through authenticated tools.
Curious what HN thinks about prompt-operable infra like this. Happy to answer questions! Feel free to check out our docs for more info: https://docs.flexprice.io/docs/connect/mcp-server
Comments URL: https://news.ycombinator.com/item?id=47144263
Points: 2
# Comments: 0
The Great Data Reckoning (2028)
Article URL: https://joereis.substack.com/p/2028-the-great-data-reckoning
Comments URL: https://news.ycombinator.com/item?id=47144228
Points: 1
# Comments: 0
AWS Extends Agentic AI Capabilities of Kiro to Improve Code Quality
Article URL: https://devops.com/aws-extends-agentic-ai-capabilities-of-kiro-developer-tool-to-improve-code-quality/
Comments URL: https://news.ycombinator.com/item?id=47144214
Points: 1
# Comments: 0
New site design and philosophy for Stack Overflow
Show HN: Autoclipper - turn long form content into short form in a few seconds
Hey Folks!
I just wanted to show a new platform I'm developing with some friends. We have this platform that transform long form content into short form with a few clicks. We have been running in Brazil over the last year and are in the process of making this into an international venture.
Hope you like it! I'm also available for suggestions and feedbacks!
Comments URL: https://news.ycombinator.com/item?id=47144183
Points: 1
# Comments: 0
Waymo's Autonomous Ride Service Expands to 4 New Cities
Postman Removes Free Plan?
Article URL: https://www.usebruno.com/migrate
Comments URL: https://news.ycombinator.com/item?id=47144163
Points: 2
# Comments: 1
