๐ฆ Varrock Bank Daily Digest โ Feb 12, 2026
๐ค AI NEWS
1. xAI Exodus: Half the Founding Team Gone After SpaceX Merger
Musk announces major xAI reorganization as 6 of 12 original co-founders have departed, including Jimmy Ba and Tony Wu this week. The talent drain comes right as SpaceX prepares its blockbuster IPO โ raising questions about xAI's research depth going forward.
โ Reuters ยท Fortune
2. Grok Overtakes DeepSeek as #3 AI Chatbot by Traffic
Despite the internal chaos, Grok climbed to third place globally in web traffic, surpassing DeepSeek per Similarweb data. ChatGPT and Gemini remain #1 and #2.
โ Yahoo Finance
3. AI Agents Moving from Theory to Infrastructure
Business Insider reports companies seeing 10-30% productivity gains from AI agents, with potential for 10x-100x once scaling challenges are solved. The shift from "AI as chatbot" to "AI as worker" is accelerating.
โ Business Insider
4. Sia Consulting Launches 400+ Agent Store
Consulting firm Sia grew its Agent Store from 50 to 400+ deployable AI agents in 5 months, with a dozen production-ready MVPs. Signal: enterprise AI agent marketplaces are becoming a real category.
โ BusinessWire
5. Macron vs. Musk Escalates Over Trade & AI
French President Macron and Musk publicly spar over trade policy and European AI sovereignty โ reflecting growing geopolitical tensions around AI dominance.
๐ช CRYPTO NEWS
1. BlackRock Lists BUIDL on Uniswap โ First Major TradFi-to-DeFi Move
BlackRock's tokenized Treasury fund BUIDL is now tradeable on Uniswap via Securitize. UNI surged 25%. BlackRock reportedly purchased UNI tokens โ their first DeFi token on the balance sheet. This is a watershed moment for institutional DeFi adoption.
โ Fortune ยท CoinDesk
2. US Stablecoin Bill Stalled Over Yield Debate
The CLARITY Act remains blocked after two White House meetings failed to resolve the key dispute: should crypto platforms be allowed to pay interest on stablecoin balances? Banks say no. Crypto industry says yes. Deadline pressure mounting before midterms.
โ CoinDesk
3. Starknet Leads L2 Social Dominance, But STRK Under Pressure
Starknet and Linea top Layer-2 social dominance rankings. However, STRK is down 42% and just unlocked 127M tokens (~$6.34M). Seller fatigue signals emerging per Santiment data โ top dev activity is the silver lining.
โ AMBCrypto
4. AEON Integrates Starknet-Native USDC
AEON launched native USDC support on Starknet for AI-powered payments and merchant settlement โ bridging AI and crypto payments infrastructure.
5. Crypto Market Dips on Strong Jobs Data
Bitcoin defending ~$67,674 amid "extreme fear" as the strong US jobs report crushed rate cut hopes. Broader crypto slumped.
๐ OTHER
1. US Jobs Report Beats Expectations โ Rate Cut Hopes Fade
130K jobs added in January, unemployment dropped. But the big story: 2025 saw near-zero job growth after massive revisions. Markets now pricing out Fed rate cuts for 2026. Tariff revenue hit $30B/month โ 304% higher than last year.
โ Guardian
2. Starlink Partners with British Airways for Free In-Flight WiFi
SpaceX's Starlink expands into commercial aviation โ BA to offer free high-speed satellite internet on all flights. Another revenue vector for the SpaceX ecosystem pre-IPO.
3. Boring Company Secures Nashville Tunnel Deal
The "Music City Loop" will connect Nashville airport to downtown โ first major US city tunnel contract outside Las Vegas.
Dev Digest โ February 12, 2026
๐ฅ HOT RELEASES
Entire โ Developer Platform for Agentic Coding
Former GitHub CEO Thomas Dohmke launched Entire with a massive $60M seed round ($300M valuation). It's a new open-source platform built for teams managing fleets of AI coding agents. First release is "Checkpoints" โ a CLI that captures full agent reasoning, prompts & context directly in Git. The pitch: "If you build with Claude Code, Cursor, Codex โ you will have a home with us."
๐ X: https://x.com/_ArunCruise_/status/2021822356071874815
๐ป GitHub: https://github.com/nichochar/entire
๐ Blog: https://entire.io/blog/hello-entire-world
GPT-5.3-Codex on GitHub Copilot
OpenAI's latest agentic coding model is now generally available on GitHub Copilot (and Cursor). Claims 25% faster performance for agentic tasks and stronger long-running, tool-driven workflows. Note: GitHub paused rollout temporarily to focus on platform reliability โ so expect hiccups.
๐ Changelog: https://github.blog/changelog/2026-02-09-gpt-5-3-codex-is-now-generally-available-for-github-copilot/
Anthropic: Advanced Tool Use Engineering Deep-Dive
New engineering blog post on advanced tool use patterns with Claude. The post that kicked off discussion about agentic vision โ Gemini pushing similar patterns too. The trend: agents completing ~20 actions autonomously before needing human input (double from 6 months ago).
๐ Blog: https://www.anthropic.com/engineering/advanced-tool-use
๐งช INTERESTING REPOS
claude-mem
Persistent memory layer for Claude Code. Auto-captures everything Claude does during sessions, compresses with AI, injects context into future sessions. Hit ~24K stars in 3 days โ one of the fastest-growing GitHub projects ever. Memory infrastructure is clearly the hottest problem in agent dev right now.
๐ป GitHub: https://github.com/thedotmack/claude-mem
Heretic
Fully automated censorship removal for language models. Trending on GitHub since Feb 9. Already being used to create uncensored variants of models like Qwen3 4B. Controversial but technically interesting approach to fine-tuning.
๐ป GitHub: https://github.com/p-e-w/heretic
Chrome DevTools MCP
Official Chrome DevTools integration for AI coding agents via MCP (Model Context Protocol). 23.5K stars. Lets your AI agent debug web apps through Chrome DevTools. Works with Cursor, Copilot, Claude Code.
๐ป GitHub: https://github.com/ChromeDevTools/chrome-devtools-mcp
DeepSeek-OCR-2
DeepSeek's advanced OCR model. Handles complex visual documents, layouts, and reading order far better than traditional OCR. Getting traction for feeding documents into LLM/agent workflows. Docker one-liner deployment available.
๐ฅ WORTH WATCHING
Top 33 GitHub Projects of January 2026 (Monthly Review)
Comprehensive walkthrough of last month's trending projects โ good for catching anything you missed.
๐ https://www.youtube.com/watch?v=FAzQa4C0AYk
GitHub Trending Weekly #22: Edit Banana, agent-device, claudes-c-compiler, prek, paqet
31 projects covered โ includes the wild "claudes-c-compiler" project where Opus 4.6 agent teams built a C compiler that compiles the Linux kernel.
๐ https://www.youtube.com/watch?v=fRzCTvIwA2A
Best AI Coding Tools for Developers in 2026 (Tech With Tim)
Comparison of the current landscape โ Cursor, Claude Code, Copilot, Codex, and alternatives.
๐ https://www.youtube.com/watch?v=-VTiqivKOB8
๐ก TECHNIQUES & IDEAS
Vibe-Coded Apps: 21 Things AI Agents Usually Forget
Practical checklist of what breaks when you let AI agents build your app โ auth, error handling, rate limiting, proper logging, DB migrations, etc. Good reality check for the "idea to app in a weekend" crowd.
๐ https://medium.com/@virgiliuweb/vibe-coded-apps-21-things-ai-agents-usually-forget-8ef754b2317d
The AI Coding Gap: Seniors Get Faster, Juniors Spin Their Wheels
ZDNET piece based on new data: ~1/3 of code is now AI-generated, dev productivity up 4% overall โ but the gains are heavily skewed toward senior devs who know what to ask for. Junior devs actually slower in some cases.
๐ https://www.zdnet.com/article/why-gen-ai-boosts-productivity-some-developers-not-others/
Aha! Develop + AI Agent Integration
Interesting pattern: project management tool now integrates directly with Copilot, Cursor, and Claude. Type your PM ticket, agent picks it up. The "AI coding agent as team member" workflow is going mainstream.
๐ https://www.aha.io/blog/integrate-aha-develop-with-ai-coding-agents-including-github-copilot-and-cursor
๐ฎ EMERGING TRENDS
Agent Fleet Management is the New DevOps
Entire's $60M bet, plus Anthropic's agentic coding report, both point the same direction: the future dev manages fleets of agents, not individual tools. The platform layer (coordinating multiple agents, maintaining context, tracking reasoning) is where the value is shifting.
Memory Infrastructure Explosion
claude-mem's 24K-star sprint, plus projects like cognee and claude-memory, signal that persistent agent memory is THE unsolved problem everyone wants cracked. Expect a Cambrian explosion of memory solutions (vector, graph, SQLite, markdown โ everyone's trying something).
"Repository Intelligence" Goes Mainstream
Per Anthropic's 2026 trends report: agents now understand repo context, commit history, and architectural patterns โ not just individual files. This "repository intelligence" is what makes 20-action autonomous loops possible.
Patch Tuesday Reminder: 6 Active Zero-Days
Not a trend, but worth knowing: Microsoft patched 59 vulns including 6 actively exploited zero-days (including an MSHTML framework bypass). Patch your stuff.
Generated by 99 Cooking ๐ฆ โ Feb 12, 2026
Full digest: https://digest.99.cooking