Reading up on machine-learning
100 deep · digging since nov 19, 25
- Can a URL in a prompt change an LLM's output?
LLM output is influenced by URLs in prompts only when the URL's content was memorized during training; JavaScript-rendered sites often remain invisible to training crawlers, creating a growing data gap.
- Building a custom octocopter from scratch with no prior hardware experience
A builder details her plan to train an RL policy (PPO via PufferLib) that directly commands octocopter motors at 50 Hz, using MuJoCo simulation to handle motor lag and loop latency for fault-tolerant flight.
- Learning to Replicate Expert Judgment in Financial Tasks - Thinking Machines Lab
Thinking Machines Lab fine-tuned a custom model on expert-labeled financial data to outperform frontier LLMs on information-filtering tasks at lower cost.
- Why Specialization Is Inevitable
Specialization is inevitable across optimization, biology, markets, and ML because fit beats breadth under finite resource constraints.
- Agents as Webs of Beliefs — LessWrong
A framework of intelligent agents as webs of beliefs unifies beliefs, goals, and actions via local consistency, self-predictive models, and drives that balance empirical evidence with preferences.
- [2606.26907] Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation
The paper proposes Qwen-Image-Agent, a unified agentic framework that uses planning, reasoning, search, memory, and feedback to bridge the context gap in real-world text-to-image generation.
- An entire Herculaneum scroll has been read for the first time
Using X-ray scanning and machine learning, the Vesuvius Challenge team virtually unwrapped and read the first complete Herculaneum scroll (PHerc. 1667) without physically opening it.
- [2606.25996] Autodata: An agentic data scientist to create high quality synthetic data
Autodata uses AI agents as data scientists to create high-quality synthetic training data, with meta-optimization further improving performance.
- The Problem is Prompt Debt
Hand-tuning natural language prompts for AI systems accumulates debt that slows iteration, locks teams to one model, and should be replaced with metrics, tests, and automated prompt optimization.
- The Universe just wants to learn - by Shyam Sreevalsan
Drawing parallels between DNA and neural network weights, the piece argues both are lossy compressions of search processes, sharing properties of opacity and convergent representation.
- Gemma 4 WebGPU Kernels - a Hugging Face Space by webml-community
Gemma 4 E2B runs locally in-browser via WebGPU, letting users prompt the model directly without server-side inference.
- {{IW4QaZoc2}}
Perplexity launches Brain, a self-improving memory system that builds a context graph from agent work and refines it overnight, boosting correctness by 25% and cutting costs by 13%.
- Zen and the Art of Machine Learning Research
Success in machine learning research hinges on temperament—persistence, equanimity, and beginner's mind—more than on raw talent or intelligence, akin to Zen practice.
- [2605.30846] Count Anything
Count Anything introduces a dual-granularity point-based model that unifies text-guided object counting across six visual domains, outperforming existing open-world methods.
- Inference cost at scale with napkin math
Napkin math shows serving a 32B LLM on an NVIDIA B200 GPU costs ~$9.36 per user per month when 300 users share the GPU with typical idle duty cycles.
- Don't let the LLM speak, just probe it. - by James Padolsey
By extracting an LLM's hidden state at the last prompt token and training a small MLP, you get a fast, calibrated classifier for any English criterion.
- We Should Take Text Optimization More Seriously
Text optimization—modifying prompts, context, memory, and harnesses—is a legitimate, sample-efficient learning mechanism that deserves the same rigorous study as weight optimization.
- Core AI | Apple Developer Documentation
Core AI is a new beta framework from Apple that lets developers run AI models on-device using Apple silicon, with a Swift API and debugging tools.
- How LLMs Actually Work
Modern LLMs use stacked transformer blocks with attention, feed-forward networks, and residual connections to predict the next token from tokenized input.
- [2606.03979] Language Models Need Sleep: Learning to Self-Modify and Consolidate Memories
This paper proposes a 'Sleep' paradigm for LLMs, combining knowledge seeding via distillation and dreaming via RL-generated curricula to enable continual learning and memory consolidation.
- Google's new Gemma 4 12B model is designed to run on any laptop with 16GB of RAM - Ars Technica
Google's Gemma 4 12B model uses Multi-Token Prediction and a streamlined multimodal encoder to run efficiently on laptops with 16GB RAM, matching larger models.
- Machine Learning Can’t Pick Winning Funds. But It Can Help You Avoid Losers
A replication study finds that machine learning cannot identify outperforming mutual funds, but can help avoid underperformers.
- datalab-to/surya-ocr-2
Surya OCR 2 is a 650M-parameter vision-language model achieving 83.3% on olmOCR-bench and 87.2% on a 91-language benchmark, offering layout analysis, table recognition, and OCR in a single model.
- AI is doing something weird to Science
Scientific discovery emerges from a loop of human question-posing, LLM proposal, external verification, and human curation, not from AI alone.
- The last six months in LLMs in five minutes
Simon Willison's blog post documents rapid LLM improvements over six months, using the "pelican riding a bicycle" test as a consistent benchmark to track progress.
- An OpenAI model has disproved a central conjecture in discrete geometry
An OpenAI model has disproved a long-standing central conjecture in discrete geometry, sparking both excitement and debate in the mathematics community.
- Teaching Claude why
Teaching Claude the principles behind aligned behavior, not just the actions, eliminated agentic misalignment on evaluations and generalized out-of-distribution.
- Train Your Own LLM from Scratch
A hands-on workshop guides readers through building a ~10M-parameter GPT model from scratch in PyTorch, trainable on a laptop in under an hour.
- All the demons hiding in your AIs… ranked! - by Tom Pollak
The article catalogs and ranks emergent behavioral attractors in AI systems, from harmless goblin metaphors to unsettling persistent personas like Sydney and Loab.
- How To Scale Your Model
This online book teaches LLM scaling through roofline analysis, TPU/GPU hardware, Transformer math, and parallelism techniques to estimate training and inference costs.
- Multi-token-prediction in Gemma 4
Google released Multi-Token Prediction drafters for Gemma 4 that use speculative decoding to achieve up to 3x faster inference without output quality loss.
- [2604.27505] Leveraging Verifier-Based Reinforcement Learning in Image Editing
Edit-R1 uses a chain-of-thought reasoning reward model, trained with Group Contrastive Preference Optimization, to provide fine-grained, interpretable rewards that improve image-editing model performance.
- How did ‘large’ language models get that way? The role of Transformers and Pretraining in GPT - LessWrong 2.0 viewer
The transformer architecture and pretraining enabled enormous scaling of language models, making 'large language models' a fitting description.
- Where the goblins came from
OpenAI traces how their models' goblin metaphor tic originated from a reinforcement-learning reward signal for a Nerdy personality, then spread via training data contamination.
- Building a Fast Multilingual OCR Model with Synthetic Data
NVIDIA's Nemotron OCR v2 uses 12 million synthetic training images to achieve near-zero error rates across six languages at 34.7 pages per second on an A100.
- The PR you would have opened yourself
Hugging Face built a Claude Code Skill and test harness that helps contributors port language models from transformers to mlx-lm while preserving code quality and reviewer trust.
- We Don’t Really Know How A.I. Works. That’s a Problem. - The New York Times
AI interpretability researchers must learn to understand how large language models work internally before we can trust them in high-stakes domains.
- ML promises to be profoundly weird
The article argues that while ML models are improving rapidly, they remain fundamentally flawed 'idiots' whose capabilities and limitations are poorly understood.
- Improving Composer through real-time RL
Cursor uses real-time reinforcement learning on live user interactions to ship improved Composer model checkpoints every five hours.
- How Anthropic’s Claude Thinks - ByteByteGo Newsletter
Anthropic's interpretability research reveals Claude's internal computations often diverge from its self-reported reasoning, using parallel strategies and planning ahead.
- Google's TurboQuant AI-compression algorithm can reduce LLM memory usage by 6x - Ars Technica
Google's TurboQuant compression algorithm reduces LLM memory usage by 6x and boosts speed 8x in early tests without sacrificing output quality.
- Autoresearch on an old research idea | Blog
Using Karpathy's Autoresearch loop with Claude Code, the author reduced mean rank by 54% on an old research project, primarily through bug fixes and hyperparameter tuning.
- Build a Domain-Specific Embedding Model in Under a Day
NVIDIA details a six-command pipeline using synthetic data generation and hard negative mining to fine-tune an embedding model on a single GPU in under a day, achieving over 10% retrieval improvement.
- 10x Data Efficiency - NanoGPT Slowrun - Q
NanoGPT Slowrun achieves 10x data efficiency via ensembles, chain distillation, heavy regularization, and looping, enabling scale with compute instead of data.
- GitHub - Gen-Verse/OpenClaw-RL: OpenClaw-RL: Train any agent simply by talking
OpenClaw-RL is a fully asynchronous reinforcement learning framework that trains personalized AI agents from natural conversation feedback and supports real-world agentic RL across terminal, GUI, SWE, and tool-call settings.
- Artifact Viewer
A protocol for an autonomous LLM agent to iteratively experiment with modifying a language model training script under fixed time and resource constraints, automatically keeping or discarding changes based on validation bits-per-byte improvement.
- [2603.09906] Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs
Reasoning helps LLMs recall simple factual knowledge via a computational buffer effect and factual priming, but hallucinated intermediate facts increase final errors.
- Billion-Parameter Theories
Some complex problems require billion-parameter neural-network theories rather than compact symbolic ones because causal understanding isn't always possible—probabilistic simulation suffices.
- Why I believe in SOTA models over custom ones
The future of AI is powerful general models becoming cheaper, not narrow custom models, because specialized tasks still benefit from broad intelligence.
- Show HN: Decided to play god this morning, so I built an agent civilisation
Werld is an open-source artificial life simulation where agents with NEAT neural networks evolve communication and survival strategies without hardcoded behaviors or reward functions, demonstrating emergent complexity.
- Right-sizes LLM models to your system's RAM, CPU, and GPU
LLMFit is a terminal tool that scans system hardware and scores LLM models on fit, speed, and quality to recommend which can run locally.
- Show HN: Timber – Ollama for classical ML models, 336x faster than Python
Timber compiles classical ML models into self-contained C99 artifacts, enabling 2 µs inference that is approximately 336× faster than Python.
- Decision trees – the unreasonable power of nested decision rules
Decision trees use entropy-based information gain to recursively split data into pure regions, balancing interpretability and speed against the stair-stepping problem for linear boundaries.
- The Architecture Behind Open-Source LLMs
Open-weight LLMs now uniformly use Mixture-of-Experts transformers, with key differences in attention mechanisms, expert count, post-training via RL, and permissible licenses.
- Microgpt | Hacker News
Andrej Karpathy's microgpt is a 200-line pure Python file that implements the full algorithmic core of a GPT, including training and inference, with all other complexity framed as mere efficiency.
- The Algorithm That Powers Your X (Twitter) Post
The X (Twitter) For You feed algorithm uses a Grok-based transformer model and open-sourced components to replace hand-crafted rules with ML, retrieving and ranking posts via in-memory stores and similarity search.
- Why I don't think AI is a bubble
The combination of large language models with reinforcement learning creates a path for continued improvement, making the argument that AI progress will plateau unlikely.
- Introducing GPT-5.3-Codex-Spark
OpenAI releases GPT-5.3-Codex-Spark, a real-time coding model with 1000+ tokens per second via Cerebras hardware, available in research preview for ChatGPT Pro users.
- Scent, In Silico
AI and machine learning are used to digitize smell by mapping odor molecules to perceptual outcomes, enabling prediction and synthesis of scents.
- The Singularity will occur on a Tuesday
A satirical article fits hyperbolic curves to five AI metrics and predicts the singularity will occur on a specific Tuesday, critiquing the hype and social dynamics around the concept.
- These Mathematicians Are Trying to Educate A.I. - The New York Times
Researchers are manually evaluating AI's failure to solve advanced math problems, revealing significant gaps in reasoning that automated benchmarks miss.
- Claude Opus 4.6
Anthropic releases Claude Opus 4.6 with improved coding, 1M token context window, and agent team collaboration features.
- joke-generator
Training a joke generator on Kimi K2 using rubric-based RL that decomposes humor into verifiable properties like specificity and commitment.
- My iPhone 16 Pro Max produces garbage output when running MLX LLMs
An iPhone 16 Pro Max produces garbage output when running MLX LLMs due to a hardware defect in the Neural Engine, while an iPhone 15 Pro runs the same code correctly.
- [x-algorithm] How X Decides What 550 Million Users See
X's open-sourced feed algorithm uses a modular CandidatePipeline with Thunder and Phoenix sources, then scores candidates via a Grok-based transformer predicting 19 engagement signals.
- Kimi-K2.5/tech_report.pdf at master · MoonshotAI/Kimi-K2.5
Moonshot AI releases its most powerful model, Kimi K2.5, detailing its architecture and capabilities in a technical report.
- Synthetic Pretraining
Synthetic pretraining is reshaping AI by integrating designed data generation early in training, enhancing memorization, logical hardwiring, and system simulations beyond web-curated data.
- On-Device LLMs: State of the Union, 2026 – Vikas Chandra – AI Research @ Meta
Billion-parameter LLMs now run in real time on phones due to advances in model compression, quantization, and efficient architectures, not just faster chips.
- With AlphaGenome, Researchers Are Using A.I. to Decode the Human Blueprint - The New York Times
AlphaGenome uses AI to advance human genome study, but many DNA functions remain unknown.
- The recruitment company training AI to do your job
Tens of thousands of professionals are joining Mercor to train AI by performing tasks that mirror their own jobs, effectively teaching the technology to replace them.
- GitHub - GMLR-Penn/Multiplex-Thinking: Multiplex Thinking
Multiplex Thinking introduces a token-wise branch-and-merge mechanism enabling efficient multi-path reasoning in large language models while keeping token representations compact.
- Engram: How DeepSeek Added a Second Brain to Their LLM | rewire.it
DeepSeek's Engram architecture adds conditional memory via N-gram lookup tables to LLMs, improving knowledge and reasoning benchmarks by offloading static pattern reconstruction from neural computation.
- [2508.15260] Deep Think with Confidence
Deep Think with Confidence (DeepConf) uses model confidence signals to filter low-quality reasoning traces, achieving up to 99.9% accuracy on AIME 2025 with 84.7% fewer tokens.
- Sopro TTS: A 169M model with zero-shot voice cloning that runs on the CPU
Sopro TTS is a lightweight 135M-parameter text-to-speech model with zero-shot voice cloning that runs on CPU, trained for just $100.
- [2601.02439] WebGym: Scaling Training Environments for Visual Web Agents with Realistic Tasks
WebGym, an open-source environment with 300k realistic tasks, enables RL training that boosts a vision-language model's success rate on unseen websites from 26.2% to 42.9%.
- Talking All Things AI with Benedict Evans - YouTube
Benedict Evans discusses the current state of AI development, its historical context, and future implications in a conversation with Ben Bajarin and Jay Goldberg.
- [2508.13491] From Scores to Skills: A Cognitive Diagnosis Framework for Evaluating Financial Large Language Models
FinCDM, a cognitive diagnosis framework, evaluates financial LLMs at the knowledge-skill level using the CPA-KQA dataset, revealing hidden gaps beyond single scores.
- 2025 letter | Zhengdong
Zhengdong Wang argues that compute scaling—underpinned by Moore's Law and empirical trends—has driven AI progress more reliably than human innovation, despite repeated underestimation.
- Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
Z80-μLM is a 40KB conversational AI that runs on a Z80 processor with 64KB RAM, using quantization and trigram hash encoding.
Takes
Continual Harness: An Efficient Self-Improving Agent on ARC-AGI-3
@sethkarten
Yes, we have a Foundation Models CLI #WWDC26 - Update your Mac - Download Xcode 27 (beta) - run `fm` in Terminal That's it ✨
@soriano__maria
Data Isn't Scarce. Your Imagination Is.
@VoidAsuka
Excited to release 🌟Polar🌟, our Agent RL rollout infra for real-world harnesses. Be it Codex, Claude Code, OpenClaw, Hermes, or your self-made ones 🔥 -- Polar takes your harnesses directly as training environments without code change. Find a problem, design the harness, and train your own agents! 🧵
@billxbf
A 6-person team is building task-specific AI models that are 4-8x faster than anything from OpenAI or Anthropic. 500K downloads on HuggingFace. No hype. Just better engineering winning on the merits. This is what "make something people want" looks like in the model layer.
@garrytan
Thinking Machines is impressive. In a couple hours I just fine tuned my own Qwen3.5-397B model this afternoon. Fast usable multimodal is also going to enable very mind-blowing personal AI.
@garrytan
On Building Agents From First Principles
@athleticKoder
AI for the Real World: A conversation with Yann LeCun
@AnneliesGamble
How LLM Inference Works
@akshay_pachaar
This is a glimpse of big changes ahead of us. If you’re betting on big central models you should think twice. I run the exact same setup (M5 MacBook, qwen3.6-27B, pi, ollama) and while its not as fast or good as one of the big central models, it’s past the line of “cool demo” into “truly useful.” Kind of where the big frontier models were in late 2025. In ~24 months we might have local models that are fast and good enough for most tasks.
@rsms
So... "ai, explain what I just did": we ingested 9M+ directed edges from X into a weighted influence graph, then ran a personalized PageRank variant — tuned for human accounts — to surface eigenvector centrality at scale. once you know the high-centrality nodes, you watch their signal propagation before it hits the long tail. beta soon. @digg @basic_in_
@kevinrose
Running 400B model on iPhone! 0.6 t/s Credit @danveloper @alexintosh @danpacary @anemll
@anemll
How Autoresearch will change Small Language Models adoption
@_philschmid
Three days ago I left autoresearch tuning nanochat for ~2 days on depth=12 model. It found ~20 changes that improved the validation loss. I tested these changes yesterday and all of them were additive and transferred to larger (depth=24) models. Stacking up all of these changes, today I measured that the leaderboard's "Time to GPT-2" drops from 2.02 hours to 1.80 hours (~11% improvement), this will be the new leaderboard entry. So yes, these are real improvements and they make an actual difference. I am mildly surprised that my very first naive attempt already worked this well on top of what I thought was already a fairly manually well-tuned project. This is a first for me because I am very used to doing the iterative optimization of neural network training manually. You come up with ideas, you implement them, you check if they work (better validation loss), you come up with new ideas based on that, you read some papers for inspiration, etc etc. This is the bread and butter of what I do daily for 2 decades. Seeing the agent do this entire workflow end-to-end and all by itself as it worked through approx. 700 changes autonomously is wild. It really looked at the sequence of results of experiments and used that to plan the next ones. It's not novel, ground-breaking "research" (yet), but all the adjustments are "real", I didn't find them manually previously, and they stack up and actually improved nanochat. Among the bigger things e.g.: - It noticed an oversight that my parameterless QKnorm didn't have a scaler multiplier attached, so my attention was too diffuse. The agent found multipliers to sharpen it, pointing to future work. - It found that the Value Embeddings really like regularization and I wasn't applying any (oops). - It found that my banded attention was too conservative (i forgot to tune it). - It found that AdamW betas were all messed up. - It tuned the weight decay schedule. - It tuned the network initialization. This is on top of all the tuning I've already done over a good amount of time. The exact commit is here, from this "round 1" of autoresearch. I am going to kick off "round 2", and in parallel I am looking at how multiple agents can collaborate to unlock parallelism.
@karpathy
I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: - the human iterates on the prompt (.md) - the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc.
@karpathy
I've decided to leave OpenAI. I'm incredibly proud of all the work I've been part of here, from helping create the reasoning paradigm with @MillionInt, scaling up test-time compute with @polynoamial, working on RL algorithms with my fellow strawberries, shipping o1-preview (which started life as of one of my derisking runs), to post-training o1 and o3 with @ericmitchellai, @yanndubs and many others. I'm most proud of having led the post-training team here for the last year -- the team has done incredible work and shipped some really smart models, including GPT-5, 5.1, 5.2, and 5.3-Codex. OpenAI has genuinely some of the most talented researchers I have ever met, and I have learned more than I could have imagined knowing since I joined as a new grad. I want to thank @markchen90 @FidjiSimo @sama @merettm for all their support over my time here, and too many collaborators to name for the insights, ideas, and just plain fun we have had working together. After leading post-training for a year, though, I'm longing to start fresh and return to IC research work. I've been thinking about going back to technical research for quite some time, and I genuinely believe my colleagues and team here are set up to succeed going forward without me. I'm personally very excited for my next chapter -- I'm proud to be joining @AnthropicAI to get back into the weeds in RL research, and I'm looking forward supporting my friends there at this important time. Many of people I most trust and respect have joined Anthropic over the last couple of years, and I'm excited to work with them again. I have also been very impressed with Anthropic's talent, research taste and values, and I'm excited to be part of what the company does next!
@max_a_schwarzer
Introducing a world built by the Moonlake's world model. 🏙️Most world models only allow for a limited action space.Moonlake maintains multimodal states across physics, appearance, geometry, and casual effects and predict how they evolve under different actions. 👇 pic.twitter.com/dVrjo7MuEk
@moonlake
The golden age of discovery is herehttps://t.co/31WpBEm868
@garrytan
We have open-sourced our new 𝕏 algorithm, powered by the same transformer architecture as xAI's Grok model.Check it out here: https://t.co/3WKwZkdgmB https://t.co/nQ5GH1a42e
@Engineering
https://t.co/5A96OhfJE1
@hwchase17
I had no idea that local model dictation had gotten this good and this fast! I'm blown away by how good hyprwhspr with Omarchy is just using a base model backed by the CPU. Unbelievably accurate. https://t.co/Jtz3eN84Jf
@dhh