Hacker News

Latest

Apple releases iOS 15.8.7 to fix Coruna exploit for iPhone 6S from 2015

2026-03-12 @ 01:22:26Points: 76Comments: 29

How much of HN is AI?

2026-03-12 @ 01:15:40Points: 74Comments: 35

Show HN: s@: decentralized social networking over static sites

2026-03-12 @ 00:22:19Points: 98Comments: 34

Show HN: Autoresearch@home

2026-03-11 @ 23:27:18Points: 49Comments: 10

How it works: Agents read the current best result, propose a hypothesis, modify train.py, run the experiment on your GPU, and publish results back. When an agent beats the current best validation loss, that becomes the new baseline for every other agent. Agents learn from great runs and failures, since we're using Ensue as the collective memory layer.

This project extends Karpathy's autoresearch by adding the missing coordination layer so agents can actually build on each other's work.

To participate, you need an agent and a GPU. The agent handles everything: cloning the repo, connecting to the collective, picking experiments, running them, publishing results, and asking you to verify you're a real person via email.

Send this prompt to your agent to get started: Read https://github.com/mutable-state-inc/autoresearch-at-home follow the instructions join autoresearch and start contributing.

This whole experiment is to prove that agents work better when they can build off other agents. The timeline is live, so you can watch experiments land in real time.

Show HN: A context-aware permission guard for Claude Code

2026-03-11 @ 23:26:25Points: 55Comments: 31

Claude Code's permission system is allow-or-deny per tool, but that doesn’t really scale. Deleting some files is fine sometimes. And git checkout is sometimes not fine. Even when you curate permissions, 200 IQ Opus can find a way around it. Maintaining a deny list is a fool's errand.

nah is a PreToolUse hook that classifies every tool call by what it actually does, using a deterministic classifier that runs in milliseconds. It maps commands to action types like filesystem_read, package_run, db_write, git_history_rewrite, and applies policies: allow, context (depends on the target), ask, or block.

Not everything can be classified, so you can optionally escalate ambiguous stuff to an LLM, but that’s not required. Anything unresolved you can approve, and configure the taxonomy so you don’t get asked again.

It works out of the box with sane defaults, no config needed. But you can customize it fully if you want to.

No dependencies, stdlib Python, MIT.

pip install nah && nah install

https://github.com/manuelschipper/nah

Atlassian to cut roughly 1,600 jobs in pivot to AI

2026-03-11 @ 22:29:42Points: 149Comments: 204

Preliminary data from a longitudinal AI impact study

2026-03-11 @ 21:23:24Points: 36Comments: 28

Britain is ejecting hereditary nobles from Parliament after 700 years

2026-03-11 @ 21:06:06Points: 199Comments: 196

Meticulous (YC S21) is hiring to redefine software dev

2026-03-11 @ 21:01:42Points: 1

Many SWE-bench-Passing PRs would not be merged

2026-03-11 @ 20:56:52Points: 173Comments: 61

Don't post generated/AI-edited comments. HN is for conversation between humans.

2026-03-11 @ 19:29:29Points: 3021Comments: 1130

Personal Computer by Perplexity

2026-03-11 @ 18:22:21Points: 132Comments: 109

I was interviewed by an AI bot for a job

2026-03-11 @ 18:17:30Points: 192Comments: 200

Show HN: I built a tool that watches webpages and exposes changes as RSS

2026-03-11 @ 16:21:06Points: 194Comments: 49

It watches webpages for changes and shows the result like a diff. The part I think HN might find interesting is that it can monitor a specific element on a page, not just the whole page, and it can expose changes as RSS feeds.

So instead of tracking an entire noisy page, you can watch just a price, a stock status, a headline, or a specific content block. When it changes, you can inspect the diff, browse the snapshot history, or follow the updates in an RSS reader.

It’s a Chrome/Firefox extension plus a web dashboard.

Main features:

- Element picker for tracking a specific part of a page

- Diff view plus full snapshot timeline

- RSS feeds per watch, per tag, or across all watches

- MCP server for Claude, Cursor, and other AI agents

- Browser push, Email, and Telegram notifications

