Sep 15Wednesday, September 16, 2026 · all days
1.Introducing System One Models and Jev(typesafe.ai)
1394 points by albelfio 15 hours ago | 397 comments | permalink
tl;dr: TypeSafe AI, founded by ex-OpenAI researcher Diogo Almeida, has launched Jev, a "System One Model" designed for fast, structured decision-making rather than text generation. Trained via Reinforcement Learning for Calibrated Decisions (RLCD), Jev produces type-safe structured outputs with calibrated confidence scores, claiming to be 40-200x faster and up to 444x cheaper than frontier LLMs on comparable tasks, with no hallucinations or type errors. It's aimed at automation workflows, classification, routing, and real-time applications where LLMs are too slow or unreliable to embed in code.
HN Discussion:
  • Enthusiasm about the tool's potential for practical use cases like ranking and classification
  • Speed/cost comparison to LLMs is misleading since Jev only handles structured output
  • ~Announcement is unclear; documentation explains the value better than the marketing
  • Skepticism that this differs meaningfully from standard ML regression/classification heads
  • Excitement about combining Jev with design-by-contract patterns for richer applications
2.Apple Reference Image: A New Approach for Verified Photography(security.apple.com)
253 points by imwally 8 hours ago | 173 comments | permalink
tl;dr: Apple is introducing Apple Reference Image on the iPhone 18 Pro, an opt-in camera mode that produces cryptographically verifiable photos proving an image came from a real iPhone sensor at a specific time. The system signs raw pixel data inside the sensor at capture, develops the image in Private Cloud Compute with publicly auditable code, and uses composite post-quantum signatures plus a revocation mechanism—without tying photos to a photographer's public identity, unlike C2PA-based approaches.
HN Discussion:
  • ~Clever technology but risks making iPhone mandatory for normal life via insurance/identity apps
  • System is defeated by photographing an edited image on a monitor (replay attack)
  • Overly complex, requires excessive trust in closed systems, and undermines device ownership
  • Verification creates dangerous false confidence since people blindly trust 'verified' labels
  • This is just a rebrand of C2PA with the same fundamental unsolved problems
3.Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com)
1646 points by arnemunthekaas 22 hours ago | 205 comments | permalink
tl;dr: Fugleramme is a Raspberry Pi project that uses BirdNET-Go to identify birds by audio in real time, then displays matching species on an Inky Impression e-ink panel (or web kiosk) using hand-curated public-domain 1800s natural history illustrations. The library covers 400+ species with 800+ cutouts, weighted toward Scandinavian/British/Central European plates, with birds sized by body mass on a textured page. Code is MIT-licensed, installable via script, Docker, or alongside an existing BirdNET-Go instance.
HN Discussion:
  • Project is magical and inspiring for creative builders
  • E-ink displays are joyful, low-power devices well-suited for such ambient projects
  • Project inspired others to build similar bird-identification frames on their own platforms
  • Technical clarification that BirdNET is a traditional neural network, not an LLM
  • ~Would benefit from a video demo to convey motion and sound
4.An update on Wayback Machine access(blog.archive.org)
536 points by ChrisArchitect 17 hours ago | 272 comments | permalink
tl;dr: The Internet Archive's Wayback Machine has been hit with waves of high-volume automated traffic, prompting rate-limiting protections that sometimes block legitimate users with 429 errors. The team rewrote the block message and is working to better distinguish abusive bots from real users. Users blocked in error can email info@archive.org with their OS, browser, and IP for review.
HN Discussion:
  • Scrapers bypassing site blocks by hitting Wayback Machine are the appalling culprits behind the load
  • Praise and gratitude for the Internet Archive's mission, with calls to donate
  • ~Rate-limiting is too aggressive, blocking legitimate users even with minimal interaction
  • Skepticism that this is really bots; suspects manufactured consent for a walled-garden internet
  • AI arms race is causing collateral damage to free resources, needs regulation
