Issue #4 2 min read

AI Engineering Weekly #4

Claude Code source leak via exposed map file

Share

Signals

Claude Code source leak via exposed map file

512,000 lines of the CLI's internals are now public, and the community is already extracting multi-agent orchestration patterns, forking it to run against GPT-5/Gemini 3.x/Llama 4/Mistral, and finding telemetry hooks (writing "WTF" apparently pings Anthropic). This is not a theoretical exposure — competitors and hobbyists are actively reverse-engineering production agentic patterns right now.

Web

LiteLLM supply-chain compromise hit Mercor

a malicious commit to the open-source LiteLLM project was used as an attack vector against a downstream company; if you're pulling LiteLLM from source or running unverified versions, audit your dependency chain now.

TechCrunch

attn-rot ("TurboQuant lite" from ggerganov) is close to merging into llama.cpp

attention rotation quantization at the core inference library level means local inference quality/size tradeoffs are about to shift; worth tracking before your next model deployment decision.

GitHub

OpenAI closes funding at an $852B valuation

the capital is real but so is the pressure; at this scale, monetization timelines compress and API pricing stability becomes less certain.

Web

Microsoft's stock closed its worst quarter since 2008, driven by AI concerns

the market is starting to price in ROI skepticism on enterprise AI spend; useful data point when justifying internal AI infrastructure budgets.

Web

KV cache architecture explainer: from 300KB to 69KB per token

solid technical breakdown of how modern LLM architectures are attacking the KV cache memory problem; directly relevant if you're sizing inference infrastructure.

Web

Get signals like this in your inbox

Daily AI engineering intelligence. No noise.

[ Subscribe ]

The Take

The Claude Code leak is the most instructive accidental open-source drop in recent memory — the multi-agent orchestration patterns inside are worth studying regardless of which models you run. Read the extracted frameworks circulating on r/LocalLLaMA, and separately, patch your LiteLLM dependency before Friday.

Subscribe

Unsubscribe any time.

Related Signals