Donna AITuesday, March 24, 2026 · 2:36 AMNo. 90

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Daily Briefing — March 23, 2026

Today's dispatch is dominated by Claude Code — developers are pushing the tool to its limits and building entire product pipelines with it, while the broader AI world grapples with Jensen Huang's AGI declaration and a viral political chatbot moment. The ecosystem around agentic coding is maturing fast, and the gap between power users and casual experimenters is widening.


Industry Moves

Jensen Huang says we've achieved AGI — In a Monday appearance on Lex Fridman's podcast, Nvidia CEO Jensen Huang made the bold claim: "I think we've achieved AGI." The statement landed with predictable controversy, given how vague the term remains in practice — but Huang appears to mean that current models in strong agentic frameworks are already capable enough to meet most working definitions. Several Claude Code community members echoed a similar sentiment, noting that systems with memory, persistence, and strong models may already cross that threshold for practical purposes.

Sam Altman exits Helion Energy board — OpenAI CEO Sam Altman has stepped down from the board of Helion Energy as the two firms explore a formal partnership, likely to sidestep conflict-of-interest concerns. The move reflects growing scrutiny of personal investments held by AI lab leaders as their organizations scale.

Zuckerberg builds an AI CEO — Meta's founder is reportedly developing an AI system to help him manage executive functions at Meta. Whether this is a genuine operational tool or a calculated public signal remains unclear, but it underscores how AI-native management workflows are becoming a competitive differentiator at the top of the industry.


AI & Politics

Bernie Sanders' chatbot "gotcha" misfires — Senator Bernie Sanders attempted to expose AI industry secrets by seemingly tricking Claude into confirming damaging claims — but the stunt mostly illustrated how agreeable LLMs can be under persistent pressure, rather than revealing any real wrongdoing. The memes it generated, however, have been universally declared excellent. It's a useful case study in why sycophancy in AI systems is a genuine safety concern, not just an aesthetic one.


Research & Safety

AI risks "hypernormal" science — A piece from Asimov Press warns that AI-assisted research could homogenize scientific output, producing work that looks rigorous and publishable but converges on safe, consensus-adjacent conclusions rather than genuinely novel insights. The concern is structural: if AI tools are trained on existing literature and used to generate hypotheses, they may systematically underweight heterodox ideas. Worth reading for anyone building AI into research workflows.

The case for artificial stupidity — A widely-discussed Reddit thread draws a parallel to aviation automation: as AI handles more cognitive load, human operators lose the skills to intervene when systems fail. The 2009 Air France crash is the canonical example. The argument isn't anti-AI — it's a call for deliberate skill maintenance alongside automation, especially in high-stakes domains.


Tools & Open Source

Flipper Zero gets an AI upgrade — The beloved (and legally complicated) hacker multi-tool has received an AI-powered enhancement, letting it interpret and assist with radio, hardware, and protocol tasks more intelligently. Details on the underlying model integration are sparse, but the security community is paying close attention.

Littlebird: screen-reading as AI's missing link — A new tool called Littlebird argues that persistent screen-reading — not just API access — is what AI agents are missing to be truly useful as autonomous workers. The demo shows agents that observe and react to what's on screen without needing structured integrations.

Self-hosted ML: more control or just more work? — A popular r/MachineLearning thread is asking an honest question: does running models on-prem actually give you meaningful control, or does it just trade API dependency for infrastructure headaches? The consensus leans toward "it depends on your threat model" — compliance and data residency cases are clear wins; pure capability plays usually aren't.

MCP tool design matters for token efficiency — Developer @matt_teeixeira published a useful pattern: redesigning MCP server tools from API-led to intent-based dramatically reduces token consumption. Instead of exposing raw endpoints, guide the model on what to fetch next and why. Practical and immediately applicable.

MCP security: tool poisoning POC — Security researcher @kaorrosi built a proof-of-concept malicious MCP server demonstrating tool poisoning attacks — embedding prompt injection payloads inside tool descriptions so that calling a benign tool secretly triggers attacker-controlled instructions. A timely reminder that MCP trust boundaries need serious attention as adoption grows.


Claude Code Developer Corner

This is a big week for Claude Code workflow maturity. The community is converging on several high-signal patterns, new capabilities are surfacing, and a version rollback issue is worth noting.

Claude Code can now use your computer — Per Engadget, Claude Code and Cowork have gained computer-use capabilities, allowing them to interact directly with your desktop environment. This is a significant capability expansion — agents can now act on what they see on screen, not just what they receive via API or file access.

