frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US anti-fascism expert blocked from flying to Spain at airport

https://www.theguardian.com/us-news/2025/oct/09/anti-fascism-mark-bray-rutgers-university
1•perihelions•40s ago•0 comments

Future Data Systems Seminar Series – Fall 2025

https://db.cs.cmu.edu/seminars/fall2025/
1•sebg•1m ago•0 comments

The Prime Minister who tried to have a life outside the office

https://www.newyorker.com/magazine/2025/10/13/the-prime-minister-who-tried-to-have-a-life-outside...
1•binning•1m ago•0 comments

Show HN: Evals pass, agents fail." A/B test agents with Raindrop Experiments

https://twitter.com/benhylak/status/1976392820614439315
1•alexisgauba•2m ago•0 comments

Sub-agents in Claude Code: I tried them

https://boliv.substack.com/p/claude-code-usage-patterns-3-sub
1•brunooliv•3m ago•0 comments

Azure Portal Outage

https://azure.status.microsoft/en-us/status
1•tatersolid•4m ago•1 comments

German conservatives block Chat Control

https://bsky.app/profile/markus.reuter.netzpolitik.org/post/3m2metni3zs2u
1•jech•5m ago•1 comments

Central bank says what the Federal Reserve won't

https://www.axios.com/2025/10/09/ai-bubble-federal-reserve
1•zerosizedweasle•5m ago•0 comments

AI models that lie, cheat and plot murder: how dangerous are LLMs really?

https://www.nature.com/articles/d41586-025-03222-1
1•pykello•7m ago•0 comments

New York AG James, a Trump foe, indicted for bank

https://www.reuters.com/world/new-york-ag-james-trump-foe-indicted-bank-fraud-2025-10-09/
2•zerosizedweasle•8m ago•0 comments

All in on MatMul? Don't Put All Your Tensors in One Basket

https://www.sigarch.org/dont-put-all-your-tensors-in-one-basket-hardware-lottery/
1•sebg•10m ago•0 comments

Show HN: Browser extension to analyze my son's Math Academy data

https://github.com/rahimnathwani/mathacademy-stats
1•rahimnathwani•10m ago•0 comments

Why "Market Bullets" is the only pre-market newsletter I still read

1•kvallans•10m ago•0 comments

Show HN: Open-Source Voice AI Badge Powered by ESP32+WebRTC

https://github.com/VapiAI/vapicon-2025-hardware-workshop
1•Sean-Der•10m ago•1 comments

US Launches Financial Rescue of Argentina, Treasury Buys Pesos

https://www.bloomberg.com/news/articles/2025-10-09/bessent-says-20-billion-us-argentina-currency-...
3•toomuchtodo•11m ago•2 comments

Data quantity doesn't matter when poisoning an LLM

https://www.theregister.com/2025/10/09/its_trivially_easy_to_poison/
2•mikece•11m ago•0 comments

Leveraging the Zeigarnik Effect

https://www.theolouvel.com/fieldnotes/Notions/Zeigarnik+Effect
1•theolouvel•12m ago•0 comments

Groundbreaking Tech Inside Meta's $800 AR Glasses but Don't Count on Fixing Them

https://www.ifixit.com/News/113543/theres-groundbreaking-waveguide-tech-inside-metas-800-ar-glass...
3•wayne•12m ago•0 comments

Dominion Voting sold to company run by ex-GOP election official

https://www.msn.com/en-us/news/politics/ar-AA1Oano9
5•dmschulman•16m ago•0 comments

Big Brother has gone full Orwell

https://www.spiked-online.com/2025/10/08/big-brother-has-gone-full-orwell/
2•binning•19m ago•0 comments

Show HN: Engin – a modular application framework for Python

https://github.com/invokermain/engin
2•invokermain•19m ago•0 comments

Parents Never Bought You That Power Wheels? Here's a Cooler One for $10k

https://www.thedrive.com/news/parents-never-bought-you-that-power-wheels-heres-a-cooler-one-for-1...
2•PaulHoule•20m ago•0 comments

This was the fix to the iPhone Antennagate in 2010. 20 bytes

https://threadreaderapp.com/thread/1975360407935328544.html
1•haunter•20m ago•1 comments

Show HN: Oneseal – Secrets, configs, and platform outputs as code

https://github.com/oneseal-io/oneseal
2•stanguc•22m ago•0 comments

Show HN: Summeze – Turn videos into editable LaTeX summaries in seconds

https://summeze.com
2•lorenzolibardi•23m ago•0 comments

Magnolia: Interactive Shell Navigation and History

https://codeberg.org/mtmn/magnolia
3•todsacerdoti•24m ago•0 comments

Tick byte makes people vegan

https://en.wikipedia.org/wiki/Alpha-gal_syndrome
1•riedel•26m ago•0 comments

Slave-Making Ant

https://en.wikipedia.org/wiki/Slave-making_ant
1•CGMthrowaway•27m ago•0 comments

City of New York vs. Meta, Google, TikTok et al. (S.D.N.Y. 1:25-CV-08332) [pdf]

https://ia600102.us.archive.org/16/items/gov.uscourts.nysd.650796/gov.uscourts.nysd.650796.1.0.pdf
1•1vuio0pswjnm7•29m ago•0 comments

MCP plugins became enterprise security's biggest blind spot

https://venturebeat.com/security/mcp-stacks-have-a-92-exploit-probability-how-10-plugins-became-e...
1•mooreds•29m ago•0 comments
Open in hackernews

Ask HN: Is AI-based debugging for robotics feasible?

1•Lazaruscv•3h ago
* Can AI models meaningfully detect “emergent” errors (timing drift, sensor desync, hardware degradation)?

* Or is this a problem better solved through deterministic verification and better tooling?

Would love to hear real-world perspectives from those working in robotics infrastructure, fleet management, or simulation , what’s actually working (or not)?

Comments

bigyabai•3h ago
> Can AI models meaningfully detect “emergent” errors (timing drift, sensor desync, hardware degradation)?

Basic arithmetic can meaningfully detect every error you just listed. AI probably cannot "beat the odds" against a simple integral function.

Lazaruscv•3h ago
True, for isolated signals, absolutely. But in real-world robotics systems, the challenge isn’t doing the math, it’s seeing the context.

Timing drift or sensor desync rarely appear as clean numerical mismatches, they emerge across hundreds of async topics, network delays, or subtle hardware degradations. Arithmetic can flag the symptom, but not always the cause or pattern that leads to it.

The idea behind AI here isn’t to replace deterministic checks, it’s to augment them. Think of it as spotting correlations or early warning trends that static rules can’t (like cross-sensor covariance shifts before failure).

Arithmetic finds the what; AI helps predict the why and when.

clubanga•3h ago
Yes they can but they need grounding to mitigate infinite regress and hallucination. They can be grounded as a y combinator fixed point λ := ∀x (x -> x).
chfritz•2h ago
You seem to describe the problem of automated anomaly detection. Many companies tried or are trying to solve this (e.g., Heex), but I don't think anyone has done it definitively. The issue is that "normal" behavior keeps changing, so its difficult to build a model of what is abnormal. And by the time the behavior of the robots in the fleet becomes more stable (in all aspects, physical, electrical, networking, logging, etc.), it's usually easy for the engineers who built it to put in the right metrics and health-monitoring checks to detect issues. So even though theoretically automated anomaly detection sounds like the holy grail of fleet observability, in practice, it's not such a big deal.

So I guess to answer your question, I think yes, the second, better tooling (and a ton of metrics data collected from the fleet with good versioning).