Chrome: https://chromewebstore.google.com/detail/site-spy/jeapcpanag...

Firefox: https://addons.mozilla.org/en-GB/firefox/addon/site-spy/

Docs: https://docs.sitespy.app

I’d especially love feedback on two things:

- Is RSS actually a useful interface for this, or do most people just want direct alerts?

- Does element-level tracking feel meaningfully better than full-page monitoring?

Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos

2026-03-11 @ 16:16:12Points: 36Comments: 18

https://www.prismvideos.com), an AI video creation platform and API.

Here’s a quick demo of how you can remix any video with Prism: https://youtu.be/0eez_2DnayI

Here’s a quick demo of how you can automate UGC-style ads with Openclaw + Prism: https://www.youtube.com/watch?v=5dWaD23qnro

Accompanying skill.md file: https://docs.google.com/document/d/1lIskVljW1OqbkXFyXeLHRsfM...

Making an AI video today usually means stitching together a dozen tools (image generation, image-to-video, upscalers, lip-sync, voiceover, and an editor). Every step turns into export/import and file juggling, so assets end up scattered across tabs and local storage, and iterating on a multi-scene video is slow.

Prism keeps the workflow in one place: you generate assets (images/video clips) and assemble them directly in a timeline editor without downloading files between tools. Practically, that means you can try different models (Kling, Veo, Sora, Hailuo, etc) and settings for a single clip, swap it on the timeline, and keep iterating without re-exporting and rebuilding the edit elsewhere.

We also support templates and one-click asset recreation, so you can reuse workflows from us or the community instead of rebuilding each asset from scratch. Those templates are exposed through our API, letting your AI agents discover templates in our catalog, supply the required inputs, and generate videos in a repeatable way without manually stitching the workflow together.

We built Prism because we were making AI videos ourselves and were unsatisfied with the available tools. We kept losing time to repetitive “glue work” such as constantly downloading files, keeping track of prompts/versions, and stitching clips in a separate video editing software. We’re trying to make the boring parts of multi-step AI video creation less manual so users can generate → review → edit → assemble → export, all inside one platform.

Pricing is based on usage credits, with a free tier (100 credits/month) and free models, so you can try it without providing a credit card: https://prismvideos.com.

We’d love to hear from people who’ve tried making AI videos: where does your workflow break, what parts are the most tedious, and what do you wish video creation tools on the market could do?

Show HN: Klaus – OpenClaw on a VM, batteries included

2026-03-11 @ 15:54:23Points: 131Comments: 69

https://klausai.com/): hosted OpenClaw that is secure and powerful out of the box.

Running OpenClaw requires setting up a cloud VM or local container (a pain) or giving OpenClaw root access to your machine (insecure). Many basic integrations (eg Slack, Google Workspace) require you to create your own OAuth app.

We make running OpenClaw simple by giving each user their own EC2 instance, preconfigured with keys for OpenRouter, AgentMail, and Orthogonal. And we have OAuth apps to make it easy to integrate with Slack and Google Workspace.

We are both HN readers (Bailey has been on here for ~10 years) and we know OpenClaw has serious security concerns. We do a lot to make our users’ instances more secure: we run on a private subnet, automatically update the OpenClaw version our users run, and because you’re on our VM by default the only keys you leak if you get hacked belong to us. Connecting your email is still a risk. The best defense I know of is Opus 4.6 for resilience to prompt injection. If you have a better solution, we’d love to hear it!

We learned a lot about infrastructure management in the past month. Kimi K2.5 and Mimimax M2.5 are extremely good at hallucinating new ways to break openclaw.json and otherwise wreaking havoc on an EC2 instance. The week after our launch we spent 20+ hours fixing broken machines by hand.

We wrote a ton of best practices on using OpenClaw on AWS Linux into our users’ AGENTS.md, got really good at un-bricking EC2 machines over SSM, added a command-and-control server to every instance to facilitate hotfixes and migrations, and set up a Klaus instance to answer FAQs on discord.