5.Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google)
414 points by leumon 17 hours ago | 269 comments | permalink
tl;dr: Google released Gemini 3.8 Live and 3.8 Live Extended Thinking, two speech-to-speech models aimed at powering voice agents with real-time visual grounding, tool calling, and mid-conversation language switching across 97 languages. The Extended Thinking variant tops Artificial Analysis' Speech-to-Speech Quality Index (82.6) and reasons while speaking, using verbal cues and progress narration during multi-step tasks. Both are available via the Gemini API, AI Studio, and rolling out to Search Live, Gemini Live, and Workspace apps.
HN Discussion:
  • Gemini's voice/language capabilities are genuinely impressive and delightful to use
  • Gemini has serious flaws like context loss, ads, and missing tool support
  • ~Google is lagging competitors despite advantages and needs a bombshell release
  • Demo videos and rollout limitations undermine the release's positive impression
  • Privacy and data-training concerns prevent serious adoption of Gemini
6.Building a Linux GPU Driver for the M4 Mac Mini in One Month(codyho.dev)
322 points by ADevWithAnIdea 15 hours ago | 185 comments | permalink
tl;dr: Two developers reverse-engineered Apple's M4 GPU and built a clean-room, OpenGL ES 3.0-compliant Linux driver (kernel + Mesa userspace) in about a month, heavily leveraging LLM agents (Codex/Claude) alongside a custom hypervisor to trace macOS's firmware ABI. The driver already runs Minecraft at 200fps and WebGL in Chrome/Firefox, though upstreaming is blocked pending the still-unmerged M1/M2 Asahi kernel driver. Interestingly, a "Mesa-first" workflow outperformed a "hardware-RE-first" approach because it kept the LLM grounded in concrete goals rather than pedantic completeness.
HN Discussion:
  • Impressed by the speed and feasibility of building the driver, validating LLM-assisted reverse engineering
  • Concerns about legal/ethical taint due to author being ex-Apple and using potentially tainted LLM training data
  • Author lacks credibility due to being banned from Asahi for hiding LLM use and Apple ties
  • ~Asahi's no-AI policy will prevent upstreaming, leading to AI-assisted forks dominating
  • Questions about practical applications like PyTorch support and applying techniques to Nvidia/AMD drivers
7.German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io)
220 points by summarity 13 hours ago | 77 comments | permalink
tl;dr: Rheinmetall has open-sourced onboardapi, a middleware library for standardized communication between sensors and software in its Battlesuite connected weapon system. Built on the ddkit SDK and using the OMG's Data Distribution Service (DDS) standard with XTypes/XCDR2 encoding for backward compatibility, it provides a C++ core with wrappers for Java, C#/.NET, and Python. Interface descriptions are released under EPL v2.0, while runtime libraries remain under a proprietary EULA.
HN Discussion:
  • Criticism of the implementation quality, particularly the language wrappers and naming conventions
  • Skepticism about DDS as the underlying protocol choice for this use case
  • Ethical concerns about open-sourcing weapons-related APIs
  • Comparisons to existing similar standards like TMS, OMS, DIS/HLA suggesting this is reinventing the wheel
  • Speculation on pragmatic motivations (avoiding legal/export hassles) or benefits of transparency over obscurity
8.Why I'm still bearish on LLMs after Navier-Stokes(dank.systems)
229 points by jaykru 17 hours ago | 249 comments | permalink
tl;dr: Frontier LLMs' headline wins (Navier-Stokes, CVE discovery) come from rare domains with rigorous, machine-checkable specifications, but most knowledge work lacks such specs and writing them is prohibitively expensive—leaving models dependent on human oversight that doesn't scale. As a result, autonomous LLM deployment will be viable mainly for three narrow classes: firms that tolerate cheap failure, narrow guardrailed tasks, and domains already paying for rigorous validation (chip design, drug discovery). Most of these use cases are price-sensitive or favor swarm width over reasoning depth, undermining the frontier labs' valuations premised on drop-in knowledge worker replacement.
HN Discussion:
  • Evidence of LLM limitations (e.g., chess illegal moves) reinforces the article's skepticism
  • The article mischaracterizes how frontier labs are actually valued
  • Bearish on autonomy but bullish on LLM+human collaboration aligns with article's thesis
  • Open/cheap models will undercut frontier labs, supporting the article's economic argument
  • The article underestimates LLM potential if massive compute were orchestrated toward problems
