Claude adds Blender, Adobe, and Autodesk Fusion connectors
Anthropic shipped Blender, Adobe Suite, and Autodesk Fusion connectors for Claude in a single morning, pushing into design and engineering workflows.
Claude Code SDK and GitHub Action: headless agents in CI
Anthropic engineer demos the Claude Code SDK and GitHub Action, showing how headless agents open PRs, push commits, and review code on existing runners.
Claude Code practical tips from Anthropic creator (Boris)
Boris, creator of Claude Code at Anthropic, shares practical tips. Anthropic technical onboarding dropped from 2-3 weeks to 2-3 days.
GSD 2.0 vs Claude Code: Head-to-Head Agentic Build
Claude Code on Max Plan beat standalone GSD2 on an expense tracker build: 4m38s vs 1.5 hours, under 1% quota vs ~$28 in API costs.
ChatGPT quietly launched an agent builder at chatgpt.com/agent
A 42-second TikTok claims ChatGPT rolled out an agent builder at chatgpt.com/agent with templates, app connections, and memory files. Pure teaser, zero subst...
China Cloned Claude Design as a Portable Skill Bundle
A trending GitHub repo from China reportedly reimplements Claude Design as a portable skill bundle for Claude Code or Codex, sidestepping metered usage limits.
Claude Code forked subagents inherit the parent session context
Claude Code's new forked sub-agents inherit the parent session's full context instead of starting fresh, making parallel evaluation tasks cheaper and more ac...
Google Cloud Next 2026: Agentic AI Highlights and TPU Generation 8
Recap of Google Cloud Next 2026: Gemini Enterprise as the agentic application layer, 8th-gen TPUs, Workspace Intelligence, and live voice agents in production.
Karpathy-style overnight metric-gated agent loops for code
Metric-gated overnight agent loop: Claude Code keeps only diffs that improve a numeric KPI (bundle size, Lighthouse, test count) and pass veto tests.
Sub agents vs Agent Teams
Sub-agents are isolated, parallel workers that keep the orchestrator's context clean. Agent teams are long-running groups sharing state for collaborative work.
Taste skill + GPT Image V2 fixes AI agent frontend output
The open-source taste skill plus GPT Image V2 pushes Claude Code and Codex past generic SaaS templates, giving AI-generated frontends a distinct visual ident...
Tips for building good Claude Skills
Three high-leverage tactics for Claude Skills: keep a gotcha log of past mistakes, use the file system for progressive disclosure, and avoid railroading the ...
Link in bio for an agentic OS system
Structure a personal agentic OS around Claude Code using an org-chart of domains, skills, and skill packs, with Obsidian and GWS-CLI as infrastructure.
Claude Live Artifacts turns cowork into a dashboard builder
Claude desktop's cowork tool adds Live Artifacts, persistent dashboards built in plain language and refreshed with live data via MCP connectors.
Claude Live Artifacts: dashboards from connected apps
Claude's Live Artifacts turn Cowork integrations into interactive dashboards, pulling live data from Google Calendar, Slack, and other connected apps.
HyperFrames: Write HTML, Render Video, Built for Agents
HyperFrames renders HTML compositions into MP4 video, designed for AI agents. Plain HTML with data attributes - no React, no proprietary DSL.
Cloudflare's Agent Readiness Score: how agent-ready is your site?
Cloudflare's isitagentready.com scores sites on emerging AI agent standards. Only 4% of the top 200k sites declare AI preferences; their docs saw 66% faster ...
video-use: edit videos with Claude Code via transcripts
Video-use is a Claude Code skill that turns raw footage into edited cuts via word-level transcripts plus on-demand visual filmstrips, at a fraction of the to...
7 levels of Claude Code and RAG
A 7-level maturity model for giving Claude Code durable memory. Most should stop at level 4 (Obsidian vault with index hierarchy); real RAG adds cost and fra...
Artifacts: versioned storage that speaks Git
Cloudflare launched Artifacts, a Git-protocol versioned filesystem for AI agents, plus open-source ArtifactFS that cuts multi-GB repo startup from 2 min to 1...