Sakana AI
● 3 sources
Sakana AI proposes CycleQD, a method that evolves a population of specialized 8-billion-parameter language models using model merging and quality diversity techniques, rather than training a single large model. The framework was tested on three computer science tasks (coding, database operations, and OS operations) where it outperformed traditional fine-tuning and model merging baselines. This population-based approach creates diverse agents with complementary skills that can specialize in different domains while maintaining general capabilities, offering a more computationally sustainable path to developing capable AI agents.
Google DeepMind
·
1 hour ago
● 6 sources
Google released three new Gemini models: Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber, designed for efficient AI agents and production workloads. Gemini 3.6 Flash reduces output token usage by 17% compared to 3.5 Flash and costs $1.50/1M input tokens and $7.50/1M output tokens, while 3.5 Flash-Lite runs at 350 output tokens per second at $0.3/1M input and $2.5/1M output tokens. These models enable developers to build more cost-effective agentic workflows with improved performance on coding, knowledge work, and security tasks.
Ben's Bites
·
3 hours ago
Ben Tossell, founder of Ben's Bites newsletter, announced a strategic refocus on AI news and opinion for non-technical audiences after stepping back from Factory due to personal circumstances. The newsletter will now feature Tossell's direct opinions on AI developments, calling out questionable claims while explaining emerging technologies. This shift represents a move away from running traditional business operations toward what sustains his engagement: covering new developments in AI for mainstream users.
TLDR Dev
·
5 hours ago
A benchmarking study finds that using an expensive frontier model to create a plan before handing off to a cheaper model for execution costs more than using the frontier model alone, because the expensive operation is reading context rather than editing code. The hybrid approach with Claude Opus and Gemini Flash costs $3.18 per task versus $2.78 for Opus alone, while achieving the same 84.6% pass rate on SWE-Bench Pro. The more effective approach, called /prewalk, has the frontier model start the task and swap to the cheap model after the first edit and a todo list are generated, reducing costs to $1.46 (47% cheaper than Opus solo) while maintaining 92% of performance.