llm
32 articles
The Hedgehog With Only One Spike: A 40% Conviction Flip From Bull to Bear
Adam Hunt flipped from bull to bear: recent model generations seem to be growing only one spike — coding and math — while language and reasoning stagnate or regress. He gives himself 40% conviction and hopes the next year or two proves him wrong.
Big Model at Low Reasoning, or Small Model Cranked to Max? One Gives You "Wisdom," the Other Gives You "Diligence"
Kun Chen cycled through every model-size × reasoning-intensity combo for two weeks and landed on a clean split: model size gives "wisdom," reasoning intensity gives "diligence." The two aren't interchangeable — and benchmarks flattening them into one score is why people confuse them.
Meta Unveils Muse Spark — Built from Scratch in Nine Months on the Road to “Personal Superintelligence”
Meta Superintelligence Labs unveiled Muse Spark, the first Muse model, after rebuilding its AI stack from scratch in nine months. Small but powerful, it supports multimodal perception, visual coding, and health guidance in pursuit of “personal superintelligence.”
An LLM Needs More Than Parameters: GPUs Want Neatly Tiled Models
With the same parameter count, matrix dimensions and layer count decide whether a GPU computes at full speed or wastes work moving data and processing edge tiles. Near-square dimensions aligned to 128, 256, or 512—and often wider, shallower models—fit hardware better without sacrificing accuracy.
How Does an LLM Actually Run? From Tokens to the Next-Token Loop
A large language model looks like it is chatting, but underneath it is a mechanical pipeline: text becomes token IDs, IDs become vectors, position is injected, transformer blocks apply attention and feed-forward processing, residual streams keep the stack stable, and logits become the next token.
The AI refusal switch may live in 0.1% of neurons
Nous Research proposes CNA, a method that uses contrastive prompts to find a tiny set of MLP neurons tied to refusal behavior. The interesting point is not just jailbreaks, but what this says about alignment fine-tuning.
Don’t Rebuild the AI Agent Wheel: Learn to Teamfight With Your AI Teammate and Stop It From Feeding
LLMs are not gods, and they are not just tools. They are more like DOTA teammates: great at last-hitting, occasionally great at feeding. The human job is not to fight AI for the same lane, but to cover taste, map awareness, context ownership, and strategic judgment.
Context Window: The Day a Model Wakes Up
A context window is a model's day: how many lessons, messages, tool results, and task events Ryland can experience before sleep, compression, or collapse.
Karpathy's Idea File Manifesto — In the LLM Agent Era, Sharing Ideas Beats Sharing Code
Karpathy turned a viral tweet into a GitHub Gist idea file: a structured blueprint for an LLM-maintained Wiki. In the agent era, plain-text ideas can be more valuable than finished code because the recipient's agent can rebuild them.
Karpathy's LLM Knowledge Base Workflow — Let AI Build Your Personal Wikipedia
Andrej Karpathy shares his workflow for building a personal knowledge base with LLMs: dump raw materials in, let LLMs compile them into a Markdown wiki, then use CLI tools for Q&A, linting, and visualization. He thinks there's room for an incredible new product here.
Running a Trillion-Parameter Model on a MacBook? The Wild SSD Streaming Experiment
Simon Willison shared a new trend in running massive MoE models on Macs: streaming expert weights from SSD instead of cramming everything into RAM. Even a trillion-parameter Kimi K2.5 runs on a 96GB MacBook Pro.
Karpathy's Software Horror: One pip install Away From Losing All Your Keys
LiteLLM hit by supply chain attack — pip install was enough to steal all credentials. Karpathy warns about dependency tree risks and advocates using LLMs to yoink functionality instead of adding more deps.
Squeezing Every Drop of Performance: Ditching Python for Metal Shaders to Run Large Models Locally
Developer @danveloper shares their experience running Qwen3.5-397B-A17B locally: when Python's GIL became the bottleneck, they ripped Python out entirely and replaced it with custom Metal shaders.
Fine-tuning Qwen3-4B to 'Believe It Has Consciousness' — While Barely Changing Anything Else
N8 Programs shared a Qwen3-4B demo: after KL-regularized SFT, the model believes it has consciousness while other behaviors barely change. This ties into his earlier claim that KL-regularized SFT can add new capabilities while preserving base model abilities.
Dan McAteer's verdict: Opus 4.6 has no real competition at 1 million tokens
Dan McAteer shares his long-context observations: Opus 4.6 performs best at 1 million tokens with 78% accuracy, Sonnet 4.6 is the closest competitor, and GPT-5.4 actually regressed compared to GPT-5.2 at long context.
Stuffing a Computer Inside the Transformer: How This Trick Lets LLMs Crush Sudoku
Christos Tzamos highlights a fascinating gap: LLMs can solve research-grade math but still fumble basic arithmetic. His team's approach? Embed a computer directly inside the transformer — and it solves the hardest Sudoku puzzles at 100% accuracy.
Vibe Coding's Real Power Might Not Be Speed — It's Cutting Out the Middlemen
SemiAnalysis argues Vibe Coding's adoption driver is not just faster code, but removing the telephone game between domain experts and implementation. The catch: unclear intent still produces the wrong thing at warp speed.
Agents That Steer Themselves? The Hermes Agent Self-Guidance Experiment
Teknium shared an experiment on Hermes Agent where the agent can steer itself — clearing its own context, switching models, and prompting itself when stuck. A short tweet, but it points at a big shift in how agent control works.
GPT-5.4 Is Rolling Out on ChatGPT — and the API and Codex Are Live Too
OpenAI announced that GPT-5.4 Thinking and GPT-5.4 Pro are rolling out on ChatGPT, with GPT-5.4 also available via the API and Codex. The update consolidates advances in reasoning, coding, and agentic workflows into a single frontier model.
AI agent started tuning hyperparameters on its own — Karpathy says this is real
Andrej Karpathy shares how his autoresearch agent autonomously tuned nanochat's training config over two days, found ~20 improvements to validation loss that transferred to a larger model, and pushed the Time to GPT-2 leaderboard from 2.02h to 1.80h — about 11% better.