Hacker News Digest

· 20 Hacker News

  1. AI companies are secretly buying millions of secondhand books, scanning them, and destroying the originals to train their models, according to a guest post on Anna's Archive. The post cites Anthropic…

  2. EU copyright law does not protect content entirely generated by AI, according to legal experts and recent court rulings. Daniel J. Gervais, a copyright scholar, says putting your name on an AI-writte…

  3. A GitHub issue reports that Codex CLI 0.147.0 on Amazon Bedrock lacks explicit prompt cache controls for GPT-5.6 Sol, causing high cache-write spend. One user saw cache-write tokens account for 85% o…

  4. OpenRouter now hosts Ox Alpha, a free reasoning model for coding and agentic work, with a 1M-token context window. The provider is anonymous during this preview, and prompts are retained but not used…

  5. A 404 Media investigation tracked a shipment of rare books to an Amazon warehouse in Las Vegas, where employees cut bindings off books to scan them for AI training data, destroying the books. Amazon…

  6. A small team running 20-100 coding agents in parallel can generate 500 commits, 200 pushes, and 100 PRs in a day, rivaling the output of large organizations. This shift makes modular code architectur…

  7. The Netherlands has included Israel for the first time on its list of foreign states that pose a threat to the country, according to a report by the Dutch National Coordinator for Security and Counte…

  8. In 1989, a US trade report named Japan's TRON operating system a trade barrier, effectively killing its desktop variant BTRON. The project, backed by MITI and major Japanese firms, aimed to create a…

  9. Zilog, the microprocessor maker, publishes a comic book series starring Captain Zilog, a superhero who battles villains like the Connectivity Constrictor and Vampirus, Destroyer of Light. The comics,…

  10. Researchers report a high-temperature superconducting dipole magnet that achieves a 6-tesla field at 4.2 K, a temperature achievable with standard liquid helium. The magnet design uses REBCO tape and…

  11. UC Berkeley Law School has adopted a default prohibition on generative AI use in classes, allowing it only when an instructor explicitly opts in. The policy, published on the school's academic rules…

  12. A 1986 R. Crumb comic strip depicting Philip K. Dick's religious experience, originally published in Weirdo #17, has been reposted on philipdick.com, sparking a heated comment thread. The discussion…

  13. Agentic coding tools have taken off, but non-programming use cases lag because they lack version control. The author argues that without git-like guardrails, LLMs can't safely edit docs, calendars, o…

  14. Encore rebuilt its Linux microVM build stack to run natively on Apple Silicon, creating crackling, a single API that drives Firecracker on Linux and Apple's Virtualization.framework on macOS. The mov…

  15. Seed is a minimal agent harness with no framework: a ~150-line frozen loop that connects a language model to one bash tool and loads its system prompt from a self-rewritable SELF.md file. Everything…

  16. A 7-inch digital microscope sold as a "Tomlov 7" shipped with no model number, no firmware download, and no labels. Six weeks later, its own flash memory revealed it was a dashcam all along. The devi…

  17. Sid Meier's Pirates! (1987) blended swordfighting, sailing, and family rescue into a game that still resists genre labels. Designer Nic Tringali calls it 'unstuck in genre,' with mechanics like wind…

  18. Argentic is the internet's first machine-native toll booth, enabling AI agents to pay for web access in Bitcoin Lightning. With no accounts or API keys, agents simply send a request, receive a 10-sat…

  19. A 12-airport traveling salesman problem was solved exactly at 62,741 km, while three heuristics chased that number with varying success. The OpenFlights dataset, with 3,425 nodes and 19,256 edges, re…

  20. Moonshine, an open-source speech-to-text library, now runs in browsers through a JavaScript port. The official version, MoonshineJS, compiles the C++ core to WASM and offers high-level APIs, testing…