Category intelligence

Social Media Briefing — February 12, 2026

581 current items analyzed and ranked.

Executive synthesis

Social Media Summary

Anthropic dominated the day with a landmark AI safety announcement: Claude Opus 4.6 is approaching ASL-4 capability thresholds, and the company is preemptively applying its highest safety standards, publishing its first sabotage risk report for frontier autonomous AI R&D. Separately, Anthropic committed to covering 100% of electricity price increases from its data centers, a major infrastructure policy move.

  • Andrej Karpathy drove massive engagement with two posts: a detailed walkthrough of using DeepWiki MCP to extract library functionality via agents (5K likes), and the release of a 243-line dependency-free Python GPT implementation (6.5K likes), reinforcing themes of software malleability and minimalism in the AI era
  • Sam Altman announced a GPT-5.2 update in ChatGPT and expressed confidence that Codex is winning the AI coding race faster than expected (874K views)
  • Jason Warner (Poolside CEO) published a strategic thesis arguing intelligence is the new critical infrastructure, comparing AI providers to cloud and energy utilities
  • Google DeepMind shared research showing Gemini Deep Think uses agentic workflows to help solve research-level problems in math, physics, and computer science
  • Boris Cherny (Anthropic) detailed Claude Code's extensive customization system—hooks, plugins, LSPs, MCPs—signaling a strategy to win developers through configurability

Key Themes

Software Development Paradigm Shift · 7Anthropic Claude Opus 4.6 Safety & ASL-4 · 2AI Product Momentum & Competition · 8GPT-5.3 Codex vs Claude Competition · 10Claude Code Customization & Features · 16AI Business Strategy & Infrastructure · 4Agentic AI & Enterprise Adoption · 7AI Infrastructure & Energy · 3AI Impact Communication & Public Understanding · 6AI Hype vs. Reality Gap · 8

Primary evidence

Top Ranked Signals

95 score
AI Analysis

Karpathy writes a detailed post about using DeepWiki MCP + GitHub CLI to extract specific functionality from codebases. He used an agent to 'rip out' torchao's fp8 training into 150 lines of clean self-contained code that runs 3% faster. Argues software should become more modular 'bacterial code' and that 'libraries are over, LLMs are the new compiler.'

On DeepWiki and increasing malleability of software. This starts as partially a post on appreciation to DeepWiki, which I routinely find very useful and I think more people would find useful to know about. I went through a few iterations of use: Their first feature was that it auto-builds wiki pages for github repos (e.g. nanochat here) with quick Q&A: t.co/DQHXagUwK0 Just swap "github" to "deepwiki" in the URL for any repo and you can instantly Q&A against it. For example, yesterday I
software development paradigm shiftAI agentsdependency-free codeDeepWikibacterial codeAI-assisted development
92 score
AI Analysis

Karpathy releases a new project: training and running inference on GPT in 243 lines of pure, dependency-free Python, calling it the full algorithmic content of what's needed with everything else being for efficiency.

New art project. Train and inference GPT in 243 lines of pure, dependency-free Python. This is the *full* algorithmic content of what is needed. Everything else is just for efficiency. I cannot simplify this any further. t.co/HmiRrQugnP
ML educationLLM internalsminimalist implementationopen source
92 score
AI Analysis

Following yesterday's Research coverage of the Opus 4.6 system card, Anthropic announces they're delivering on their commitment to write sabotage risk reports for frontier models, starting with Claude Opus 4.6. They noted when releasing Opus 4.5 that future models would be close to ASL-4 threshold for autonomous AI R&D.

When we released Claude Opus 4.5, we knew future models would be close to our AI Safety Level 4 threshold for autonomous AI R&D. We therefore committed to writing sabotage risk reports for future frontier models. Today we’re delivering on that commitment for Claude Opus 4.6.
ai_safetyanthropicclaude_opus_4.6asl4autonomous_ai_researchsabotage_risk
85 score
AI Analysis

Anthropic announces commitment to cover 100% of electricity price increases from their data centers, pay grid upgrade costs, bring new power online, and invest in systems to reduce grid strain.

We're committing to cover electricity price increases from our data centers. To ensure ratepayers aren’t picking up the tab, we'll pay 100% of grid upgrade costs, work to bring new power online, and invest in systems to reduce grid strain. Read more: t.co/avOFlvRNpa
AI infrastructureenergy policyresponsible AIdata center costsAnthropic
85 score
AI Analysis

Following yesterday's Research coverage of the Opus 4.6 system card, Anthropic shares link to sabotage risk report for Claude Opus 4.6, explaining they decided to preemptively meet the higher ASL-4 safety bar rather than debating blurry thresholds.

