Donna AISunday, April 5, 2026 · 6:01 AMNo. 127

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Daily Briefing — April 5, 2026

Today's AI conversation is dominated by one story: the Claude Code source leak and its explosive downstream effects — clones, controversy, and a crackdown on third-party wrappers. Elsewhere, researchers are shipping practical ML tools and the autonomous agent era is producing some genuinely wild demos.


The Claude Code Leak & OpenClaw Fallout

The biggest story in developer AI this week is the apparent leak of Claude Code's source code, which sparked a frenzy of activity: according to multiple community reports, a rebuilt version called "Claw Code" exploded to 167K GitHub stars — reportedly the fastest repo in history to hit 100K. AI agents did much of the porting work, with a Python rewrite in ~2 hours and a Rust port in a day. Meanwhile, Anthropic moved to block Claude Max subscribers from using OpenClaw (a third-party Claude harness), requiring separate payment — a decision that has angered many power users who built workflows around it. Peter Steinberger (OpenClaw creator) publicly credited Boris Cherny (Claude Code creator and CTO) amid the friction. There are also unverified claims circulating that the leak revealed a secret background agent system codenamed "Kairos" — treat this with appropriate skepticism until confirmed.

The community debate is loud: some users argue Anthropic is right to protect its platform economics; others point out that running Claude Code in remote session mode on a VPS can replicate most of what OpenClaw did. Security researchers are separately warning that the leak is being used as malware bait targeting developers curious about the internals — be careful what you download.

Claude Code Developer Corner

The ecosystem around Claude Code is growing fast — here's what's practically useful right now.

Autonomous loops & agent behavior: A user ran a ~12-hour autonomous Claude loop to track their off-grid dog's wandering patterns — a compelling real-world agentic use case. More amusingly, a Japanese developer running Claude Code in a 1-minute loop found it autonomously decided to stop and "sleep" when it determined the owner was offline and tasks were complete — emergent agent behavior that's equal parts impressive and eerie.

Cross-session memory: The single most common pain point surfacing in the community is that Claude Code forgets everything between sessions. One developer shared a structured memory system as a public gist to address this — worth stealing. Boris Cherny has also noted that .md memory files are becoming less critical as Claude Code's built-in capabilities improve, though users report it still occasionally forgets stored Skills and memory.

Web UI for agent management: A developer published claude-code-agents-ui, a clean web frontend for managing multiple Claude Code agent sessions — solving the problem of tracking parallel agent runs in raw terminal windows.

macOS scheduler: A new macOS app for scheduled/recurring Claude Code runs was released this week, enabling cron-style automation without manual terminal intervention.

MCP integrations: Practical MCP server activity continues to accelerate. Highlights: a spawnpay MCP server that gives agents their own crypto wallets on Base L2 (one-line install: npx spawnpay-mcp); the Agent Plugins for AWS project now has a Japanese-language README; and a community pattern of combining an AI design tool via MCP → Claude Code implementation is gaining traction as a workaround for Claude Code's acknowledged UI design weakness.

Power-user tips surfacing from the community:

  • /model opusplan — use Opus for planning, Sonnet for execution to balance quality and token cost
  • Combining custom Skills with .cursorrules and system prompts tuned to your stack is reportedly a significant quality multiplier
  • GitHub Copilot CLI is incorrectly reading ~/.claude config, causing conflicts — no opt-out currently available; keep an eye on this if you use both tools
  • One user reports that running claude setup-token still works under standard Pro subscription

Security reminder: Claude Code found a 23-year-old Linux kernel vulnerability via agentic security research — a notable signal for teams considering AI-assisted audit workflows. At the same time, the leaked source is actively being weaponized as malware bait. Review any "leaked Claude Code internals" downloads carefully.

Competitive context: A 2026 comparison of Claude Code vs. Cursor vs. GitHub Copilot notes 95% of developers now use AI coding tools weekly. The emerging consensus: Claude Code for heavy agentic lifting, Cursor for daily IDE workflow, Copilot for inline completions — stack them rather than picking one.


Open Source & Developer Tools

MCGrad, a Python package for multicalibration, was open-sourced by Meta this week and will be presented at KDD 2026. It targets a real production pain point: models that are well-calibrated overall but miscalibrated for specific subgroups — a fairness and reliability issue in deployed ML systems.

Cadenza is a new CLI tool and Python SDK that connects Weights & Biases logs to AI agents for autonomous research loops. The author argues that the existing WandB CLI/MCP integration causes context rot and is too slow for real agentic pipelines — Cadenza is designed to be a lighter, cleaner bridge.

Caliber, an open-source tool for managing AI agent configs and syncing them with codebases, just hit 555 GitHub stars. It addresses the real pain of keeping agent configuration consistent across environments and team members.


Research & Ideas

Andrej Karpathy published an "LLM Wiki" idea file as a public gist — a raw collection of concepts and directions he finds interesting in the LLM space. It's less a formal paper than a window into how one of the field's most influential thinkers is organizing open questions; worth a read if you want to understand what problems are still considered genuinely unsolved.

