Hacker News
100% tool routing across 3,146 apps–zero LLM at runtime, self-improving, 7ms
Article URL: https://github.com/glyphh-ai/model-pipedream/blob/main/white-paper.md
Comments URL: https://news.ycombinator.com/item?id=47273978
Points: 1
# Comments: 1
BYD’s new Blade EV Battery 2.0 unlocks 1,000+ km range and 10 min fast charging
Article URL: https://electrek.co/2026/03/05/byds-new-ev-battery-unlocks-1000-km-range-10-min-charging/
Comments URL: https://news.ycombinator.com/item?id=47273973
Points: 1
# Comments: 0
First MacBook Neo Benchmarks Are In
Article URL: https://www.macrumors.com/2026/03/05/macbook-neo-first-benchmarks/
Comments URL: https://news.ycombinator.com/item?id=47273964
Points: 1
# Comments: 0
Show HN: AgentShield – Real-time monitoring for AI agents in production
Article URL: https://useagentshield.com/
Comments URL: https://news.ycombinator.com/item?id=47273958
Points: 1
# Comments: 0
Kubegraf – AI SRE for Kubernetes root cause analysis
Article URL: https://kubegraf.io/
Comments URL: https://news.ycombinator.com/item?id=47273942
Points: 1
# Comments: 0
LocalCowork
Article URL: https://github.com/Liquid4All/cookbook/tree/main/examples/localcowork
Comments URL: https://news.ycombinator.com/item?id=47273928
Points: 1
# Comments: 0
The Download: Earth's Rumblings, and AI for Strikes on Iran
Article URL: https://www.technologyreview.com/2026/03/04/1133942/the-download-earths-rumblings-and-ai-for-strikes-on-iran/
Comments URL: https://news.ycombinator.com/item?id=47273925
Points: 1
# Comments: 0
Classic Play – free classic board games in the browser
Article URL: https://classicplaygames.com/
Comments URL: https://news.ycombinator.com/item?id=47273874
Points: 2
# Comments: 1
AI Skills Engineering Guide
Article URL: https://ai.gopubby.com/level-up-your-ai-agent-with-skills-engineering-faf00958b617
Comments URL: https://news.ycombinator.com/item?id=47273870
Points: 1
# Comments: 0
Jump at the pump as national average goes up nearly 27 cents
Article URL: https://gasprices.aaa.com/jump-at-the-pump-as-national-average-goes-up-nearly-27-cents/
Comments URL: https://news.ycombinator.com/item?id=47273542
Points: 1
# Comments: 0
Americans Don't Just Fear Driverless Cars Will Crash – They Fear Mass Job Losses
Article URL: https://today.ucsd.edu/story/americans-dont-just-fear-driverless-cars-will-crashthey-fear-mass-job-loss
Comments URL: https://news.ycombinator.com/item?id=47273534
Points: 1
# Comments: 0
Sound Synthesis 101
Article URL: https://loopmaster.xyz/tutorials/sound-synthesis-101
Comments URL: https://news.ycombinator.com/item?id=47273533
Points: 1
# Comments: 0
Has Taking the Perfect Photo Ruined Tourism?
Show HN: WiseLocals – Vetted B2B sourcing agents for manufacturing hubs
Hi HN,
I’m building WiseLocals to solve the lack of transparency in international sourcing. Most businesses lose margins to opaque intermediaries or face high fraud risks when sourcing from major manufacturing hubs.
We’ve developed a platform that connects businesses directly with vetted local experts, moving away from the "middleman" model that often complicates the supply chain.
Key Technical/Process Focus: * Multi-tiered verification: A rigorous onboarding process to verify local agent identity and expertise. * Milestone-based payments: Funds are held and only released once both parties are satisfied with the service. * Performance Analytics: Using data-driven insights to track vendor reliability over time. * Direct Project Management: A dedicated interface for real-time communication and project tracking.
I’d love to hear your thoughts on how to further automate trust in cross-border B2B transactions!
Comments URL: https://news.ycombinator.com/item?id=47273502
Points: 2
# Comments: 0
ezramiller.biz
Article URL: https://ezramiller.biz/
Comments URL: https://news.ycombinator.com/item?id=47273493
Points: 1
# Comments: 0
Cluely CEO Roy Lee admits to publicly lying about revenue numbers last year
Article URL: https://techcrunch.com/2026/03/05/cluely-ceo-roy-lee-admits-to-publicly-lying-about-revenue-numbers-last-year/
Comments URL: https://news.ycombinator.com/item?id=47273489
Points: 1
# Comments: 0
Econonomist interviews Anthropic's boss post Pentagon SCR
Article URL: https://www.economist.com/insider/the-insider/zanny-minton-beddoes-interviews-anthropics-boss
Comments URL: https://news.ycombinator.com/item?id=47273483
Points: 1
# Comments: 0
Looking for testers – a simple model for helping pros that work under pressure
Article URL: https://emergentskills.com/the-zones-calculator
Comments URL: https://news.ycombinator.com/item?id=47273470
Points: 1
# Comments: 1
Show HN: OxiLean – Pure Rust Interactive Theorem Prover (Zero C Deps, WASM)
Hey HN,
Just dropped v0.1.0 of OxiLean yesterday.
It's a full Interactive Theorem Prover written 100% in Rust (1.2 million lines across 11 crates). Inspired by Lean 4, implements Calculus of Inductive Constructions, universe polymorphism, dependent types, full tactic framework (intro/apply/simp/ring/omega etc.), and even LCNF-based codegen.
Key points that actually matter: - Kernel has literally zero external crates and zero unsafe. Memory-safe by design, no unwraps, explicit errors everywhere. - Runs in the browser via WASM (npm package @cooljapan/oxilean ready). - REPL works out of the box: cargo run --bin oxilean - No C/Fortran anywhere — unlike original Lean.
Repo: https://github.com/cool-japan/oxilean
WASM demo snippet in README if you want to play instantly.
On my machine I've already proven 99.24% of MathLib4's 179,668 declarations (aiming for 100% in 0.1.1 soon). Been grinding this because I got tired of C++/OCaml build hell in formal methods tools.
Curious what you think — especially if you're into formal verification in Rust or using Lean.
Comments URL: https://news.ycombinator.com/item?id=47273461
Points: 1
# Comments: 0
Show HN: Markdown-to-Book – Convert Markdown to KDP Ready PDFs and EPUBs
Author here. I'm a software engineer who started writing hard science fiction on the side. I built this tool because I wanted to write in plain Markdown and go straight to Amazon KDP without touching Word, InDesign, or Vellum.
The workflow: I write stories in .md files, one heading per chapter, --- for scene breaks. When I'm ready to publish, I run one command and get a paperback PDF, hardcover PDF, and Kindle EPUB with correct margins, typography, and scene breaks. The tool wraps Pandoc and XeLaTeX with a custom LaTeX template and a Lua filter that handles the scene break conversion. Commander.js is the only Node dependency.
I used this to publish my first novelette, a hard sci-fi story called "The Pull" about an astrophysicist mapping the Zone of Avoidance behind the Milky Way. The science in the story is grounded in real astrophysics (the Great Attractor, large scale cosmic flows, the Zone of Avoidance). I also built an author website at 'alanvoss.me' with Next.js and Payload CMS, deployed as a static site on Vercel, where you can read the first chapter and see the characters.
On AI use and Graphics: The story concept and science are mine. I used Claude Opus 4.6 to help with some character dialogue and for grammar and spelling checks. Character portraits on the website were generated with Midjourney and OpenAI image models. Book covers were made in Canva.
The tool itself is simple (~200 lines of JS), but it solved a real problem for me. The KDP margin requirements are fiddly, especially the difference between paperback and hardcover inner margins, and getting scene breaks to render correctly in both LaTeX and EPUB needed the Lua filter approach. Hopefully useful to other developers who write.
Please let me know if you have any questions about the tool, the publishing process, or KDP in general.
Comments URL: https://news.ycombinator.com/item?id=47273448
Points: 1
# Comments: 0