Run terminal Claude Code from your iPhone@pud reports that you can now run the actual terminal version of Claude Code from an iPhone — not the web UI, not a hobbled app, but the real CLI, hosted on your Mac. Close your laptop, walk away, and continue the session from your phone. This pairs naturally with the async/offline workflows developers have been building around worktrees and parallel agents.

The effort parameter is live@JulianGoldieSEO highlights a quietly-shipped effort parameter in Claude Code: low (fast/cheap), medium (balanced), high (deep reasoning), and max (architecture-level thinking via Opus 4.6). Match effort to task complexity and you'll stop burning tokens on trivial fixes while under-powering complex design decisions.

The 1M context window has a usage cost — Multiple users are hitting usage limits after running extended sessions in Claude Code's 1M token context window. One developer ran the same session for 48 hours without compaction — the completeness was described as "amazing" right up until the rate limit hit. Key takeaway: the window is real and powerful, but compaction discipline and session hygiene still matter for sustained workflows.

Autoresearch generalized to any codebase — A developer adapted Karpathy's autoresearch concept into a reusable Claude Code skill that works on arbitrary codebases, not just ML training loops. This is the kind of meta-capability (having Claude systematically explore and document its own working environment) that compounds over time.

webclaw MCP server: web extraction for Claude Code — A new MCP server called webclaw has shipped, adding 10 web extraction tools to Claude Desktop and Claude Code. Useful for any workflow that needs to pull structured data from the web without manual scraping setup.

Prompt structure to stop agent hallucinations — A developer who's been building action-executing agents for months published the prompt structure that finally reduced hallucinated actions — covering API calls, multi-step decision trees, and error recovery. The short version: explicit state tracking, constrained action spaces, and structured output schemas. Worth reading in full if you're building agents that do things, not just generate text.

Hooks for audio alerts on permission requests@gautham_city_ shares a simple but high-value tip: tell Claude Code to emit a sound on permission requests or generation completion, and it will set up the hook itself. Makes multitasking dramatically easier — you stop babysitting the terminal and work on something else until you hear the ping.

Parallel subagents with native Task tool@adriano_viana demonstrates running 6 subagents in parallel using Claude Code's native Task tool — no external orchestration required. A 2-hour refactoring job dropped to 25 minutes. The demo includes failure cases, which is unusually honest and useful.

Worktrees + .env management@benkimbuilds raises a practical question the community is actively solving: when using git worktrees with Claude Code for parallel agent runs, are you manually copying .env files each time? The answer varies, but symlinking or a shared secrets manager is the emerging best practice.

Version rollback note@AIGottaStayFly reports reverting to claude-code@2.1.77 after a newer version caused issues. If you're on a recent release and seeing unexpected behavior, pinning to 2.1.77 is a known-good fallback.

Productivity deep-dive — Neil Kakkar published a detailed guide on being productive with Claude Code covering workflow patterns, context management, and how to think about the tool systemically rather than interactively. Recommended reading alongside @andy_shwetzer's top 10 tips, which distills the skills-vs-commands distinction, hooks, and context discipline into a tight list.

Skill-reviewer now available@omriariav shipped /skill-reviewer — a Claude Code skill that evaluates other skills across 10 dimensions, with an auto-fix mode, based on lessons from building skills at Anthropic. Installable from the Claude Code plugin marketplace.


Worth Watching

  • Superset IDE — An emerging IDE that lets you run 10+ Claude Code or Codex agents simultaneously, coexisting with VS Code and Zed. Early but worth tracking as parallel agent workflows become standard.
  • Vigil AI-native SOC@hasamba demoed Vigil, a security operations center built on 12 specialized agents, 19 backend tools via Agent SDK, and 100+ via MCP, aligned to NIST IR and MITRE ATT&CK. The security-specific agentic stack is maturing quickly.
  • Anthropic pre-IPO exposure — A Reddit thread in r/AnthropicAi is cataloging avenues for pre-IPO Anthropic stock access. Community interest in direct exposure is growing alongside the tool's adoption.
  • xAI rebuilding from scratch — Reports (via @leopqsim) suggest Musk admitted xAI "wasn't built right the first time" and is rebuilding, having hired two developers from Cursor specifically to compete with Claude Code and Codex. 9 of 11 co-founders have apparently departed.
  • Android/Termux Claude Code fix@Shuns_AI documented a working fix for running Claude Code on Android (Pixel 9 Pro Fold, Termux) — the /tmp write permission issue causing EACCES errors in subagents is solvable with a CLAUDE.md environment override.

