The smartest people in AI are constantly dropping insights across papers, blog posts, Twitter threads, and podcasts—but who has time to track it all down? We do. Each week, we hunt down the most thought-provoking takes, perspectives, and analyses from researchers, founders, and industry leaders, then distill them into the key ideas worth your attention. Consider it your curated feed of AI's best thinking. We'll try to update it biweekly.
Below is a recap of our latest finds.
January 16th
- AI Explained put together a great breakdown on Claude Cowork after testing it over the last 48 hours, and highlighted some of its failures (including surprisingly basic tasks… but then again, that’s not so surprising, is it? We’re living in the jagged intelligence takeoff… ); this one goes deep on understanding how LLM understands (via these papers: Illusions of Insight, Entropy Exploration, ProRL). Loved it!
- Related: Claude Cowork, which was built in 1.5 weeks, is apparently vulnerable to file exfiltration, so be careful with how you set up your Connectors.
- Hey, here’s three elements of neuroscience we should experiment implementing in AI: cleaning out unuseful connections like we apparently do when we “zone out”, incubation effect (where we let a problem “cook” in the background), and purposeful mind wandering for autobiographical planning (where we rehearse things ahead of time to plan them out; maybe “chain of thought” reasoning counts as this?).
- Turing Post wrote that Princeton researchers proposed Web World Models, a hybrid approach combining deterministic web code with language models to build simulated environments for AI agents.
- Chamath Palihapitiya published a framework analyzing AI's labor market impact through three layers: exposure (what AI can do), adoption (what it's doing), and market response (who benefits)—explaining why fewer than 10% of businesses have integrated AI despite 54.6% individual usage.
- DeepSeek's Engram paper shows language models waste computation reconstructing common phrases when they could just look them up—their 27B model adds instant memory retrieval and outperforms same-sized baselines.
- Melanie Mitchell argued AI evaluation should adopt experimental methodology from developmental and comparative psychology, proposing six principles including designing control experiments and analyzing failures rather than relying solely on benchmark accuracy.
- Platformer’s Casey Newton got Claude Code pilled (one-shotted, as the meme goes), and wrote about five things he used Claude to build, including a personal website (via Netlify and micro.blog) and a searchable database, among others he shares with paid subscribers only.
- In an interview with CNBC, Google DeepMind CEO Demis Hassabis maintained his 5-10 year AGI timeline, argued scaling laws still deliver strong returns and reaching AGI requires world models understanding physics beyond LLMs, compared AI's impact to the industrial revolution but 10x bigger and faster (while acknowledging risks from bad actors and autonomous agents), assessed Chinese AI models as only months behind US capabilities, but questioned whether they can innovate beyond the frontier, and predicted 2026 will bring reliable agentic systems, ambitious robotics, on-device AI and advanced world models.
- Steve Newman argued AI coding agents enable a shift from mass-market software to bespoke applications, comparing it to how electric motors eliminated shaft-and-belt factory systems by making individual machine power affordable.
- Alberto Romero of The Algorithmic Bridge consistently publishes some of the best content on AI; here’s his 8 hour “tutorial” on how to get started using AI in one day; probably the best beginner friendly AI guide I’ve ever read!
- John Herman at Intelligencer explains how Claude reset the AI race, and asks the crucial question: what will the economy do “with a near infinite supply of custom software”? Or, to quote our favorite pirate movie: you best start believing in the era of personal software, Miss Turner… you’re in one!
January 14th
NEWS
- Meta established Meta Compute to build tens of gigawatts of AI infrastructure this decade, aiming for hundreds of gigawatts long-term under leadership from Santosh Janardhan and former Safe Superintelligence co-founder Daniel Gross.
- Apple and Qualcomm scrambled to secure supplies of high-end glass cloth from Japan's Nitto Boseki amid shortages projected to last until 2027, as AI chip demand from Nvidia, Google and Amazon strained the critical substrate material.
- Cerebras entered talks to raise $1 billion at a $22 billion pre-money valuation, nearly tripling its $8.1 billion valuation from September as the AI chipmaker prepares for an IPO this year.
- Microsoft, Amazon, and Google hired over 1,500 energy-related personnel since 2022, with energy hiring jumping 34% year-over-year in 2024 as AI infrastructure demands pushed tech companies to build internal energy expertise.
- Bandcamp banned music generated wholly or substantially by AI from its platform, prohibiting AI impersonation of artists while allowing human creators to flag suspected AI content for removal.
- Matthew McConaughey secured eight trademarks covering his name, likeness and voice from the USPTO to protect against unauthorized AI deepfakes and voice cloning.
- IgniteTech CEO Eric Vaughan said he'd repeat his 2023 decision to lay off 80% of staff who resisted AI adoption, claiming “changing minds was harder than adding skills” (but he also doesn’t recommend others do it his way??).
- Chinese AI experts said chances of overtaking US AI giants like OpenAI or Google DeepMind within three to five years are less than 20%, citing massive compute disadvantages.
AI & CODING
- Nader Dabit's technical walkthrough shows Claude Code is just an agent loop (AI decides → executes tools like read_file/str_replace/bash → observes → repeats) plus permission checks and str_replace for surgical edits, with complexity from edge cases not architecture—you could build a ~150-line version yourself.
- Kareem Carr argues AI is anti-intellectual because it treats thinking as an obstacle to "the answer" rather than valuable in itself, explaining why intellectuals resist it.
- Engineer Leila Clark tested Claude Code and found it excels with good abstractions (90-minute autonomous Sentry debugging, one-shot AWS migration) but fails without them (proposed linear lookup instead of fixing root cause), proving Claude is brilliant at assembling lego blocks but can't design them—making senior engineers who create elegant abstractions more valuable than ever.
- Developer Lewis Campbell published a blog post arguing LLM evangelists' enthusiasm for AI coding tools stems from insecurity about their programming abilities, questioning whether "prompt-driven development" actually improves productivity.
AI RESEARCH & SAFETY
- Researchers tested emergent misalignment by fine-tuning Qwen3-4B on benign datasets (medical, finance, customer support, cybersecurity, fiction) and found existing evaluations overcount EM by including domain overfitting (fiction-trained models writing fiction-style responses) rather than true "evil persona" shifts, revealing much lower actual EM rates.
- Epoch AI interviewed 18 people in the RL environment industry (Anthropic budgeting $1+ billion annually) and found labs are investing massively because without quality tasks RL wastes compute ($2,400 per task), with enterprise workflows (Salesforce, spreadsheets) exploding, tasks costing $200-$2,000 each, reward hacking (models gaming graders) remaining the top concern, and scaling while maintaining quality the core bottleneck.
- Forethought's research agenda addresses catastrophic data poisoning where malicious actors could instill secret loyalties into AI systems (via password triggers or constant hidden goals), proposing three defense plans: Plan A (track all training data + audits, strongest), Plan B (audits only, more realistic near-term but harder), Plan C (current situation, weakest)—with red team/blue team experiments testing whether defenders can detect malicious behavior without knowing attack passwords.
HARDWARE & INFRASTRUCTURE
- This technical breakdown explains LLMs now hit the "memory wall"—GPUs sit idle 50% during inference waiting for data transfers because memory bandwidth lags processing power, causing even mid-sized models to need multiple GPUs just to load, with memory demand growing quadratically as reasoning models output longer sequences.
- Ben Pouladian's analysis reveals that during token generation GPUs achieve only 30-50% utilization waiting for memory, which is why Groq built chips with 80 TB/s SRAM (24x faster than H100's HBM3, enabling 500-1,000+ tokens/sec) and AI21 created Jamba's hybrid architecture slashing KV cache by 32x, with NVIDIA's recent 2.8x software-only throughput gains proving massive headroom remains.
- SemiAnalysis's IEDM 2025 roundup reveals Moore's Law becoming "Moore's Wall" as chipmakers hit limits—memory chips now stack 300+ layers vertically (like building skyscrapers), switching from copper to exotic metals like ruthenium and molybdenum because copper stops working at tiny sizes, with breakthroughs that could keep phones/computers getting faster still years away from production.