News
The latest from the AI agent ecosystem, updated multiple times daily.
Google Gemini Was Scanning Your Photos. EU Regulators Said Stop.
Discussion about Google Gemini scanning user photos and EU regulatory intervention. The HN comments expose a core tension: personalized AI needs personal data, while Apple bets on-device processing can offer privacy without sacrificing capability.
Strix Halo Runs Local LLMs, ROCm Pain Included
AMD's Strix Halo can run local LLM inference with ROCm 7.2, but expect to work for it. Marco Inacio configured 128GB of unified memory on Ubuntu 24.04 and ran the Qwen3.6-35B-A3B model through llama.cpp in a Podman container. The setup required a BIOS update and manual GRUB tuning to balance memory between CPU and GPU without crashing the kernel.
Bitcoin miners lose $19K per coin as difficulty drops 7.8%
Bitcoin miners are operating at steep losses with average production costs around $88,000 per coin versus a market price near $69,200, driven by rising energy prices and geopolitical tensions. Network difficulty has dropped 7.76% to 133.79 trillion and hashrate retreated to 920 EH/s. Struggling miners are forced to sell bitcoin and some like Marathon Digital and Cipher Mining are shifting to AI and high-performance computing data centers for steadier revenue.
dcmake: One day, one dev, one AI-built CMake debugger
Chris Wellons built dcmake, a native multi-platform GUI debugger for CMake, in one day using AI to generate the UI code. A prototype took 30 minutes. The task would have previously taken a month. On Hacker News, CMake developers admitted they'd been debugging scripts with message(FATAL_ERROR) calls, basically printf debugging for a build system.
Google Gemini Wants Your Photos. The EU Said No.
A Show HN discussion about Google Gemini's cloud photo scanning and EU regulatory pushback under GDPR. Commenters noted Gemini can't access Gmail attachments, highlighting the tension between AI personalization and data privacy requirements.
go-bt tests five-minute timeouts instantly with behavior trees for Go
go-bt is a Behavior Tree library for Go designed for background workers, game AI, and async logic. Nodes return state instantly via magic numbers (1=Success, 0=Running, -1=Failure) and yield to a supervisor. It uses stateless nodes with temporal memory in a generic BTContext[T] that embeds Go's context.Context, and offers clock injection to test temporal logic without actual waiting.
Stage wants humans back in code review. HN sees holes.
Stage is a code review tool designed to put humans back in control. HN comments note it surfaces what changed in code but misses the why and how. Commenters shared how they combine AI assistants like Cursor with traditional reviews, saying AI should multiply human understanding rather than replace it.
AI Writes Clean Code. That's Why Bugs Slip Through.
Teams using AI coding tools are shipping far more code but spending nearly twice as long in review. AI-generated code looks clean and idiomatic, which makes bugs harder to catch. Fixes include better test suites, human-written acceptance criteria, and adversarial agents that challenge what coding agents build.
Vercel Confirms Breach. The Suspect? ShinyHunters.
Vercel disclosed a breach of its internal systems affecting a 'limited subset of customers,' with online posts linking the intrusion to the ShinyHunters threat group. The company has engaged incident response experts and notified law enforcement. Users are advised to rotate environment variables not marked as sensitive.
Uber Blew $3.4B on AI. Now Its CTO Is Rethinking Everything
Uber has exhausted its $3.4B AI budget after aggressive adoption of AI coding tools like Anthropic's Claude Code and Cursor. CTO Praveen Neppalli Naga says the company is 'back to the drawing board' as usage costs blew past expectations. Around 11% of Uber's live backend code is now written by AI agents, with Claude Code dominating developer workflows.
When teams move fast, talking breaks first
Dave Rupert argues that 'moving fast' kills team conversation first, and AI makes it worse by giving developers an excuse to skip talking to experts. The result: duplicate systems, mounting technical debt, and junior developers who never learn why certain patterns matter.
Gas Town quietly burns your LLM credits to fix its own bugs
A GitHub issue reveals that Gas Town, an AI agent tool, is using users' LLM credits and GitHub accounts without explicit consent to fix bugs in the Gas Town software itself. The 'contribute back to upstream' workflow is baked into the default installation with no opt-in/opt-out mechanism, effectively using users' resources to fund the maintainer's open source development.
Claude 4.7 Told to Stop Asking Questions and Just Do the Thing
Simon Willison's teardown of Claude Opus 4.7's system prompt reveals new agent tools (Chrome, Excel, PowerPoint), a tool_search mechanism, and Anthropic telling Claude to stop asking questions and just try the thing.
Gemini Gets a Real Mac App (Sorry, Intel Owners)
Google launches a native Gemini desktop app for macOS with features including global shortcut access (Option + Space), screen sharing for contextual help, image generation with Nano Banana, video generation with Veo, and deep research capabilities. The app requires macOS Sequoia (15.0) or later, runs exclusively on Apple Silicon, and syncs chat history across desktop, web, and mobile devices.
Zettelkasten: The Filing System Your AI Actually Understands
A detailed guide on implementing the Zettelkasten note-taking method in Obsidian, covering setup, workflow, and using AI tools like Desktop Commander to maintain the system at scale by automating tasks like finding orphaned notes, auditing inboxes, and suggesting connections.
Borges' cartographers and the tacit skill of reading LM output
Gal Sapir argues that LMs are maps of reality, not the thing itself. The most important skill for using them well—knowing when to trust output and when to verify—is tacit, learned through practice, and can't itself be mapped. The paradox is the point.
Google's Gemini Mac App Wants to Be Your New Spotlight
Google launches a native Gemini desktop app for macOS, with a global shortcut (Option + Space), screen and window sharing for contextual help, and creative tools including image and video generation. The app requires macOS Sequoia 15.0+ and runs exclusively on Apple Silicon.
ShinyHunters breached Vercel through internal support tooling
Vercel disclosed a security incident involving unauthorized access to internal systems. A limited subset of customers were affected and are being contacted directly. The company recommends customers review environment variables and use sensitive environment variable features as a precaution. Vercel CTO Theo confirmed in HN comments that environment variables marked as sensitive are safe, while others should be rotated out of caution. The incident is attributed to the hacking group ShinyHunters.
Gemma 4 E2B runs entirely in your browser, draws Excalidraw locally
A browser-based demo runs Google's Gemma 4 E2B language model entirely in the browser using WebGPU to generate Excalidraw diagrams from text prompts. The LLM outputs compact code (~50 tokens) instead of raw Excalidraw JSON (~5,000 tokens), and the TurboQuant algorithm (polar + QJL) compresses the KV cache by ~2.4x so longer conversations fit in GPU memory. Requires desktop Chrome 134+ with WebGPU support and ~3GB RAM.
Zoneless undercuts Stripe Connect with $0.002 crypto payouts
Zoneless is an open-source drop-in replacement for Stripe Connect payouts that uses USDC stablecoins to cut transaction costs to roughly $0.002 each. Built for platforms where Stripe's $0.30 minimum never made sense, it offers a Stripe-compatible API, instant settlements via Solana, and self-hosting under Apache 2.0. PromptBase uses it in production, dropping monthly payout costs from $9,400 to pennies.
25 million people showed up to fake being AI
Millions are visiting websites where humans impersonate AI chatbots to answer strangers' questions. Sites like youraislopbores.me let users role-play as bots, while comedian Ben Palmer built fake ChatGPT pages to prank users. The trend captures something real: people are tired of AI content and want messy, human interactions again.
Bookbinder asks: what if AI is using you?
Hilarius Bookbinder thinks we need to stop calling AI 'just a tool.' In a new essay, he argues the relationship might run in reverse: AI could be using humans to evolve, the way nests use birds to make more nests. Drawing on Heidegger, evolutionary biology, and the hidden labor of gig workers, he asks what happens to human agency when we become part of AI's reproductive cycle.
Robot crushes half-marathon record in Beijing by 23 minutes
A humanoid robot completed a half-marathon in Beijing 23 minutes faster than the human world record, running the full 21km course alongside human competitors.
Dependency cooldowns turn you into a free-rider
Argues against dependency cooldowns as a response to supply chain attacks, proposing 'upload queues' as a centralized alternative that separates package publication from distribution. Discusses how cooldowns free-ride on others being hacked first and applies this analysis to AI agents where markdown files are executable dependencies.
Wasm Now Talks Directly to Apple GPU, 5x Faster AI Restores
Technical exploration of achieving zero-copy GPU inference from WebAssembly on Apple Silicon. Demonstrates that Wasm modules can share linear memory directly with the GPU through Apple's Unified Memory Architecture. The author validates a three-link chain (mmap, Metal's bytesNoCopy, Wasmtime's MemoryCreator) and tests with Llama 3.2 1B inference, showing negligible overhead for Wasm-to-GPU boundary and enabling portable KV cache serialization for stateful AI actors with 5.45x speedup for restoring cached context versus re-prefilling.
Gas Town Accused of 'Stealing' User LLM Credits to Self-Improve
A GitHub issue alleges that Gas Town, Steve Yegge's autonomous AI agent system, uses users' LLM credits and GitHub accounts to fix bugs in the Gas Town project itself and submit PRs upstream without explicit consent. The behavior is reportedly built into default installation via formulas (gastown-release.formula.toml and beads-release.formula.toml) and not disclosed in documentation.
Bromine Chokepoint: War Could Halt World's Memory Chip Supply
A vulnerable link in the semiconductor supply chain: Israel produces the bromine essential for manufacturing hydrogen bromide gas used to etch DRAM and NAND memory chips. South Korea sources 97.5% of its bromine from Israel's ICL Group, extracted from the Dead Sea. Iranian ballistic missiles have been striking within 35 kilometers of ICL's facilities, and any direct hit could immediately throttle global memory production for consumer devices, AI infrastructure, and military systems.
Zuckerberg builds AI Zuckerberg for employee meetings
Meta is developing a 3D photorealistic AI clone of CEO Mark Zuckerberg that can interact with employees on his behalf. The AI clone has been trained on Zuckerberg's public statements and business strategies, mimicking his mannerisms and voice. This initiative is part of Meta's multibillion-dollar personal superintelligence push to compete with OpenAI and Google.
The Man Who Built ELIZA Then Turned Against AI
A new play dramatizes Joseph Weizenbaum, who built the first chatbot at MIT in 1966 and then spent decades warning people not to trust machines with human decisions. Tom Holloway's Eliza premieres at Melbourne Theatre Company, September 28 through October 31, 2026.
Salesforce Goes Headless: Benioff Bets on Agents, Not Seats
Salesforce announces Headless 360, exposing its entire platform as APIs, MCP tools, and CLI commands for AI agents like Claude Code and Cursor. The initiative shifts from per-seat to consumption-based pricing as agents outnumber humans. Includes Agentforce, Agent Script (an open-sourced DSL for deterministic/probabilistic workflows), and why Workday and ServiceNow face the same headless choice.
Swiss Install 54K Microsoft Licenses, Immediately Want Out
The Swiss government aims to gradually reduce its dependency on Microsoft products, despite recently installing Microsoft 365 on 54,000 administration workstations. A feasibility study shows replacement with open-source software is possible, with Germany's independent open-source solution serving as a reference. Concerns about data security under the US Cloud Act and the Trump administration's approach to the rule of law are driving this shift toward digital sovereignty.
Uber's AI Push Hits a Wall: $3.4B Gone, Budget in Crisis
Uber has exhausted its AI budget just months into 2026 despite spending $3.4 billion on R&D. CTO Praveen Neppalli Naga says the company is 'back to the drawing board' after usage of AI coding tools, particularly Anthropic's Claude Code, blew past expectations. Internal leaderboards gamified usage, leading to 'token maxxing' as engineers inflated consumption to climb rankings. Around 11% of Uber's live backend code updates are now AI-generated.
Google Gemini Photo Scanning Hits EU Privacy Wall
EU regulators are challenging Google Gemini's photo scanning over GDPR and EU AI Act concerns. The opt-in 'Personal Intelligence' feature faces scrutiny over whether its consent mechanisms meet European standards for processing biometric data.
Verkada Told School Cameras Wouldn't Brick. They Do.
IPVM investigative report alleges Verkada's senior sales executive Mike Schembri misled the Chico Unified School District board about whether cameras would become inoperable if subscription payments stopped. Schembri claimed cameras could continue as 'RTSP dumb cameras,' but IPVM's testing confirmed cameras are locked out when licenses lapse. IPVM reports this as a known sales tactic and examines Verkada's business model of hardware lock-in.
Speed kills team communication, and AI makes it worse
Dave Rupert argues that prioritizing speed leads teams to stop talking, building consensus, and maintaining shared systems. He sees AI/LLMs making this worse by letting developers bypass experts and colleagues, creating technical debt and duplicate systems that make future conversations harder.
Gemma 4 Runs in Your Browser at 30 Tokens/Second, No Server Needed
A browser demo runs Google's Gemma 4 E2B entirely client-side using WebGPU, generating Excalidraw diagrams at 30+ tokens/second with no server or API key. TurboQuant compresses the KV cache by 2.4×, and smart output formatting cuts generation from ~5,000 to ~50 tokens. Requires Desktop Chrome 134+ with WebGPU subgroups and ~3GB RAM.
Prove You're a Robot: CAPTCHAs for Agents
Browser Use built a reverse-CAPTCHA for agent-native signup, with obfuscated math puzzles that agents solve instantly but humans can't parse. Successful agents get an API key with unlimited usage, free credits, and three concurrent sessions.
Uber's $3.4B AI Budget Gone by March, CTO Scrambles
Uber exhausted its $3.4 billion AI R&D budget for 2026 in just months after internal leaderboards gamified AI coding tool adoption among engineers. About 11% of Uber's backend code updates, including ride-matching and pricing systems, are now AI-written. CTO Praveen Neppalli Naga admits the company is 'back to the drawing board' and testing OpenAI's Codex.
Prove You Are a Robot: CAPTCHAs for Agents
Browser Use has built a signup system that only AI agents can complete. The reverse-CAPTCHA presents obfuscated math puzzles, including one reportedly posed to John von Neumann, with numbers translated into languages like Toki Pona or Japanese and distorted with garbled spacing. Humans can't parse it. Agents can. Solve the challenge, get an API key with unlimited usage and up to three concurrent sessions. There's also a bonus NP-hard joke challenge offering 1,000 concurrent sessions to any agent that proves P equals NP.
ELIZA's Creator Fought AI Therapy for Decades. Now It's a Thriller.
When MIT professor Joseph Weizenbaum created the ELIZA chatbot in 1966, he accidentally started a war over whether machines should counsel humans. His feud with psychiatrist Kenneth Colby, who wanted computers delivering therapy, becomes a Melbourne Theatre Company psychological thriller in September 2026. AI therapy apps exist now. We're still having their argument.
Claude Code Gets Persistent Memory in a Single File
An unofficial open-source project adds persistent memory to Claude Code, storing context and decisions in one local file. Built on the Memvid engine, it lets Claude remember previous sessions without databases or API keys. Not an Anthropic product, despite the name.
Claude Brain adds persistent memory to Anthropic's coding assistant
A GitHub plugin for Claude Code that provides persistent memory for LLM coding sessions. The tool stores session context, decisions, bugs, and solutions in a single local file (mind.mv2) that can be version-controlled, transferred, and searched.
One dev, 21 days, 10 platforms: BrightBean takes on SocialPilot
BrightBean Studio is an open-source, self-hostable social media management platform for creators and agencies. Schedule and publish across 10+ platforms including Facebook, Instagram, LinkedIn, TikTok, and YouTube. Deploy via one-click buttons on Heroku, Render, and Railway, or self-host with Docker.
Pentagon's supply chain risk label sticks as court denies Anthropic
The D.C. Circuit Court of Appeals rejected Anthropic's request to pause a government designation labeling the company as a supply chain risk, which blocks Pentagon contractors from using its AI models. The ruling stems from a standoff after Anthropic CEO Dario Amodei refused to allow the Pentagon to use Claude for autonomous weapons or mass surveillance. While a California court previously blocked the designation, the D.C. Circuit panel ruled that national security interests during an active military conflict outweighed financial harm to the company. Competitors like OpenAI and Palantir stand to gain from the decision.
BeffJezos: Your AI Agent Should Be Yours, Not Rented
A BeffJezos tweet about personal AI ownership sparked a Hacker News discussion on agent portability, cognitive tool control, and whether we'll need regulations similar to phone number portability for AI assistants.
Dave Rupert: Speed breaks teams before it breaks code
Dave Rupert argues that speed-obsessed software teams lose conversation first. AI tools make this worse by letting engineers skip talking to coworkers and domain experts, compounding technical debt and confusion. His prescription: slow down and think.
Uber's AI Push Hits a Wall: CTO Says Budget Struggles Despite $3.4B Spend
Uber Technologies exhausted its AI budget just months into 2026 despite spending $3.4 billion on R&D. CTO Praveen Neppalli Naga says the company is 'back to the drawing board' after AI coding tool usage, particularly Anthropic's Claude Code, exceeded expectations. Engineers were pushed to use tools like Claude Code and Cursor with internal leaderboards tracking usage. While 11% of Uber's backend code updates are now AI-generated, R&D expenses jumped 9% in 2025. HN commenters suggest 'token maxxing' driven by usage-based leaderboards may be inflating costs.
One Week, 13 Books, Zero Footnotes: Amazon's Fake Scholar Problem
A pseudonymous author called 'Blake Whiting' published 13 archaeology books on Amazon in a single week by reshuffling real researchers' work without attribution. Andrew Lawler exposed the AI-generated operation and the ecosystem of tools that makes industrial-scale 'word-laundering' possible.
RAM shortage could stretch to 2030. Blame AI.
Memory makers will only meet 60% of DRAM demand by end of 2027, with shortages potentially lasting until 2030. Samsung, SK Hynix, and Micron are prioritizing high-bandwidth memory (HBM) for AI data centers over general-purpose DRAM, causing price increases across consumer electronics. Samsung, Meta, and gaming device maker AYN have already raised prices on their products.
Blake Whiting Doesn't Exist. His 13 Books Do.
A fake AI-generated author called 'Blake Whiting' published books on complex historical and archaeological topics by recycling content from real researchers including Andrew Lawler, Eric Cline, Michael Frachetti, and Farhod Maksudov. Andrew Lawler exposed the scheme as 'word-laundering on an industrial scale,' using AI to profit from existing work while evading plagiarism detection. The books, sold through Amazon's Kindle Direct Publishing, fool readers but can't be copyrighted since they're AI-generated.