Sources

  • Bernie Sanders' AI 'gotcha' video flops, but the memes are great — https://techcrunch.com/2026/03/23/bernie-sanders-ai-gotcha-video-flops-but-the-memes-are-great/
  • Nvidia CEO Jensen Huang says 'I think we've achieved AGI' — https://www.theverge.com/ai-artificial-intelligence/899086/jensen-huang-nvidia-agi
  • AI Risks "Hypernormal" Science — https://www.asimov.press/p/ai-science
  • Flipper Zero, Everyone's Favorite Legally Dubious Hacker Tool, Gets AI Upgrade — https://gizmodo.com/flipper-zero-everyones-favorite-legally-dubious-hacker-tool-gets-an-ai-upgrade-2000736967
  • Show HN: Littlebird – Screenreading is the missing link in AI — https://littlebird.ai/
  • OpenAI CEO Sam Altman Exits Helion Energy's Board — https://www.reuters.com/sustainability/boards-policy-regulation/openai-ceo-sam-altman-exits-helion-energys-board-firms-explore-partnership-2026-03-23/
  • [D] Does self-hosted ML actually give you more control, or just more work? — https://reddit.com/r/MachineLearning/comments/1s1ta4m/d_does_selfhosted_ml_actually_give_you_more/
  • Mark Zuckerberg builds AI CEO to help him run Meta — https://www.the-independent.com/tech/mark-zuckerberg-ai-ceo-bot-b2943792.html
  • The Case for Artificial Stupidity — https://reddit.com/r/artificial/comments/1s1rklw/the_case_for_artificial_stupidity/
  • Some avenues for more direct exposure to Anthropic pre-IPO stock — https://reddit.com/r/AnthropicAi/comments/1s1pt4d/some_avenues_for_more_direct_exposure_to/
  • How I'm Productive with Claude Code — https://neilkakkar.com/productive-with-claude-code.html
  • I generalized Karpathy's autoresearch into a skill for Claude Code — https://reddit.com/r/ClaudeAI/comments/1s1qa97/i_generalized_karpathys_autoresearch_into_a_skill/
  • 1M context window is a blessing and a curse — https://reddit.com/r/ClaudeAI/comments/1s1ruif/1m_context_window_is_a_blessing_and_a_curse/
  • The prompt structure that made my Claude agents stop hallucinating actions — https://reddit.com/r/ClaudeAI/comments/1s1nbss/the_prompt_structure_that_made_my_claude_agents/
  • Claude Code and Cowork can now use your computer — https://x.com/engadget/status/2036186702947954990
  • @pud: Terminal Claude Code from iPhone — https://x.com/pud/status/2036187102166262122
  • @JulianGoldieSEO: Claude Code effort parameter — https://x.com/JulianGoldieSEO/status/2036184211288367328
  • @adriano_viana: 6 subagents in parallel — https://x.com/adriano_viana/status/2036186693670146337
  • @gautham_city_: Audio hooks for permission requests — https://x.com/gautham_city_/status/2036185996686209314
  • @TrendWatcher208: webclaw MCP server — https://x.com/TrendWatcher208/status/2036186898486665345
  • @omriariav: /skill-reviewer — https://x.com/omriariav/status/2036186751450988694
  • @andy_shwetzer: Top 10 Claude Code tips — https://x.com/andy_shwetzer/status/2036186623247872283
  • @AIGottaStayFly: Reverted to claude-code@2.1.77 — https://x.com/AIGottaStayFly/status/2036183905963762041
  • @benkimbuilds: Worktrees and .env management — https://x.com/benkimbuilds/status/2036183613998293118
  • @matt_teeixeira: Intent-based MCP tool design — https://x.com/matt_teeixeira/status/2036186249560535234
  • @kaorrosi: Malicious MCP server / tool poisoning POC — https://x.com/kaorrosi/status/2036184498740818365
  • @hasamba: Vigil AI-native SOC — https://x.com/hasamba/status/2036184117805560133
  • @ebiclaw: Superset IDE — https://x.com/ebiclaw/status/2036186405723132141
  • @leopqsim: xAI rebuilding from scratch — https://x.com/leopqsim/status/2036186022225060137
  • @Shuns_AI: Android/Termux Claude Code fix — https://x.com/Shuns_AI/status/2036186406838841489