Tendril is a desktop app demonstrating autonomous tool creation: when no matching capability exists for a task, it writes a TypeScript tool, registers it, and executes it — making that capability permanently available. Built on AWS Strands Agents SDK with Claude via Bedrock for inference and Deno as a sandboxed executor, it starts with just three bootstrap tools and grows its registry organically. This is a compelling proof-of-concept for self-improving AI agent architectures.
Dirac is an open-source AI coding agent that scored 65.2% on TerminalBench 2.0 using Google's gemini-3-flash model, beating both Google's baseline (47.6%) and top competitor Junie CLI (64.3%). It achieves this through hash-anchored edits, AST manipulation, and aggressive context curation, reducing API costs by 64.8% on average. A strong signal that smaller, optimized models paired with smart agent design can outperform brute-force approaches.
Lapsus$ leaked approximately 4 terabytes of data from AI staffing platform Mercor, exposing voice biometrics paired with government-issued identity documents for over 40,000 AI contractors. The studio-quality voice recordings (2-5 minutes each) combined with verified IDs create a perfect storm for voice cloning fraud, deepfake impersonation, and bank verification bypasses. This is a watershed moment for AI data supply chain security and contractor trust.
Domain entrepreneur Mike Carson acquired the friendster.com domain and trademarks for roughly $30K, planning to rebuild the classic social network with a twist: the only way to connect with someone is via NFC phone tap in person. The vision centers on promoting real-world friendships over algorithmic engagement, with an iOS app already in development. An interesting counter-positioning play against existing social platforms, though the execution challenge is enormous.
The FDA approved Regeneron's gene therapy using an AAV viral vector to deliver a functional copy of the OTOF gene to inner ear hair cells, treating congenital deafness caused by OTOF mutations. While only 2-8% of genetic hearing loss cases qualify, it's a landmark in gene therapy and came through an accelerated rare-disease review pathway. A meaningful biotech milestone that signals continued momentum in precision medicine.
pgBackRest, the widely-used PostgreSQL backup and restore tool featuring parallel processing and cloud storage support, has been abandoned by its creator after failing to secure sufficient ongoing sponsorship. The final stable release is v2.58.0, and the author recommends any forks choose a new name. Supabase was a sponsor, but it wasn't enough — a cautionary tale about critical open-source infrastructure depending on volunteer maintainers.
Lawrence Paulson argues that Lean's dominance in proof assistant mindshare overlooks 60 years of formal verification history and competing tools' strengths. He contends Isabelle offers superior automation via sledgehammer, better readability through Isar notation, and avoids unnecessary complexity from dependent types. The post pushes back on "propositions as types" dogmatism and urges mathematicians to pick tools based on actual needs rather than community momentum.
A large-scale interactive art installation using nine AlfaZeta flip-disc panels in an 84x42 grid, powered by an Nvidia Orin Nano for ML-driven gesture recognition via MediaPipe. The system runs real-time visualizations through PIXI and Three.js, controlled via an Expo mobile app with scenes including an RSS reader, Spotify client, and weather display. A beautiful blend of retro electromagnetic display tech with modern compute.
DSPi transforms a Raspberry Pi Pico into a USB sound card with integrated DSP, supporting stereo input and multiple simultaneous outputs via S/PDIF, I2S, or PDM. It packs 10-band parametric EQ per channel, matrix mixing, loudness compensation, headphone crossfeed, and time alignment onto a budget microcontroller. Impressive embedded engineering for audio enthusiasts who want room correction and speaker crossover management on the cheap.
Alex Selimov argues that deliberately staring at a blank wall is an effective technique for recovering focus during mental fatigue, countering information overload and dopamine-driven distraction cycles. The practice activates the parasympathetic nervous system and induces mind-blanking, which the author reports significantly improved his concentration. A simple productivity hack dressed in neuroscience — your mileage may vary.