Feed aggregator

Show HN: WaveGuard – Anomaly detection using wave physics simulation (GPU, MCP)

Hacker News - Tue, 02/24/2026 - 6:20pm

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

Categories: Hacker News

Show HN: Jqueue: A job queue that runs on a single JSON file

Hacker News - Tue, 02/24/2026 - 6:14pm

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

Categories: Hacker News

How Long Is the Coast of Britain? (1967)

Hacker News - Tue, 02/24/2026 - 6:14pm

Article URL: https://www.jstor.org/stable/1721427

Comments URL: https://news.ycombinator.com/item?id=47144835

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Do you use trading AI agents?

Hacker News - Tue, 02/24/2026 - 6:12pm

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

Categories: Hacker News

People-Shaped Problems

Hacker News - Tue, 02/24/2026 - 6:12pm
Categories: Hacker News

Marvel's Wolverine Finally Has a Release Date, and It's Soon

CNET Feed - Tue, 02/24/2026 - 5:53pm
September can't come quickly enough.
Categories: CNET

Eufy's Newest Robot Vacuum Has the Longest Roller Mop We've Seen for the Price

CNET Feed - Tue, 02/24/2026 - 5:44pm
Eufy's new Omni C28 robot vacuum comes with an extra-long roller mop and some premium features often seen on high-end models.
Categories: CNET

Show HN: Prompt your billing system – Flexprice MCP Server

Hacker News - Tue, 02/24/2026 - 5:32pm

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

Categories: Hacker News

Show HN: Autoclipper - turn long form content into short form in a few seconds

Hacker News - Tue, 02/24/2026 - 5:26pm

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

Categories: Hacker News

Waymo's Autonomous Ride Service Expands to 4 New Cities

CNET Feed - Tue, 02/24/2026 - 5:26pm
The company has doubled its operating area for robotaxi services over the past several months.
Categories: CNET

Postman Removes Free Plan?

Hacker News - Tue, 02/24/2026 - 5:24pm

Article URL: https://www.usebruno.com/migrate

Comments URL: https://news.ycombinator.com/item?id=47144163

Points: 2

# Comments: 1

Categories: Hacker News

Pages