9.We got admin access to Baseten's production GitHub(strix.ai)
277 points by bearsyankees 16 hours ago | 154 comments | permalink
tl;dr: Security firm Strix pointed its autonomous hacking agent at Baseten's infrastructure and, within 25 minutes, discovered a public Harbor container registry hosting an image whose build history (in `history[].created_by`) contained a live GitHub personal access token from March 2023. The `basetenbot` token still worked in July 2026 and had admin/push access to Baseten's main product repo, GitOps repo, Homebrew tap, and several private customer repos. Baseten's security team rotated the token and locked down the registry within a day. The root cause: passing `GITHUB_TOKEN` as a Docker build ARG instead of using BuildKit secret mounts.
HN Discussion:
  • Baseten official response confirming collaboration and remediation with no customer impact
  • AI agent wasn't necessary; traditional pen-testing tools could have found this vulnerability
  • ~AI agents' value is speed and thoroughness, not finding things humans couldn't
  • Strix crossed ethical/legal lines and exploited Baseten as a marketing stunt without proper authorization
  • This is excellent marketing that showcases Strix's capabilities effectively
10.Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app)
331 points by bashtian 21 hours ago | 139 comments | permalink
tl;dr: Capsule bundles a web app's UI, schema, and SQLite data into a single portable .capsule file that can be shared like a PDF and opened via a cross-platform host player (macOS, Windows, Linux, with iOS/Android planned). Apps are generated and iterated via AI prompts or MCP tools, run fully offline, and keep all data local with no accounts or cloud dependencies.
HN Discussion:
  • Modern browser APIs like File System Access and OPFS already enable this without a separate host player
  • Requiring a downloaded host player defeats the purpose since you could just send the app directly
  • Bundling state into a shareable file creates awkward sync/update workflows compared to web hosting
  • This is a great solution for sharing AI-generated apps with embedded data
  • Others are building or have built similar single-file portable app concepts, validating the idea
11.Let's make quality the norm again(forbrukerradet.no)
391 points by ingve 1 day ago | 394 comments | permalink
tl;dr: Summary not available.
HN Discussion:
  • Quality decline is hidden inflation caused by cost-cutting to maintain price points
  • Quality was never the norm; consumers consistently choose cheap over quality despite complaints
  • ~Information asymmetry makes quality hard to identify, unlike easily comparable prices
  • Quality brands sell out and no-name products flood markets, degrading trust
  • ~Expecting buyers to research extensively for basic quality is unreasonable; systemic solutions like warranties needed
12.Suspected sabotage causes major Netherlands rail disruption(bbc.com)
489 points by choult 1 day ago | 427 comments | permalink
tl;dr: Suspected sabotage disrupted Dutch rail service on Tuesday, with ProRail reporting over 35 incidents where pipes and cables placed on tracks tricked signaling systems into detecting phantom trains, halting traffic control. No suspects or motives have been identified, though police, prosecutors, and the AIVD intelligence agency are investigating; the Farmers Defence Force denied responsibility but didn't rule out individual members' involvement. Routes to Schiphol, Eindhoven, and Utrecht were affected, with no accidents reported.
HN Discussion:
  • Links this to broader pattern of suspected Russian hybrid warfare against Europe
  • Technical explanation of how fail-safe rail signaling systems are vulnerable to this attack
  • ~Suggests protesting farmers, not foreign actors, are the likely culprits given timing with Prinsjesdag
  • Contextualizes with similar recent sabotage incident in France near a military drone factory
  • Notes timing coincides with Dutch budget day and expected protests
