@erogol.com

Doing ML erogol.com erogol.substack.com github.com/erogol

made Claude Opus out of GPT-5.4. well, sort of. I used a genetic algorithm to make GPT act more like Claude on coding tasks. Not by making it smarter. Mostly by tuning the boring stuff that changes how it feels in practice: tool cadence, stop/go judgment, how deep it digs, and when it stops.

Bild

Agentic tools like OpenClaw grow with every PR — but bigger codebases are harder for AI to understand and extend. What if we kept the core tiny and let agents adapt themselves to user needs? No PR, just evolve.

My post on MiMo-Audio open.substack.com/pub/erogol/p... 🔥 Trained on 100M+ hours and shows emergent few-shot learning: • Voice conversion • Emotion transfer• Speech translation • Cross-modal reasoning ⚡ Key finding: Speech follows same scaling laws as text LLMs

Model Check - MiMo-Audio: Scaling Speech Pre-Training to 100M Hours

Going over the code and the technical report of the new Speech LM model from Xiaomi that rivals GPT4o-audio and Gemini

open.substack.com

claude is the best coding model gemini cause frequent syntax errors openai does not even understand the task at hand

⚡ Machine Learns issue 48 is out 🚀 dKV-Cache accelerates diffusion models up to 10x faster 🔐 OpenAI's authentication play (think OAuth for AI) 🎯 PaTH Attention beats RoPE on long-context tasks 🤖 Humanoid Robot fights became real open.substack.com/pub/erogol/p...

Machine Learns #48

OpenAI's 'Sign in with ChatGPT', Meta's AGI ambitions, new models like Gemma 3 & MAGI-1, research breakthroughs in KV caching for diffusion & PaTH Attention, and fresh open-source releases.

open.substack.com

🧵 Here is a small thread with my notes about some of the recent Transformer papers. - Softpick: an alternative to softmax in Attention - Canon Layers: mixing states with conv1d - Parallel Transformer blocks

Next big thing is Brain-LLMs. Imagine an LLM compressing all world knowledge attached to your brain and ready to serve your thoughts and questions. You also update it over internet and pay for sub. I don't want to think about the ad business :)

“If these results generalize to real-world software tasks, extrapolation of this trend predicts that within 5 years, AI systems will be capable of automating many software tasks that currently take humans a month.” arxiv.org/abs/2503.14499

Measuring AI Ability to Complete Long Tasks

Despite rapid progress on AI benchmarks, the real-world meaning of benchmark performance remains unclear. To quantify the capabilities of AI systems in terms of human capabilities, we propose a new me...

arxiv.org

Here is my use of LLMs Coding - Claude (best by far), QwenChat Reading papers - Claude Research - ChatGPT (best UI,UX), Gemini (better results) Daily - ChatGPT Search - ChatGPT I'd love to try searching with Claude, but not there yet. Any suggestions for change?

I think diffusion-based LLMs (LLdMs) are better suited as next-generation LLMs - multiple outputs per iter: faster output generation - no causal masking: bidirectional attention - multiple diff steps: reasoning at inference time and revising poor outputs