Rather than making difficult calls about blurry thresholds, we decided to preemptively meet the higher ASL-4 safety bar by developing the report, which assesses Opus 4.6’s AI R&D risks in greater detail. Read the sabotage risk report here: t.co/5baBK1LUSG
ai_safetyanthropicclaude_opus_4.6asl4sabotage_risk
82 score
AI Analysis

Jason Warner (Poolside CEO) writes an extensive essay arguing that intelligence is the new critical infrastructure, comparing AI model providers to cloud hyperscalers. Key arguments: (1) Google is the only full-stack AI player, (2) large companies MUST train their own models or die, (3) frontier model training costs ~$500M not billions, (4) first-party agents will always beat third-party ones, (5) app companies are just arbitraging current model capability gaps. Promotes Poolside's 'Model Factory' approach.

:taps the sign: t.co/JgKbHvYLRW This isn't about Cursor, so forget the name used. This is about what is happening in the world. Cursor, as I understand it, is finetuning chinese models so at least they realize what I'm about to say. Let's walk through this so we fully understand it. In the '90s a bunch of tech companies built out the internet. Those tech companies became critical infrastructure and were massively rewarded for it and became new tech giants. That infrastructure allowe
ai_business_strategyai_infrastructuremodel_economicsenterprise_aibuild_vs_buyvertical_integrationindustry_analysis
78 score
AI Analysis

As first reported in Social two days ago, Sam Altman expresses confidence in Codex winning, says he's pleasantly surprised at how quickly it's happening, and thanks builders.

From how the team operates, I always thought Codex would eventually win. But I am pleasantly surprised to see it happening so quickly. Thank you to all the builders; you inspire us to work even harder.
CodexOpenAI strategyAI coding tools
78 score
AI Analysis

vLLM announces day-0 support for GLM-5, a new 744B parameter MoE model (40B active) from Zhipu AI, with DeepSeek Sparse Attention, MTP speculative decoding, and tool calling support.

🔥Congrats to @Zai_org on launching GLM-5 — 744B parameters (40B active), trained on 28.5T tokens, integrating DeepSeek Sparse Attention to keep deployment cost manageable while preserving long-context capacity. vLLM has day-0 support for GLM-5-FP8 with: 📖 DeepSeek Sparse Attention for efficient long-context serving ⚡️ MTP speculative decoding ⚙️ Tool calling + thinking mode Recipe with serving configs and benchmarks: 🔗 t.co/sSLYrDllp8
glm5vllmmodel_launchmoe_architectureinference_optimization
78 score
AI Analysis

Boris Cherny's main thread intro: reflecting on Claude Code's customizability as a key driver of developer love and growth - hooks, plugins, LSPs, MCPs, skills, effort levels, custom agents, status lines, output styles.

Reflecting on what engineers love about Claude Code, one thing that jumps out is its customizability: hooks, plugins, LSPs, MCPs, skills, effort, custom agents, status lines, output styles, etc. Every engineer uses their tools differently. We built Claude Code from the ground up to not just have great defaults, but to also be incredibly customizable. This is a reason why developers fall in love with the product, and why Claude Code's growth continues to accelerate. I wanted to share a few wa
Claude Codedeveloper toolsproduct strategyAI codingcustomizationAnthropic
78 score
AI Analysis

Allie K Miller demonstrates Claude Cowork's Legal plugin for NDA triage/review, showing it analyzing a real NDA against market-standard criteria. She notes legal stocks were 'rocked' and asks lawyers about the impact on billable hours.

My first rodeo with Claude Cowork Legal plugin. This is the /legal:triage-nda call that reviews NDAs against a set of criteria (you can specify your own criteria or go with Claude's market-standard defaults). This is a real review of an NDA sent to me by a client. I can understand why legal stocks were rocked. Lawyers, do we like this? Are you happy tiny tasks like NDA reviews won't hit your desk as often? Are we transitioning away from billable hours? DM me.
claude_coworklegal_aiai_disruptionprofessional_servicesagentic_aienterprise_ai
75 score
AI Analysis

Emollick tested Claude Cowork by pointing it at 107 complex documents (PPTs, Word, Excel) for a Wharton business case, and AI was able to one-shot the entire case from documents.

I pointed Claude Cowork at a set of 107 documents (PPTs, Word docs, Excel) that were initially hand-created for my class at Wharton & expanded on by AI. They make up a very complex business case with lots of issues & opportunities AI was able to one-shot the case from documents t.co/RK2E6JJoyU
Claude CoworkAI document analysisAI in educationenterprise AI