News
AI, cybersecurity, machine learning, scraping & programming news.
Agentic Coding Strains CI: Scaling Test Impact Analysis at Anthropic
Anthropic's engineering team ships eight times as much code per quarter as it did between 2021 and 2025. Claude writes 80 percent of that code and also plays a significant role in reviewing and approving pull requests. The test su...
OpenAI stuck fighting Musk antitrust suit after Apple finds a way out
Elon Musk has dropped all claims against Apple in his antitrust lawsuit over the ChatGPT-iPhone integration, but he is keeping the same accusations alive against OpenAI. A court filing on Monday confirmed the voluntary dismissal o...
Apple Home’s new security camera features cost as much as $60 a month
Apple is bringing Apple Intelligence to its HomeKit Secure Video platform with iOS 27 and tvOS 27, adding AI-powered video summaries, search, and multi-camera clip stitching to compatible security cameras. The features sound genui...
Unison: A friendly programming language from the future
Unison is a statically typed functional programming language that takes a fundamentally different approach to how code is stored, compiled, and versioned. Instead of identifying functions by their names and storing source files as...
Valve’s virtual reality plans hit actual reality
Valve's long-anticipated Steam Frame VR headset has launched at $1,059, a price the company says was never the plan. Global RAM and storage costs pushed the final number higher than originally targeted, and Valve developers acknow...
StemJSON - Mobile apps that build themselves
Building a native mobile app means assembling screens, navigation, state management, and validation from dozens of pieces that rarely change at the same time. StemJSON takes a different approach: a declarative JSON language that A...
AI-native dependency upgrades, right in your terminal.
Every dependency update is a gamble. A patch release can ship a breaking change that silently corrupts your build, and most teams discover the breakage only after the upgrade lands. apiweiser-cli flips that sequence: it classifies...
Show HN: Kepil – passport, mandate and tamper-evident journal for AI agents
Kepil Adds a Permission Layer to AI Agents That Actually Stops Them Most AI agent frameworks give you logs after something goes wrong. Kepil tries to prevent the wrong thing from happening in the first place, then lets you roll it...
Can a local LLM beat -O3?
Local LLMs Can Beat -O3, But the Results Come With Caveats A set of experiments presented as a poster at CppCon this week asks whether a small language model running on consumer hardware can outperform GCC and Clang's top optimiza...
Show HN: Replay – Audit silent prompt cache misses in AI agent transcripts
A Free Tool That Tells You Exactly Where Your AI Agent's Token Budget Went If your AI agent costs more than expected and nothing visibly errored, the most likely culprit is a broken prompt cache. The tokens your agent already paid...