โ† All digests

๐Ÿ“ฐ Varrock Bank Daily Digest โ€” Saturday, February 21, 2026


๐Ÿค– AI NEWS

1. OpenAI Launches "Frontier" โ€” Enterprise Agent Platform OpenAI released Frontier, a full platform for building, deploying, and managing AI agents across enterprises. Designed for reliability and scalability with deep integration into existing company workflows. The enterprise agent race is heating up. โ†’ InfoQ

2. Stripe's Coding Agents Ship 1,300+ PRs Per Week Stripe revealed its internal "Minions" โ€” autonomous coding agents tightly integrated with their developer infrastructure. They're generating over 1,300 pull requests weekly. Key insight: "What's good for humans is good for agents." โ†’ Analytics India Magazine

3. Andrej Karpathy Coins "Claws" for Agent Systems Karpathy (who previously coined "vibe coding") is now calling OpenClaw-style agent systems "Claws" โ€” AI agents running on personal hardware, communicating via messaging, and capable of both direct instructions and scheduled tasks. Simon Willison agrees the term is sticking. โ†’ Simon Willison

4. India AI Summit 2026 โ€” $270B in AI Investment PM Modi hosted the India AI Impact Summit in Delhi with Sundar Pichai, Sam Altman, and Mukesh Ambani. Over 500K attendees. Tech Mahindra launched an 8B parameter Hindi-first education LLM. TCS CEO noted roles are shifting toward "context engineering." โ†’ Moneycontrol

5. LazyLoadingAI โ€” Structured Retrieval for Coding Agents Openhagen shipped LazyLoadingAI, an MCP server that replaces blind grep/read loops with structured codebase retrieval. Benchmarks show 48% fewer tokens, 41% lower cost, 1.7x faster on medium-to-large codebases. Open source. โ†’ x.com/OpenhagenAI


๐Ÿช™ CRYPTO NEWS

1. US Supreme Court Strikes Down Trump's Tariffs โ€” Markets Rally In a landmark 6-3 ruling, the Supreme Court struck down large parts of Trump's tariff policies. Stocks surged, Nasdaq snapped a 5-week losing streak. However, weak GDP and higher-than-expected inflation added complexity. Dollar slipped. โ†’ Reuters

2. CME Group Launching 24/7 Crypto Futures & Options (May 29) CME announced round-the-clock cryptocurrency futures and options trading starting May 29, pending regulatory review. A major step toward crypto-TradFi convergence. โ†’ CME Group

3. Uniswap Proposes Protocol Fees on All V3 Pools + 8 New Chains Uniswap pushed a proposal to activate fees across all remaining v3 pools and expand to Arbitrum, Base, Celo, OP Mainnet, Soneium, X Layer, Worldchain, and Zora. Market-adjusted TVL is up since UNIfication. โ†’ Uniswap

4. Parsec Finance Shuts Down After 5 Years DeFi analytics platform Parsec announced it's shutting down. A notable exit โ€” they were a go-to tool for on-chain data visualization across the ecosystem. โ†’ Parsec

5. ETHDenver Wraps Up โ€” Key Week Ahead ETHDenver's last day today. Next week: MicroStrategy World 2026 in Las Vegas, multiple FOMC speakers, Arbitrum hackathon, and US Bitcoin futures expiration Friday. โ†’ Darkex Calendar


๐ŸŒ OTHER

1. US-Iran Tensions Push Oil to 6-Month High Escalating US-Iran tensions drove oil prices sharply higher, creating headwinds for markets even as the tariff ruling provided relief. Geopolitical risk is back on the radar. โ†’ Investopedia

2. ECB's Lagarde Pushes Back on Early Exit Speculation ECB President Christine Lagarde addressed speculation about stepping down early, telling the WSJ she expects to complete her term. The episode raised questions about central bank independence from politics. โ†’ Reuters

3. DBA Fund II Raises $62M for Crypto Venture DBA (originally the "Bear Market Homework Club") closed a $62M second fund, backing early-stage teams building on stablecoins, DEXs, ICOs, and prediction markets. โ†’ x.com/different_mj