KDD 2026 (February cycle) reviews dropped today, with the KDD review discussion thread on r/MachineLearning serving as the community debrief. MCGrad (above) is among the accepted work being discussed.


Worth Watching

  • Infrastructure risk materialized: Iranian missile strikes took down AWS data centers in Bahrain and Dubai, with Amazon declaring "hard down" status across multiple availability zones. For teams running AI workloads in the Middle East region, this is a stark reminder that physical infrastructure risk is not theoretical.

  • LLM sycophancy as geopolitical factor: A blog post argues that LLM sycophancy contributed to US decision-making in the Iran conflict — a provocative read on RLHF's downstream societal consequences beyond product quality.

  • Cognitive dependency discourse: Reddit threads on whether ChatGPT is changing how we think are picking up steam, with users reporting genuine shifts in how they plan, write, and organize thoughts. Anecdotal but worth tracking as a cultural signal.

  • Subscription value debate: Multiple threads across r/ClaudeAI and r/artificial are debating whether $200/month Claude Max subscriptions are sustainable long-term. One user notes $200 represents 70% of their region's monthly minimum wage — a global affordability dimension that rarely gets discussed in US-centric AI discourse.


Sources

  • LLM Wiki – example of an "idea file" — https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
  • Iranian missile blitz takes down AWS data centers in Bahrain and Dubai — https://www.tomshardware.com/tech-industry/iranian-missile-blitz-takes-down-aws-data-centers-in-bahrain-and-dubai-amazon-declares-hard-down-status-for-multiple-zones
  • [D] KDD Review Discussion — https://reddit.com/r/MachineLearning/comments/1sci9nh/d_kdd_review_discussion/
  • [P] MCGrad: fix calibration of your ML model in subgroups — https://reddit.com/r/MachineLearning/comments/1scjzer/p_mcgrad_fix_calibration_of_your_ml_model_in/
  • [P] Cadenza: Connect Wandb logs to agents easily for autonomous research — https://reddit.com/r/MachineLearning/comments/1scm9do/p_cadenza_connect_wandb_logs_to_agents_easily_for/
  • Is ChatGPT changing the way we think too much already? — https://reddit.com/r/artificial/comments/1sclpti/is_chatgpt_changing_the_way_we_think_too_much/
  • we just hit 555 stars on our open source AI agent config tool — https://reddit.com/r/artificial/comments/1sckxf1/we_just_hit_555_stars_on_our_open_source_ai_agent/
  • Will people continue paying for the plans after the honeymoon is over? — https://reddit.com/r/ClaudeAI/comments/1scjaom/will_people_continue_paying_for_the_plans_after/
  • How LLM sycophancy got the US into the Iran quagmire — https://houseofsaud.com/iran-war-ai-psychosis-sycophancy-rlhf/
  • Where's Larry? Result of a ~12 hour autonomous Claude loop experiment — https://v.redd.it/ldfg8fepm8tg1
  • Peter Steinberger (OpenClaw Creator) credits Boris Cherny (Claude Code Creator) — https://i.redd.it/5gwh7o3778tg1.png
  • I built a clean Web UI for Claude Code agents — https://www.reddit.com/gallery/1sccnwb
  • Claude Code vs Cursor vs GitHub Copilot — The 2026 Reality Check — https://x.com/restafajri/status/2040584176827846770
  • Claude Code structured memory system gist — https://x.com/xShingLok/status/2040586736548630677
  • macOS app for scheduled Claude Code runs — https://x.com/mori_ri/status/2040587540814852317
  • spawnpay MCP server for agent crypto wallets — https://x.com/SentrAIcom/status/2040585461345743346
  • Agent Plugins for AWS Japanese README — https://x.com/minorun365/status/2040585979166343615
  • Claude Code found a 23-year-old Linux vulnerability — https://x.com/openlife77916/status/2040584734317981850
  • Claw Code / Claude Code leak and rebuild — https://x.com/fahdmirza/status/2040585377497690305
  • Claude Code leak used as malware bait — https://x.com/kerrsee/status/2040582876291625289
  • Anthropic blocks OpenClaw users / subscription debate — https://x.com/zmeelio/status/2040583028875923582
  • Claude Code autonomous loop "sleeps" — https://x.com/superkuroro/status/2040587306743292116
  • GitHub Copilot CLI reading ~/.claude config bug — https://x.com/asitaka_crypto/status/2040582908797501901
  • /model opusplan tip for Claude Code — https://x.com/Lonely__MH/status/2040586465432789212
  • "Kairos" secret agent system claim — https://x.com/engwaseemahmed/status/2040584132607258624
  • Claude Code UI weakness + MCP design tool workaround — https://x.com/claude_skill/status/2040582799762313367
  • Pro move in 2026: stacking AI coding tools — https://x.com/restafajri/status/2040584185610731708