Loading...
Loading...
Anthropic’s Claude Code introduced an agent view that centralizes all active AI programming sessions into one interface, showing each session’s status and allowing inline replies without full context switching. Users can background tasks with /bg or start background jobs via claude --bg; the feature is in research preview for Pro, Max, Team, Enterprise and API users. Complementing this, a developer built a multiplayer visualizer that turns prompts and runs into evolving “Prompt Creatures” on a shared map, gamifying real-time activity. Together these developments signal a push toward social, persistent, and more manageable AI-driven coding workflows — raising UX opportunities and privacy considerations.
Centralized agent management and real-time visualizations change how engineering teams coordinate AI-driven tasks, improving focus and throughput. Tech professionals should assess UX, workflow integration, and privacy implications as sessions become social and persistent.
Dossier last updated: 2026-05-14 07:02:48
Researchers and developers have published a Claude Code and Codex plugin—learning-opportunities—that offers brief, evidence-based learning exercises tied to coding work to help users build durable expertise rather than only producing code. The skill proposes 10–15 minute tasks (prediction, generation, retrieval practice, spaced repetition) after architectural changes or commits, and integrates with an orient plugin to generate repo-specific orientation lessons. It supports Codex and Claude Code plugin marketplaces and an optional auto mode to trigger exercises post-commit. The project aims to counter AI-driven learning harms like the generation effect, fluency illusion, and reduced metacognition by embedding science-backed study techniques into developer workflows. Installation and usage instructions are provided.
A new Claude Code and Codex plugin, learning-opportunities, offers an evidence-based “dynamic textbook” skill that proposes short (10–15 minute) learning exercises tied to coding actions like new files, schema changes, or refactors. Developed as a Claude Code and Codex marketplace plugin, it uses techniques from cognitive science — prediction, generation, retrieval practice, spaced repetition, and MCII goal-setting — to help developers build durable expertise rather than just accepting generated code. Optional components include an auto-trigger post-commit hook, an orient tool that generates repo orientation lessons based on program-comprehension research, and integration instructions for installation and local development. The project aims to counteract AI-driven fluency illusions and promote deliberate learning during AI-assisted coding.
VibeTime - 给 AI 编程时代做的本地时间追踪器,支持 Claude Code / Cursor / Codex / Gemini CLI
Claude Code 今天上线了一个新功能:agent view,让开发者可以在一个界面里统管所有正在运行的 AI 编程会话。 过去用 Claude Code 同时跑多个任务,只能靠一堆终端标签页和 tmux 分屏拼凑,脑子里还得记着每个任务跑到哪了。现在不用这么折腾了。 在任意会话里按左箭头,或者直接在终端跑 claude agents,就能打开 agent view 的总览界面。每一行显示一个会话的状态:在等你回复、还在跑、还是已经完成,一眼能看清。 最实用的一点是不用切换上下文就能回复。选中某个会话可以先"偷看"最新进展,如果它在等你做决定,直接在那里打回复,它就接着跑。不用打开完整会话窗口,不打断你手头在做的事。 想把某个会话扔到后台?在会话内输入 /bg。想直接起一个后台任务?claude --bg [任务描述],连前台都不用经过。 目前 agent view 以“研究预览”状态上线,Pro、Max、Team、Enterprise 和 API 用户今天就可以用,直接跑 claude agents 即可激活。
A developer created a multiplayer visualizer for Claude Code users that turns each prompt or code run into a ‘Prompt Creature’ that evolves (egg → baby → adult → elder) as activity increases and starves when idle. The shared grid map displays all users’ creatures interacting and battling, turning collaborative or competitive coding into a real-time, gamified social feed of model activity. Built specifically for Claude Code, it surfaces usage patterns and fosters engagement by making prompts and coding sessions visible as avatars on a persistent map. This matters because it gamifies developer workflows, raises design questions about privacy and telemetry, and highlights new social UI possibilities for AI coding platforms.