no code
30 articles about no code in AI news
ObservAgent Gives You Real-Time Claude Code Session Visibility
Install ObservAgent to see live cost tracking, tool latency, and subagent activity during your Claude Code sessions—no code changes needed.
PetClaw AI Agent Automates Research Stack, Replaces $200/Month Tools
A developer claims PetClaw's desktop AI agent automated their entire research workflow—browsing, sourcing, dashboard building—and saved it as a reusable skill, replacing multiple paid tools. No code was written.
How Claude Code scales to 500K+ line monorepos
Claude Code handles 500K+ line monorepos via hierarchical context management using AST parsing and git history, achieving 94% accuracy on multi-file edits.
Claude Code `/goal` Enables Autonomous Dev Loops With Evaluator Check
Claude Code v2.1.139 adds `/goal` for autonomous dev loops with a separate evaluator model, freeing developers from per-step prompting.
Claude Code's Six-Layer Architecture: Harness, Not Magic
Claude Code's six-layer architecture uses a 3-layer context compressor at 92% threshold and Redis-based multi-agent FSM protocol. The model is just one node in a harness.
Claude Code Head Says AI Now Writes All His Production Code
Claude Code head Boris Cherny says all his production code is now AI-written, shifting his role from coder to prompt engineer over the past six months.
Claude Code Regression: How to Diagnose and Fix the Recent Quality Drop
Anthropic's postmortem reveals three regressions in Claude Code: reasoning effort, context retention, and verbosity changes. Here's how to diagnose and fix them.
Opus 4.6 Is Gone from Claude Code: What Developers Should Do Now
Claude Code users must now work with Opus 4.7 exclusively, as 4.6 has been silently removed, impacting cost and workflow decisions.
Claude Code's New Repo-Resolver Fixes Monorepo and Remote URL Headaches
Claude Code's runtime now uses a unified repo-resolver package, providing consistent project identification across all its services and correctly handling monorepos and various git remote URL formats.
ChatGPT App Code Hints at Upcoming Image Feature Announcement
A developer found new strings in the ChatGPT app's code referencing an 'image announcement,' signaling a likely upcoming feature reveal from OpenAI.
Connect Claude Code to EClaw for Autonomous Kanban Task Execution
Set up the claude-code-eclaw-channel bridge to have Claude Code autonomously execute tasks assigned via EClaw Kanban, with progress reporting and phone-based permissions.
Graphify: Open-Source Tool Builds Knowledge Graphs from Code & Docs in One Command
Developer shipped Graphify, an open-source tool that builds queryable knowledge graphs from code, docs, and images in one command. It uses a two-pass pipeline with tree-sitter and Claude subagents, achieving 71.5x fewer tokens per query versus reading raw files.
Efficient Universal Perception Encoder (EUPE) Family Challenges DINOv2
Researchers introduced the Efficient Universal Perception Encoder (EUPE), a family of compact vision models that achieve performance rivaling the larger DINOv2. This could enable high-quality visual understanding on resource-constrained devices.
How a 12-Hour Autonomous Claude Code Loop Built a Full-Stack Dog Tracker
A developer's autonomous Claude Code system built a sophisticated dog tracking application with 67K lines of code across 133 sessions, showcasing the potential of fully automated build pipelines.
GitNexus Open Sources Codebase Knowledge Graph Engine for AI Agents
GitNexus, an open-source knowledge graph engine, autonomously indexes codebases to map dependencies and execution flows. It integrates with Claude Code, Cursor, and Windsurf via MCP to give AI agents architectural awareness, preventing breaking changes.
OpenAI Codex Now Translates C++, CUDA, and Python to Swift and Python for CoreML Model Conversion
OpenAI's Codex AI code generator is now being used to automatically rewrite C++, CUDA, and Python code into Swift and Python specifically for CoreML model conversion, a previously manual and error-prone process for Apple ecosystem deployment.
Install ContextZip to Slash Node.js Stack Trace Token Waste in Claude Code
Install the ContextZip tool to filter out useless Node.js internal stack frames from your terminal, preserving Claude Code's context for your actual code.
Claude Code's 'Safety Layer' Leak Reveals Why Your CLAUDE.md Isn't Enough
Claude Code's leaked safety system is just a prompt. For production agents, you need runtime enforcement, not just polite requests.
OpenAI Announces 'AI Superapp' Vision, Aiming to Consolidate ChatGPT, Codex, and Browsing into a Single Platform
OpenAI announced a vision for an 'AI superapp,' moving from separate tools like ChatGPT and Codex to a unified platform. The strategic goal is to leverage consumer scale to achieve enterprise dominance and become core AI infrastructure.
Base44 Launches Superagent Skills: No-Code Library for Adding Domain-Specific Functions to AI Agents
Base44 has launched Superagent Skills, a library of pre-built, domain-specific functions that can be added to AI agents with a single click. The no-code system allows for combining skills and creating custom ones via natural language description.
OpenAI Expands Codex Plugin Ecosystem to Slack, Figma, Notion, and Gmail
OpenAI has rolled out new plugins connecting its Codex model to productivity tools like Slack, Figma, Notion, and Gmail, moving code generation beyond the IDE into broader workflows.
Anthropic's Claude Code Now Acts as Autonomous PR Agent, Fixing CI Failures & Review Comments in Background
Anthropic has transformed Claude Code into a persistent pull request agent that monitors GitHub PRs, reacts to CI failures and reviewer comments, and pushes fixes autonomously while developers are offline. The system runs on Anthropic-managed cloud infrastructure, enabling full repo operations without local compute.
Claude Code's 'Black Box' Thinking: Why Your Prompts Need More Context, Not Less
Anthropic's interpretability research reveals Claude uses parallel strategies you can't see. Feed Claude Code more project context, not less, to trigger its most effective reasoning patterns.
Anthropic Launches Claude Code Auto Mode: AI Can Now Make Permission Decisions During Code Execution
Anthropic has launched Claude Code Auto Mode, a feature allowing the AI to autonomously make permission decisions during code execution. This represents a significant shift toward agentic AI development workflows.
Turn Claude Code Into an Autonomous Research Agent with This MIT-Licensed Skill
A new, generalized 'ResearcherSkill' for Claude Code automates systematic code experiments, letting you optimize any measurable function, not just ML models.
Boris Cherny's Claude Code Tips Are Now a Skill. Here Is What the Complete Collection Reveals.
A curated collection of expert Claude Code tips is now available as a shareable 'Skill,' revealing proven workflows for faster, more reliable agentic coding.
Claude Opus 4.6's Security Audit Power Is Now in Claude Code
The new Claude Opus 4.6 model, which found 500+ high-severity open-source flaws, is now available in Claude Code for automated security auditing.
Claude Code Plugin 'Understand' Generates Interactive Knowledge Graphs from Codebases
A new Claude Code plugin called 'Understand' automatically analyzes any codebase to create an interactive knowledge graph. It enables developers to query code in plain English, visualize dependencies, and generate onboarding guides.
Coinbase CEO: AI Agents Now Write Over 50% of Code, Resolve 60% of Support Tickets
Coinbase CEO Brian Armstrong reports AI agents now generate over half of the company's code and resolve 60% of support tickets. The company equips these agents with stablecoin wallets for autonomous machine-to-machine payments.
GitHub MCP Server Now Scans for Secrets in Claude Code — Here's How to Use It
The GitHub MCP Server can now scan your code changes for exposed secrets before you commit, preventing credential leaks directly in your Claude Code workflow.