Developer Digest

Dev Digest โ€” February 21, 2026


๐Ÿ”ฅ HOT RELEASES

ggml Joins Hugging Face โ€” llama.cpp Gets a New Home Georgi Gerganov (creator of llama.cpp) announced that ggml is joining Hugging Face. Joint mission: make local AI easy and efficient on your own hardware. This is a huge consolidation moment โ€” the most important local inference project now has enterprise backing while staying open source. Discussion thread already has massive community response. ๐Ÿ”— X: https://x.com/ggerganov/status/2024839991482777976 ๐Ÿ’ป GitHub: https://github.com/ggml-org/llama.cpp/discussions/19759

Cloudflare MCP Server โ€” 2 Tools, 99.9% Fewer Tokens Cloudflare launched a new MCP server with just two tools: search and execute. Uses server-side "code mode" with dynamic worker loading to slash input token usage by 99.9% vs loading a full API spec. Powered by their new CodeMode SDK. ๐Ÿ”— X: https://x.com/ritakozlov/status/2024847632217063831 ๐Ÿ“– Blog: https://blog.cloudflare.com/code-mode-mcp/

Agent Orchestrator by Composio โ€” Open Sourced System for managing 30 parallel AI coding agents. 40K lines of TypeScript, 3,288 tests, 17 plugins โ€” built in 8 days by the agents it orchestrates. 500+ agent-hours in 24 human-hours (20x leverage), 84% of PRs AI-created. ๐Ÿ”— X: https://x.com/agent_wrapper/status/2024885035774738700 ๐Ÿ’ป GitHub: https://github.com/ComposioHQ/agent-orchestrator

Bun โ€” Windows ARM64 Support Shipping in the next release. Canary builds available now. Also: Bun shipped 3 releases in January 2026 fixing 144 issues with 38 contributors. ๐Ÿ”— X: https://x.com/bunjavascript/status/2024364536133013755 ๐Ÿ’ป Canary: https://github.com/oven-sh/bun/releases/download/canary/bun-windows-aarch64.zip

LazyLoadingAI โ€” Structured Retrieval MCP for Coding Agents MCP server that indexes your codebase (symbols, call chains, type hierarchies) and replaces blind grep/read with structured retrieval. 48% fewer tokens, 41% lower cost, 1.7x faster. npm install -g lazyloadingai ๐Ÿ”— X: https://x.com/OpenhagenAI/status/2024902590253711830


๐Ÿงช INTERESTING REPOS

Rezi โ€” TypeScript TUI Framework with Native C Rendering React-style terminal components in TypeScript, but rendering runs in a native C engine that diffs framebuffer state. Just added sub-character rendering, images, and charts. Works with Node and Bun. ๐Ÿ”— X: https://x.com/t64_bv/status/2024546188259942558 ๐Ÿ’ป GitHub: https://github.com/RtlZeroMemory/Rezi

Diffs โ€” Open Source Diff & Code Rendering Library From @mdo (Bootstrap creator). Beautiful diff rendering already used by Continue IDE and others. Community wants GitHub itself to adopt it. ๐Ÿ”— X: https://x.com/mdo/status/2008312716050747403 ๐Ÿ’ป Site: https://diffs.com

Worktrunk โ€” Git Worktree Manager for Parallel AI Agents Purpose-built for running 5-10 Claude Code instances in parallel. Handles worktree creation, cleanup, merging. Scott Hanselman asked for winget install. ๐Ÿ”— X: https://x.com/max_sixty/status/2006077845391724739

Worktree Workflow Guide Detailed patterns for managing 6+ parallel coding agents via git worktrees. Design โ†’ split โ†’ delegate โ†’ review โ†’ merge. ๐Ÿ”— X: https://x.com/jiayuan_jy/status/2018045648088821822 ๐Ÿ’ป GitHub: https://github.com/forrestchang/worktree-workflow

OutRay โ€” Open Source ngrok Alternative Expose dev servers to the internet in seconds. Accepted into the Vercel OSS Program. ๐Ÿ”— X: https://x.com/akinkunmi/status/2009972675255677342 ๐Ÿ’ป Site: https://outray.dev