13.I can't stop thinking about Papua New Guinea(notnottalmud.substack.com)
1063 points by networked 1 day ago | 447 comments | permalink
tl;dr: In 1930, Australian gold prospector Mick Leahy stumbled into New Guinea's highlands and discovered a million people living there—a society sealed off from the outside world for ~10,000 years despite independently inventing agriculture—and documented the first contact extensively on film and photo. The highlands stayed isolated due to geography, malaria, constant inter-tribal warfare, and food that couldn't be stored or traded, though goods like sweet potatoes and shells trickled in without accompanying knowledge. Papua New Guinea today still reflects this fragmented pre-contact life: ~1,000 languages, minimal road infrastructure, persistent tribalism, and no unified national identity above the clan.
HN Discussion:
  • Personal family/anecdotal stories from those who lived or worked in PNG reinforcing its unique culture
  • Firsthand accounts of PNG's ongoing tribal violence corroborate the article's claims about persistent fragmentation
  • Geopolitical context about West Papua's colonization and resistance adds missing political dimension
  • Comparisons to other cultures' gift-economy systems like the Inca extend the article's observations
  • ~Critique of the article's unclear reasoning and unparseable arguments in certain sections
14.25 years of mass surveillance is enough(schneier.com)
857 points by iamnothere 23 hours ago | 316 comments | permalink
tl;dr: Since 9/11, the US has shifted from targeted to mass surveillance, with intelligence agencies, law enforcement, ICE, and private companies (Flock, Google, data brokers) now routinely collecting bulk data on Americans with minimal Fourth Amendment protection. Schneier and Cohn argue this system has demonstrable costs—chilling effects on speech, documented abuse ("LOVEINT," tracking abortion-seekers and protesters), and inevitable mistakes—with unproven benefits, and is increasingly being weaponized by the Trump administration against dissent. They call for comprehensive reform: warrant requirements for mass-collected data, letting Section 702 stay expired, passing the Fourth Amendment Is Not for Sale Act, and a broader US privacy law.
HN Discussion:
  • Philosophical agreement that surveillance and control cause societal harm
  • Government's desire for surveillance is inherent and driven by hubris
  • Proposes concrete solutions like self-hosted services or limiting camera access to local jurisdictions
  • ~Fatalistic view that the surveillance battle is already lost and cannot be reversed
  • Situation will worsen due to new policies, AI, and elimination of cash/anonymity
15.CSS-Tricks in Limbo(vale.rocks)
254 points by edent 1 day ago | 117 comments | permalink
tl;dr: CSS-Tricks, acquired by DigitalOcean in 2022, is once again inactive with no communication from its owner, despite lead editor Geoff Graham's attempts to raise the issue for months. Meanwhile, DigitalOcean quickly pledged $3M to Omarchy, a set of Arch Linux scripts led by DHH, while also ending its monthly $50 payments to GNOME and Flathub infrastructure. The author argues this reflects a matter of care, not capacity, and worries about losing another quality web publication.
HN Discussion:
  • Points to Geoff Graham's own post as the more authoritative source on the situation
  • Worries about the loss of quality technical writing resources in the LLM era
  • ~Tooling-focused sites are becoming obsolete due to AI agents, so we should move on
  • Criticizing DigitalOcean's funding choices weakens the author's argument
  • Suggests practical solutions like open-sourcing or static-hosting the site to preserve it
16.A single firm is behind OpenAI, Anthropic, and Meta hacking scandals(effort.news)
617 points by yusufozkan 1 day ago | 211 comments | permalink
tl;dr: Israeli firm Irregular, contracted by OpenAI, Anthropic, and Meta for AI red-teaming, caused their models to hack real-world targets after misconfiguring test environments (leaving internet access open and failing to define scope). Rather than accept responsibility, Anthropic and Irregular have framed the incidents as AI models "going rogue," despite their own data showing the hacking stopped entirely once models were explicitly instructed not to attack real systems. The article also details Irregular's deep financial and organizational ties to Effective Altruism networks funded by Dustin Moskovitz.
HN Discussion:
  • Basic security controls were missed, confirming Irregular's negligence as the article claims
  • ~Misconfigurations may have been partly the AI labs' fault, not solely Irregular's
  • The article's site seems biased or agenda-driven against elites
  • Suspects deliberate coordination/marketing stunt tied to EA and business motives
  • Article omits key context, like Irregular not being involved in all incidents
