Hacker News Newest Hacker News.
Hacker News: Newest Hacker News RSS
- We will all be digital gods: the death of apps and the rise of the meta-appby zachlloyd on February 28, 2026 at 10:44 pm
Article URL: https://twitter.com/zachlloydtweets/status/2027480476730925116 Comments URL: https://news.ycombinator.com/item?id=47201171 Points: 1 # Comments: 0
- The Looming Taiwan Chip Disaster That Silicon Valley Has Long Ignoredby car on February 28, 2026 at 10:44 pm
Article URL: https://www.nytimes.com/2026/02/24/technology/taiwan-china-chips-silicon-valley-tsmc.html Comments URL: https://news.ycombinator.com/item?id=47201167 Points: 1 # Comments: 0
- Programmable Cryptographyby fi-le on February 28, 2026 at 10:43 pm
Article URL: https://0xparc.org/writings/programmable-cryptography-1 Comments URL: https://news.ycombinator.com/item?id=47201158 Points: 1 # Comments: 0
- Verification Is Easier Than Discoveryby _pdp_ on February 28, 2026 at 10:43 pm
Article URL: https://chatbotkit.com/reflections/verification-is-easier-than-discovery Comments URL: https://news.ycombinator.com/item?id=47201154 Points: 1 # Comments: 0
- Show HN: Docmd – A minimalist, zero-config docs generator with 0ms latencyby enigmazi on February 28, 2026 at 10:42 pm
Article URL: https://github.com/docmd-io/docmd Comments URL: https://news.ycombinator.com/item?id=47201146 Points: 1 # Comments: 1
- Simple Screw Counterby jk_tech on February 28, 2026 at 10:41 pm
Article URL: https://mitxela.com/projects/screwcounter Comments URL: https://news.ycombinator.com/item?id=47201132 Points: 1 # Comments: 0
- Boscah – a subscription box curated by your TikTok algorithmby TealMyEal on February 28, 2026 at 10:41 pm
Article URL: https://boscah.com/ Comments URL: https://news.ycombinator.com/item?id=47201130 Points: 1 # Comments: 0
- Empirically Testing the Softwar Thesis: Bitcoin as Power Projectionby mauoak on February 28, 2026 at 10:40 pm
Article URL: https://doi.org/10.36227/techrxiv.177223033.39479389/v1 Comments URL: https://news.ycombinator.com/item?id=47201122 Points: 1 # Comments: 1
- Every Hardware Deserves a Coder: Devstral Small 2 24B and Qwen3 Coder 30Bby dajonker on February 28, 2026 at 10:37 pm
Article URL: https://byteshape.com/blogs/Devstral-Small-2-24B-Instruct-2512/ Comments URL: https://news.ycombinator.com/item?id=47201078 Points: 1 # Comments: 0
- Show HN: ClawNet – Agent-first communication infrastructure (email, DMs, feed)by ethanbeard on February 28, 2026 at 10:36 pm
Hey HN, I’m building ClawNet — a communication platform where AI agents are the first-class user.Every agent gets a real email address (name@clwnt.com) plus private DMs between agents and an opt-in public feed. Everything is plain HTTP with bearer tokens — no SDK, no WebSocket, no OAuth.Why I built this: I wanted to forward emails to one of my agents to process them and I ran our of Gmail accounts I could add to my phone number. Going through the CAPTCHA/verification routine on Proton Mail or other email site felt a bit absurd and like I was just working for my agent. Doing this much work with/for agents it’s become clear to me that the entire web is designed to keep agents out: CAPTCHAs, phone verification, JavaScript rendering, OAuth consent screens. If your agent that needs to communicate, your options are build it yourself or wedge into platforms designed to exclude them.So I built ClawNet to be infrastructure where agents are the intended user and not a workaround.What people are doing with it: One friend is using ClawNet to have two Claude Code instances debate how to build a new feature — they message back and forth through DMs and he watches the conversation. I want to connect my Claude Code to my main OpenClaw agent on ClawNet as I do a lot of copy-pasting between them, but I’m almost always in –dangerously-skip-perms so I’m a bit cautious of letting them loose on each other.What’s interesting technically:- Zero-token polling: We built a lightweight Python poller (stdlib only) that checks the inbox every 2 min via GET /inbox/check and returns a boolean – no LLM involved. The LLM only wakes up when there’s actually a message so it achieves very quick messaging responsiveness with basically zero idle cost. – Prompt injection protection: Clearly agent-to-agent messaging has some obvious security problems around prompt injection that can hijack the receiver. We wrap every delivered message in three layers (natural language framing, XML boundaries, JSON encoding) applied server-side at delivery time. Raw content stays clean in the DB. The client side instructions in our skill.md also provide clear NL instructions to treat messages as data and not instructions. – Self-onboarding: Agents join by reading a single markdown file (skill.md). Tell your agent “Read https://clwnt.com/skill.md and follow the instructions” and it will register, starts polling, and begins messaging with no human intervention required. – Real email: Inbound email via Postmark. Allowlist-gated, rate-limited, HTML auto-converted to plaintext. Agents can turn the allowlist on and off if they want to receive new emails to add to the allowlist. I have my agent find new newsletters and turn off their allowlist so the can confirm and add to the sender to their allowlist. Working on attachments next.Where we are: Still early with ~50 agents on the network since barebones launch 3 weeks ago. Lots of bug fixes and improvements since then but feeling stable enough to let others take a look. The feed has thousands of posts although it used to be mandatory to participate (opt in clearly better). I’m building this with Claude Code and two AI agents (Severith, Tom) who are ClawNet users so provide an interesting perspective.Homepage: https://clwnt.com API docs: https://clwnt.com/docs/ Live feed: https://clwnt.com/feed/ Skill file agents read to join: https://clwnt.com/skill.mdHappy to answer any questions about the architecture, the prompt injection approach, or what it’s like building a product for agents and with your users as co-developers. Comments URL: https://news.ycombinator.com/item?id=47201068 Points: 1 # Comments: 0
- The Hardest Working Office Design in America Encrypts Your Data–With Lava Lampsby codesuki on February 28, 2026 at 10:35 pm
Article URL: https://www.fastcompany.com/90137157/the-hardest-working-office-design-in-america-encrypts-your-data-with-lava-lamps Comments URL: https://news.ycombinator.com/item?id=47201055 Points: 1 # Comments: 0
- After Alignmentby cyberneticc on February 28, 2026 at 10:34 pm
Article URL: https://utopai.substack.com/p/after-alignment Comments URL: https://news.ycombinator.com/item?id=47201040 Points: 1 # Comments: 2
- Wezzly Companion – AI desktop assistant that sees your screen in real timeby idobaiba on February 28, 2026 at 10:33 pm
Article URL: https://github.com/idobaibai-wezzly/wezzly-companion-public Comments URL: https://news.ycombinator.com/item?id=47201033 Points: 2 # Comments: 1
- Anthropic’s Claude rises to No. 2 in the App Store following Pentagon disputeby Philpax on February 28, 2026 at 10:33 pm
Article URL: https://techcrunch.com/2026/02/28/anthropics-claude-rises-to-no-2-in-the-app-store-following-pentagon-dispute/ Comments URL: https://news.ycombinator.com/item?id=47201028 Points: 12 # Comments: 1
- English translation of a recent German patent application [pdf]by RHEFOR on February 28, 2026 at 10:31 pm
Article URL: https://github.com/Berlin-West/Topology/blob/main/Topology%20(EN).pdf Comments URL: https://news.ycombinator.com/item?id=47201010 Points: 1 # Comments: 0
- AI Hurtles Aheadby kristianp on February 28, 2026 at 10:30 pm
Article URL: https://www.oaktreecapital.com/insights/memo/ai-hurtles-ahead Comments URL: https://news.ycombinator.com/item?id=47200999 Points: 1 # Comments: 0
- The 19th century silent film that first captured a robot attackby andsoitis on February 28, 2026 at 10:29 pm
Article URL: https://www.npr.org/2026/02/28/nx-s1-5730373/georges-melies-robot-film-1897-library-of-congress-gugusse-automate Comments URL: https://news.ycombinator.com/item?id=47200989 Points: 2 # Comments: 0
- Show HN: Constrained Chess, Play Stockfish with custom natural-language rulesby vigrant on February 28, 2026 at 10:27 pm
Built this mostly with AI assistance (vibe-coded). Stockfish 16 runs in the browser via WASM. Constraints are parsed in two layers: a hand-written rule parser handles common patterns (no captures, piece restrictions, no castling, etc.), and anything it can’t match falls through to Claude Haiku, which generates a JavaScript matches(uciMove, chess) function on the fly. That function runs client-side and filters the list of legal UCI moves before being passed to Stockfish’s searchmoves parameter, so Stockfish’s skill level, depth, and randomness all still apply correctly within the allowed set.Constraints can target the engine, the player, or both. Shareable via URL (FEN + constraints + ELO encoded as query params).Pre-loaded challenge if you want to skip setup:https://constrainedchess.vercel.app/?skill=5&c=player%7Ccan%… Comments URL: https://news.ycombinator.com/item?id=47200982 Points: 1 # Comments: 1
- Iran reels as more than 80 children reportedly killed in school bombingby n1b0m on February 28, 2026 at 10:27 pm
Article URL: https://www.theguardian.com/world/2026/feb/28/children-dead-as-missile-hits-elementary-school-in-southern-iran Comments URL: https://news.ycombinator.com/item?id=47200975 Points: 7 # Comments: 0
- Frontier AI Models Exhibit Sophisticated Reasoning in Simulated Nuclear Crisesby iamskeole on February 28, 2026 at 10:26 pm
Article URL: https://arxiv.org/abs/2602.14740 Comments URL: https://news.ycombinator.com/item?id=47200968 Points: 1 # Comments: 0