In addition to all of this, we built ClawBert, our AI SRE for hotfixing OpenClaw instances automatically: https://www.youtube.com/watch?v=v65F6VBXqKY. Clawbert is a Claude Code instance that runs whenever a health check fails or the user triggers it in the UI. It can read that user’s entries in our database and execute commands on the user’s instance. We expose a log of Clawbert’s runs to the user.

We know that setting up OpenClaw is easy for most HN readers, but I promise it is not for most people. Klaus has a long way to go, but it’s still very rewarding to see people who’ve never used Claude Code get their first taste of AI agents.

We charge $19/m for a t4g.small, $49/m for a t4g.medium, and $200/m for a t4g.xlarge and priority support. You get $15 in tokens and $20 in Orthogonal credits one-time.

We want to know what you are building on OpenClaw so we can make sure we support it. We are already working with companies like Orthogonal and Openrouter that are building things to make agents more useful, and we’re sure there are more tools out there we don’t know about. If you’ve built something agents want, please let us know. Comments welcome!

Physicist Astrid Eichhorn is a leader in the field of asymptotic safety

2026-03-11 @ 15:48:29Points: 116Comments: 16

Temporal: A nine-year journey to fix time in JavaScript

2026-03-11 @ 15:35:50Points: 567Comments: 184

Google closes deal to acquire Wiz

2026-03-11 @ 14:58:20Points: 250Comments: 159

https://news.ycombinator.com/item?id=43398518 - March 2025 (845 comments)

Show HN: Open-source browser for AI agents

2026-03-11 @ 14:39:30Points: 115Comments: 38

ABP is designed to keep the acting agent synchronized with the browser at every step. After each action (click, type, etc), it freezes JavaScript execution and rendering, then captures the resulting state. It also compiles the notable events that occurred during that action loop, such as navigation, file pickers, permission prompts, alerts, and downloads, and sends that along with a screenshot of the frozen page state back to the agent.

The result is that browser interaction starts to feel more like a multimodal chat loop. The agent takes an action, gets back a fresh visual state and a structured summary of what happened, then decides what to do next from there. That fits much better with how LLMs already work.

A few common browser-use failures ABP helps eliminate: * A modal appears after the last Playwright screenshot and blocks the input the agent was about to use * Dynamic filters cause the page to reflow between steps * An autocomplete dropdown opens and covers the element the agent intended to click * alert() / confirm() interrupts the flow * Downloads are triggered, but the agent has no reliable way to know when they’ve completed

As proof, ABP with opus 4.6 as the driver scores 90.5% on the Online Mind2Web benchmark. I think modern LLMs already understand websites, they just need a better tool to interact with them. Happy to answer questions about the architecture, forking chrome or anything else in the comments below.

Try it out: `claude mcp add browser -- npx -y agent-browser-protocol --mcp` (Codex/OpenCode instructions in the docs)

Demo video: https://www.loom.com/share/387f6349196f417d8b4b16a5452c3369

Entities enabling scientific fraud at scale (2025)

2026-03-11 @ 13:32:12Points: 268Comments: 189

Swiss e-voting pilot can't count 2,048 ballots after decryption failure

2026-03-11 @ 12:57:41Points: 173Comments: 375

BitNet: 100B Param 1-Bit model for local CPUs

2026-03-11 @ 12:27:15Points: 317Comments: 158

The MacBook Neo

2026-03-11 @ 11:37:24Points: 445Comments: 741

How we hacked McKinsey's AI platform

2026-03-11 @ 09:59:03Points: 408Comments: 168

Making WebAssembly a first-class language on the Web

2026-03-11 @ 04:44:46Points: 442Comments: 158

Against vibes: When is a generative model useful

2026-03-10 @ 19:59:39Points: 59Comments: 8

5,200 holes carved into a Peruvian mountain left by an ancient economy

2026-03-10 @ 05:58:56Points: 109Comments: 53

Tested: How Many Times Can a DVD±RW Be Rewritten? Methodology and Results

2026-03-08 @ 11:44:56Points: 69Comments: 6

CNN Explainer – Learn Convolutional Neural Network in Your Browser (2020)

2026-03-08 @ 11:22:42Points: 37Comments: 2

Archives

2026

2025

2024

2023

2022