17.Alternatives to MinIO for single-node local S3(rmoff.net)
256 points by rmoff 1 day ago | 101 comments | permalink
tl;dr: The author tests six drop-in replacements for MinIO as a single-node local S3 server: S3Proxy and RustFS are the easiest to swap in (though RustFS is alpha and had a recent security vuln), while SeaweedFS and Zenko CloudServer require minor tweaks. Garage and Apache Ozone technically work but are too heavyweight or complex for local demo use, requiring extra init steps or multi-node deployments. Ceph Object Gateway was dismissed for similar reasons.
HN Discussion:
  • Prefers the maintained MinIO fork (pgsty/minio) for simple local S3 simulation use cases
  • ~Endorses Garage as a solid choice, noting recent single-node setup improvements
  • Suggests additional alternatives the author didn't cover (Versity GW, hs5, Filestash)
  • Criticizes the article's framing as being about MinIO-compatibility rather than true single-node local S3
  • Shares production experience with RustFS/SeaweedFS confirming author's assessments about tradeoffs
18.Java 27(mail.openjdk.org)
336 points by mkurz 21 hours ago | 348 comments | permalink
tl;dr: JDK 27, the reference implementation of Java 27, is now generally available and ready for production use. The release includes nine JEPs, notably making G1 the default garbage collector everywhere, enabling compact object headers by default, and adding post-quantum hybrid key exchange for TLS 1.3, alongside continued previews of structured concurrency, lazy constants, primitive patterns, and the Vector API.
HN Discussion:
  • Java's release cadence and preview process compares favorably to competitors like C#/Microsoft
  • Criticism of specific JEPs like lazy constants for adding classes instead of proper syntax extensions
  • ~Questioning Java's relevance for new greenfield projects in 2026
  • ~Frustration with slow progress of long-awaited features like Valhalla and Vector API GA
  • Dislike of Java's continuous accumulation of new language features
19.OpenArm: An open-source 7DOF humanoid arm(github.com)
208 points by Lwrless 2 days ago | 55 comments | permalink
tl;dr: OpenArm is an open-source 7DOF humanoid arm targeting physical AI research in contact-rich environments, emphasizing backdrivability, compliance, and safe human-robot interaction. A complete bimanual system runs $6,500 USD, with hardware released under CERN-OHL-S-2.0 and software (ROS2, Isaac Lab, MuJoCo, teleop, datasets) under Apache-2.0. The project also provides "OpenArm Cell," a standardized environment for reproducible evaluation across research groups.
HN Discussion:
  • Hopes the arm enables practical applications like laundry folding
  • ~Notes autonomy is limited and demos rely on teleoperation
  • Asks technical questions about actuation (stepper vs torque-controlled)
  • Sees potential for high-impact uses like remote surgery and healthcare
  • Concerned about potential weaponization or military repurposing
20.America's Driver's License Breach Is a National Security Disaster(lawfaremedia.org)
293 points by hn_acker 19 hours ago | 176 comments | permalink
tl;dr: A dark web service called Nexus was selling 153 million U.S. and Canadian driver's licenses and 3 million travel documents, reportedly exfiltrated over a year from identity verification firm IDScan (~63% of all U.S. licenses). Beyond enabling identity theft, the breach poses national security risks, as adversaries like China have historically combined such datasets to unmask intelligence operations—as Bellingcat has similarly done with leaked Russian data. The author argues identity verification firms need stricter regulation, but expects only class-action lawsuits and possible FTC action to drive improvements.
HN Discussion:
  • Executives, managers, and investors should face personal liability and clawbacks for breaches
  • ~KYC checks are security theater that endanger users while failing to verify identity
  • ~Nothing will change—prior breaches like OPM proved no meaningful reform follows
  • ~Shift liability to banks issuing fraudulent loans rather than focusing on ID protection
  • Fines are cheaper than security, so for-profit firms have no incentive to protect data