AI Mania: From Tulips to Tokens
In a commentary on AI market exuberance, Michael Pollan's coevolutionary tulip metaphor is applied to the current boom in GPU compute and language models, with the author arguing that AI systems are '…
In a commentary on AI market exuberance, Michael Pollan's coevolutionary tulip metaphor is applied to the current boom in GPU compute and language models, with the author arguing that AI systems are '…
Ben Greene, founder of Tessi, told an audience that software engineers must adopt startup mindsets to survive the rise of coding agents, which are already enabling companies to retask employees to tra…
A new Python agent built by Mariana Souza generates SQL from natural language using an LLM and validates every query against an AST-based guardrail before it reaches the database. The agent extracts t…
Researchers improved SGLang's offloading engine to achieve 7x cheaper prefill costs for DeepSeek V4 Flash on Grace Hopper systems, leveraging high CPU-GPU bandwidth to hide weight transfers behind com…
Software architecture pattern for embedding the Phel language (a Lisp dialect that compiles to PHP) into a Symfony project, where Phel owns the routing, business logic, and handlers while Symfony is r…