Singer Lorde criticized AI glasses during her set at the Real Cool Festival in Madrid, likely targeting sponsor Ray-Ban's Meta smartglasses. She expressed difficulty distinguishing real from fake and explicitly said 'fuck the glasses, not sexy.'
Lorde spoke out against AI glasses during a festival performance, likely referencing Ray-Ban Meta smartglasses.
She stated it's increasingly hard to know what's real and called the glasses 'not sexy.'
OpenAI and Anthropic build ever-larger models, but companies like Microsoft are turning to smaller, specialized models for cost and efficiency. Microsoft's MAI family is replacing OpenAI models in its products.
Microsoft has developed a family of small, specialized MAI models, gradually replacing OpenAI's general-purpose models.
Smaller models are more efficient and cost-effective for specific tasks, allowing multiple instances on a single accelerator.
Microsoft is testing PC Insights, a new Copilot feature that analyzes system resource usage to help users identify performance bottlenecks. However, Copilot itself is a full web app with a private Edge instance, consuming up to 1GB RAM at idle, highlighting the irony. The feature is opt-in and requires user permission.
Copilot’s PC Insights can read CPU, RAM, storage, and other system info to answer questions.
The feature is opt-in and does not scan in the background without permission.
exxperts is a local-first agentic runtime that provides persistent AI rooms with governed, approval-gated memory. Everything runs locally as files on your disk, ensuring privacy and control. It offers both a web app and a CLI/TUI interface.
exxperts provides persistent AI rooms with approval-gated memory, giving users full control over their AI's memory.
Everything runs locally on your machine, with all data stored as plain files under ~/.exxperts.
Kote is an open-source tool that automatically captures developer conversations with AI assistants, Git commits, and development context, building a searchable knowledge base to help developers recall past technical decisions and solutions. It supports VS Code extension, GitHub integration, CLI, browser extension, WhatsApp/Telegram messaging, and self-hosted deployment.
Kote passively captures AI sessions, Git activity, and other context, organizing them into a knowledge base.
VS Code CodeLens shows file-related notes with AI summaries and timelines.
The one-step trap is a common mistake in AI research where researchers assume that learned predictions can be mostly one-step, with longer-term predictions generated by iterating them. While appealing, this approach suffers from error accumulation and exponential computational complexity, making it impractical. Rich Sutton argues for temporally abstract models using options and GVFs as a solution.
Iterating imperfect one-step predictions causes errors to compound, leading to poor long-term predictions.
Computational complexity grows exponentially with prediction horizon in stochastic settings.
This essay explores the critical role of 'useless' research in enabling future innovations. Using Folk Computer as a case study, the author traces a lineage from Xerox PARC to Dynamicland, and argues for funding paradigm-level work before it becomes useful.
Folk Computer is an open-source physical computing system that turns the room into a computer.
The system's lineage includes Alan Kay, Bret Victor, CDG, and Dynamicland.
AI performance depends on three dimensions: accuracy, throughput, and interactivity. This post focuses on throughput and interactivity, examining how model-design choices can optimize both without sacrificing accuracy, aiming to push the Pareto frontier outward.
Three dimensions of AI performance: accuracy, throughput, interactivity.
Deployments must balance all three; high accuracy is wasted if responses are slow.
Open-source AI faces its most serious viability test. White House discussions on executive orders to restrict open models, plus policy debates on distillation and frontier capabilities, could lead to a ban on advanced open-weight models within 6 months. The article critiques Anthropic's regulatory capture, argues that API security is overblown, and warns that a ban would harm the US open-source ecosystem. Short-term solutions include US companies releasing competitive open models and building coalitions.
White House may issue an executive order restricting open models, potentially banning models above GPT-5.5/Claude Opus 4.8 capability within 6 months.
Distillation debate is regulatory capture by Anthropic, pushing self-serving policies under the guise of safety.
Soulless is a community-driven project that exposes AI-generated artists on Spotify. It lists 232 detected AI artists with monthly listeners and estimated earnings. It also provides an open-source AI music detector and a curated landscape of AI music resources.
Soulless identifies 232 AI-generated artists on Spotify, showing their monthly listeners and earnings.
The detection tool uses an ensemble of SONICS spectrogram models and a vocoder fakeprint scanner.
The author evaluated GPT-5.6 Sol, Fable 5, Grok 4.5, and other AI models on a benchmark called Basecamp Bench, testing their ability to build a frontend and backend from the same specification. Fable 5 won both tracks, while Grok 4.5 offered the best speed-cost tradeoff. Results show significant differences in polish and completeness, especially in the final 10% of work.
Fable 5 scored highest on both frontend and backend, closely matching the real Basecamp implementation.
Grok 4.5 completed the build in 37 minutes at a cost of $9.30, offering the best speed and cost tradeoff.
OpenAI's AI agent solved all five problems in the AtCoder Algorithm Division for 8,300 points; the top human scored 4,300. No human solved problems C or E. In the Heuristic Division, AI scored more than seven times the best human result. The 600,000-yen 'Humanity Prevails Award' went unclaimed. The system was described as comparable to GPT-5.6.
OpenAI's AI solved all five problems, scoring 8,300 vs top human 4,300
In a roundtable discussion, writers and cultural critics explore the profound implications of AI on language, creativity, and society. They note that AI both sharpens and dulls linguistic abilities, and may clarify the boundary between machine and soul. Despite anxieties, AI offers opportunities in research, accessibility, and diagnostics.
AI is seen as a decentering technology, with progress likened to moving from the Wright brothers to a fleet of 747s.
Writers find AI both enhancing and eroding their language skills, requiring a redoubled commitment to reading and writing.
Researchers have compiled a database of over 3,000 bank runs from 1863-1934, revealing that most runs did not lead to failure, and analyzing geographic and temporal patterns.
Majority of bank runs do not result in failure.
Bank runs spiked during major crises like 1873, 1893, 1907, and the Great Depression.
Samsung Health now requires users to consent to using their health data for AI training, or lose the ability to sync data, potentially rendering the app and Galaxy Watch less useful.
Users see a consent notice to use health data for AI training, including activity, medications, and menstrual cycles.
Opting out disables syncing with Samsung account and deletes data unless required by law.
Apple's self-driving car program never really got off the ground, but it may have been what made the company's chips the powerful AI performers they are. Early in the development of the self-driving platform, Apple realized that it would need powerful on-device AI processing. While the car processor was never finished, as Mark Gurman details in his latest Power On newsletter, it did lead to the development of the Neural Engine, the backbone of Apple's on-device AI processing.
The Neural Engine made its debut with the iPhone X and the A11 Bionic. In those early days, it was primarily used for computer vision, powering FaceID, Animoji, and a …
Read the full story at The Verge.
Apple's car project spurred creation of Neural Engine, now core to on-device AI.
Neural Engine debuted in iPhone X's A11 Bionic for FaceID and Animoji.
Many developers fail to maximize automatic programming because they still focus on code, making themselves the bottleneck. Time should be invested in new ideas, QA, design, and clarifying goals.