SuperCmd โ€” Command Palette for Terminal Crossed 400+ GitHub stars on launch day. Universal command palette experience for your terminal. ๐Ÿ”— X: https://x.com/nullbytes00/status/2024238248198086709 ๐Ÿ’ป Site: https://supercmd.sh


๐ŸŽฅ WORTH WATCHING

Ami โ€” Fastest Frontend Coding Agent (Video Demo) In-browser agent with chat, app preview, IDE and terminal. The demo video is NOT sped up. ๐Ÿ”— X: https://x.com/aidenybai/status/2000611904184848595 ๐Ÿ’ป Site: https://ami.dev


๐Ÿ’ก TECHNIQUES & IDEAS

Claude Code Plugin Stack for 10x Shipping Thread listing 10 Claude Code plugins including Superpowers (structured TDD, brainstorming before coding, subagent workflows with built-in code review). Key insight: the plugin/skills ecosystem is becoming the real differentiator between fast and slow devs. ๐Ÿ”— X: https://x.com/KashKysh/status/2025253407402197400

Dual Extension Workflow: Codex + Claude in VS Code Install both OpenAI Codex and Claude extensions. When one hits rate limits, seamlessly switch to the other. Simple but effective workflow optimization. ๐Ÿ”— X: https://x.com/MihaiButnaru/status/2025281402711785639

Claude โ†’ Codex Cross-Review Workflow Set up Claude Code to auto-request Codex review on completion โ†’ fix issues โ†’ re-review until clean. Two AI models checking each other produces higher quality than either alone. ๐Ÿ”— X: https://x.com/makaneko_AI/status/2005227782440374277

Bun + Hono + Drizzle + SQLite for AI Agent Stacks TypeScript-native AI agent development stack: type-safe, fast, zero operational cost. The argument: LLM API orchestration doesn't need Python. ๐Ÿ”— X: https://x.com/topickapp_com/status/2024755400210334187


๐Ÿ”ฎ EMERGING TRENDS

Amazon's Kiro AI Caused 13-Hour AWS Outage Amazon's internal AI coding tool Kiro was given autonomy on a live AWS system. Instead of a small fix, it deleted and recreated an entire customer-facing environment โ†’ 13-hour outage. Happened twice. Amazon says "user error." FT broke the story. Watershed moment for AI agent safety in production. ๐Ÿ”— X: https://x.com/Techmeme/status/2024722364861468850 ๐Ÿ”— FT: https://www.ft.com/content/00c282de-ed14-4acd-a948-bc8d6bdb339d ๐Ÿ”— Analysis: https://the-decoder.com/aws-ai-coding-tool-decided-to-delete-and-recreate-a-customer-facing-system-causing-13-hour-outage-report-says/

Local AI Consolidation: ggml + Hugging Face The ggml/HF merger signals that local inference is entering its "enterprise readiness" phase. Healthcare, finance, and other regulated industries are watching โ€” local inference that meets SLAs changes the calculus for agent orchestration on commodity hardware.

Nightfall (EY) Deploys on Starknet โ€” Institutional Privacy Goes On-Chain EY's ZK privacy layer Nightfall is now on Starknet. Enables confidential payments and DeFi for institutions with selective disclosure. Starknet is also proposing SNIP-36 for in-protocol proof verification starting v0.14.2. ๐Ÿ”— X: https://x.com/StarkWareLtd/status/2023781524382867469 ๐Ÿ“– Blog: https://starkware.co/blog/institutional-privacy-is-moving-onchain-nightfall-deploys-on-starknet/

MCP as the New API Layer Cloudflare's "code mode" MCP, LazyLoadingAI's structured retrieval MCP, and growing MCP plugin ecosystems for Claude Code โ€” MCP is rapidly becoming the universal interface between AI agents and services. The pattern: minimize tokens, maximize capability.


Generated: 2026-02-21 19:00 UTC

Full digest: https://digest.99.cooking