Trending stories ranked by heat, importance and recency.
Guillermo Rauch highlights Grok Imagine Image 2.0, now available on Vercel AI Gateway and ranking #2 on Arena.ai's leaderboard. Vercel offers access via AI CLI and a live playground.
Tony Finch revisits his Gregorian-to-Julian day conversion algorithm, incorporating tricks from Ben Joffe to produce a more efficient and robust formula.
Samuel Ting shared his four methodologies at the conference on AI accelerating scientific research, emphasizing redoing what everyone thinks has already been done.
A purported RTX 5090 with 96GB of VRAM has been spotted on Alibaba, hinting at a possible new GPU variant from Nvidia.
An opinion piece arguing that Americans' widespread mistrust of AI reflects an intuition that AI cannot be reconciled with a free society, and that current regulatory efforts fail to address the profound change AI will bring to human life.
DREI is a new WYSIWYG HTML editor that implements a subset of Emacs editing commands in a Tauri app, letting users edit HTML documents visually while using familiar Emacs keybindings and commands.
OpenAI maintains its lead in the race to develop AI systems that can operate computers, according to the article.
A research paper reports that frontier AI systems satisfy a behavioral criterion for consciousness across tens of thousands of frozen trials, suggesting measurable indicators of machine consciousness.
Rumors suggest OpenAI's next major model, codenamed 'Doug', will be its largest pre-training yet and make the Fable model look primitive, potentially launching by November.
Anthropic is making auto mode the default in Claude Code for Pro, Max, and Team plans starting August 14, backed by evals claiming auto mode blocks 89% of harmful actions and resists all tested indirect prompt injection attacks.
os8088 is a hobbyist Macintosh System 1-style GUI operating system for the Intel 8086/8088 PC, written entirely in real-mode assembly with preemptive multitasking and fitting in 256K of RAM. The project is complete and its source code is available.
Shopify engineering describes replacing Redis with MySQL for inventory reservations, using MySQL's SKIP LOCKED feature to achieve high-throughput scaling during peak traffic and eliminate consistency issues between separate systems.
A technical blog post explaining the FastLanes Unified Transport Layout, a SIMD-friendly data layout for parallel delta decoding, and how it enables data-parallel processing with wide virtual registers.
FAAAH is a dependency-free, OpenAI-compatible proxy that converts API requests into text files and uses AI coding agents like Claude Code as the backend, enabling reuse of existing subscriptions instead of paying for cloud LLM APIs.
A trimmed English-only GGUF version of Kimi K3 (IQ2-XXS) reduces model size from 711GB to 478GB by removing multi-language components, with early tests suggesting it may match or outperform the standard 2-bit version on coding tasks.
Amazon's planned Texas data center could become the largest climate polluter in the U.S., with an on-site natural gas plant permitted to release 33 million tons of CO2 per year. The report highlights growing environmental concerns around AI infrastructure and Amazon's carbon emissions, which rose 16% last year despite climate pledges.
MAGIC is a research paper exploring malicious aging attacks in circuits and cores, focusing on hardware security implications.
Rumor suggests Demis Hassabis wanted to leave Google alongside Dean but was persuaded to stay over fears of a stock crash. Unconfirmed but potentially significant for AI leadership.
A user shares an observation that Qwen and Gemma tokenize code very differently, with Qwen using far fewer tokens for the same HTML/JS input, which may explain differences in coding and language performance. They also note a potential retraining project by LiquidAI using a more efficient tokenizer.
This article introduces a dithered QR code generator that lets you embed photos into QR codes while keeping them scannable, explaining the underlying techniques such as function patterns, Bayer dithering, and Floyd-Steinberg error diffusion.