Feed aggregator
What you need to know to avoid multi-million-dollar subscription traps
LLMs Are Prediction Machines
Article URL: https://kaelandt.github.io/posts/llm-prediction-machines.html
Comments URL: https://news.ycombinator.com/item?id=46937442
Points: 1
# Comments: 0
Guide for Installing PostgreSQL on TrueNAS
Article URL: https://github.com/emanueldonalds/guides/blob/master/install_postgresql_on_truenas.md
Comments URL: https://news.ycombinator.com/item?id=46937434
Points: 2
# Comments: 1
Deobfuscation and Analysis of Ring-1.io
Article URL: https://back.engineering/blog/04/02/2026/
Comments URL: https://news.ycombinator.com/item?id=46937427
Points: 1
# Comments: 0
Tim Cook's Full Remarks About Apple's 50th Anniversary Plans
Article URL: https://www.macrumors.com/2026/02/08/tim-cook-full-remarks-on-apple-turning-50/
Comments URL: https://news.ycombinator.com/item?id=46937418
Points: 1
# Comments: 0
Japan's Takaichi Scores Landslide Win in Election Gamble
Article URL: https://www.wsj.com/world/asia/japans-takaichi-scores-major-election-victory-62f094a2
Comments URL: https://news.ycombinator.com/item?id=46937373
Points: 1
# Comments: 0
Mushroom Cloud Picture Gallery
Article URL: https://zvis.com/cpg14/index.php?cat=23
Comments URL: https://news.ycombinator.com/item?id=46937372
Points: 1
# Comments: 0
Breaking Down CVE-2026-25049: How TypeScript Types Failed N8n's Security
Article URL: https://hetmehta.com/posts/n8n-type-confusion-rce/
Comments URL: https://news.ycombinator.com/item?id=46937365
Points: 1
# Comments: 0
Show HN: Click symbols in Claude Code to jump to definitions in VS Code
Article URL: https://maaash.jp/2026/02/more-a-tags-in-the-terminal/
Comments URL: https://news.ycombinator.com/item?id=46937348
Points: 1
# Comments: 0
Tech Independence
Article URL: https://sive.rs/ti
Comments URL: https://news.ycombinator.com/item?id=46937332
Points: 4
# Comments: 0
The New Fabio Is Claude
Article URL: https://www.nytimes.com/2026/02/08/business/ai-claude-romance-books.html
Comments URL: https://news.ycombinator.com/item?id=46937325
Points: 2
# Comments: 1
Optimization for Job Shop Scheduling with Blocking: A Genetic Algorithm Approach
Article URL: https://www.mdpi.com/1999-4893/19/2/115
Comments URL: https://news.ycombinator.com/item?id=46937324
Points: 2
# Comments: 0
The AI Bubble I Live in (and You Probably Don't)
Article URL: https://thoughts.jock.pl/p/ai-bubble-living-inside
Comments URL: https://news.ycombinator.com/item?id=46937314
Points: 1
# Comments: 0
Show HN: Asterbot – AI agent built from sandboxed WASM components
For the past few months, I've been working on a WebAssembly (WASM) component model registry and runtime (built on wasmtime) called asterai. My goal is to help make the WASM component model mainstream, because I think it's a great way to build software. I think the ecosystem is missing a few key things and an open, central registry is one of those things.
Recently I saw how ClawHub had "341 malicious skills", and couldn't help but think how WASM/WASI resolves most of these issues by default, since everything is sandboxed.
So I've spent my weekend building Asterbot, a modular AI agent where every capability is a swappable WASM component.
Want to add web search? That's just another WASM component. Memory? another component. LLM provider? component.
The components are all sandboxed, they only have access to what you explicitly grant, e.g. a single directory like ~/.asterbot (the default). It can't read any other part of the system.
Components are written in any language (Rust, Go, Python, JS), sandboxed via WASI, and pulled from the asterai registry. Publish a component, set an env var to authorise it as a tool, and asterbot discovers and calls it automatically. Asterai provides a lightweight runtime on top of wasmtime that makes it possible to bundle components, configure env vars, and run it.
It's still a proof of concept, but I've tested all functionality in the repo and I'm happy with how it's shaping up.
Happy to answer any questions!
Comments URL: https://news.ycombinator.com/item?id=46937297
Points: 1
# Comments: 0
Show HN: LM Council Let LLMs argue with each other so you don't have to
I built this based on Karpathy's x post from a couple months ago while I was on paternity leave. It's my first product. It's using convex, openrouter, vercel workflows to orchestrate the LLMs.
Prompt multiple LLMs at once, they blindly rank each response and synthesize a final output. Saves time switching back and forth between providers and comparing responses.
In my experience, the synthesized output tends to be more reliable than any single provider
My wife and kid think it's cool. I hope other people find it useful. paid tier lets you use openrouter bring your own key, search and file attachments.
I know this requires a sign up but I didn't know how to let people try it without some way to limit usage.
https://x.com/karpathy/status/1992381094667411768?lang=en
Comments URL: https://news.ycombinator.com/item?id=46937295
Points: 1
# Comments: 0
Show HN: SendRec – Self-hosted async video for EU data sovereignty
Article URL: https://github.com/sendrec/sendrec
Comments URL: https://news.ycombinator.com/item?id=46937289
Points: 2
# Comments: 1
Experts Have World Models. LLMs Have Word Models
Article URL: https://www.latent.space/p/adversarial-reasoning
Comments URL: https://news.ycombinator.com/item?id=46936920
Points: 1
# Comments: 0
Prepare your OSS repo for AI coding assistants
Article URL: https://angiejones.tech/stop-closing-the-door-fix-the-house/
Comments URL: https://news.ycombinator.com/item?id=46936917
Points: 1
# Comments: 0
Hud: Runtime Code Sensor for Production-Safe AI Code
Article URL: https://marketplace.visualstudio.com/items?itemName=Hud.hud
Comments URL: https://news.ycombinator.com/item?id=46936870
Points: 1
# Comments: 0
