Agentic Coding
Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.
MCP setup simplified, agent autonomy scored, marketing skills hit v2.0
2 Min. Lesezeit
Cursor MCP Setup Guide
Your MCP servers now work identically in Cursor and Claude Code.
A new setup guide walks through creating .cursor/mcp.json files at project or global level, using the exact same JSON format Claude Desktop expects [Source: ClaudeFast]. You get web search, GitHub integration, database access, and browser automation without leaving your editor. The troubleshooting section covers the common gotchas—MCP not enabled in settings, JSON syntax errors, environment variables not inherited, and remote connectivity failures. Key insight: server packages are fully interchangeable between Cursor and Claude Code, though Cursor optimizes for IDE-bound editing while Claude Code excels at terminal orchestration with lazy-loading tool search.
Worth revisiting your MCP setup if you've been running different configs across tools.
Agent Autonomy Framework
There's now a rubric for measuring how agentic your coding agent actually is.
A 36-point scoring framework evaluates agents on autonomy, reliability, and real-world complexity handling [Source: Agentic.ai]. The key differentiators for advanced users: codebase awareness across full repository indexing, integration depth spanning IDEs and CI/CD pipelines, and operator sovereignty—whether changes require approval or happen independently. Devin scored 17/36 as an adaptive collaborator that plugs into Slack, Linear, and Jira. The best practice emerging: match autonomy levels to your risk tolerance, not to feature lists.
Good framework for evaluating whether your current setup is under or over-automated.
Marketing Skills Library
Your Claude Code agents can now handle marketing tasks without custom prompting.
A new skills repository ships over 60 marketing-specific skills covering conversion optimization, copywriting, SEO, analytics, and growth engineering [Source: GitHub]. The v2.0 update consolidates and renames 17 skills with migration guidance for existing users. Installation works via npx, Claude Code plugin, git submodule, or SkillKit for multi-agent setups. Skills trigger contextually when you ask for marketing help, or you invoke them directly with commands like /cro or /emails. The hierarchy uses product-marketing as the foundation skill that all others reference.
If you're building SaaS and handling your own marketing, this plugs straight into your existing skill stack.
GitHub CI Triage Agent
Your CI failures can now investigate themselves—with guardrails.
A new tutorial shows how to build a GitHub Agentic Workflow that reads failed Actions runs, analyzes logs, and proposes diagnostic issues in staged mode before any repository write happens [Source: Dev.to]. The security model layers permissions, read-only tools, network policies, and safe-output controls. Proposed issues appear only in the workflow summary until you explicitly promote them to trusted automation. The approach treats all inspected data as untrusted and prefers noop over unsupported diagnoses—multiple verification layers rather than relying on prompt instructions alone.
Connects directly to the staged rollout patterns you've been building into your own agent workflows.
Cursor MCP Servers: Complete Setup Guide for 2026 - Claude Fast21 hours ago ... Step-by-step guide with troubleshooting, working configs, and Cursor vs Claude Code comparison. ... See our browser automation guide for advanced patterns.claudefa.st

Set up MCP servers in Cursor to extend your IDE with external tools and data sources. Create a .cursor/mcp.json file in your project root or ~/.cursor/mcp.json globally, then add server configurations using the same JSON format as Claude Desktop. Cursor supports web search, GitHub integration, database access, browser automation, and file operations through MCP servers, enabling you to look up API docs mid-conversation, triage issues, inspect database schemas, and automate testing workflows without leaving the editor. Both project-level and global configurations are supported, and you can set up servers either manually by editing JSON or through the Command Palette. Key troubleshooting steps include enabling MCP in Cursor settings, verifying JSON syntax, checking the MCP output panel for errors, ensuring environment variables are properly inherited, and confirming remote server connectivity. Cursor and Claude Code share the same Model Context Protocol, so MCP server packages are interchangeable between them, though Cursor optimizes for IDE-bound work with full multi-cursor editing and inline suggestions, while Claude Code excels at terminal-based orchestration and handling many servers through lazy-loading tool search.
20 Best AI Coding Agents in 202613 hours ago ... Agentic coding is a development workflow where the AI agent — not the developer — drives the code-writing loop: it plans the change, edits files across the ...agentic.ai
Agentic coding represents a workflow paradigm where AI agents autonomously drive the edit-test-fix loop, planning multi-file changes, executing tasks, and iterating until completion while developers direct and review. The 2026 landscape shows top coding agents evaluated on a 36-point agenticness framework measuring autonomy, reliability, and real-world complexity handling—Devin scored 17/36 as an adaptive collaborator integrating with Slack, Teams, Linear, and Jira to delegate migrations, refactors, and bug fixes with PR review. Key differentiators for advanced practitioners include codebase awareness across full repository indexing and multi-session context maintenance, integration depth spanning IDEs and CI/CD pipelines to minimize context switching, and operator sovereignty ranging from approval-required changes to independent multi-file refactoring. Best practices emphasize matching autonomy levels to risk tolerance and workflow needs, with open-source options now competitive with proprietary tools for self-hosted security and compliance requirements.
Marketing skills for Claude Code and AI agents. CRO ... - GitHub13 hours ago ... Works with Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec. Built by Corey Haines. Need hands-on help? Check out ...github.com
This repository provides a collection of AI agent skills designed for marketing tasks, built to work with Claude Code, Cursor, Windsurf, and other agents supporting the Agent Skills spec. The skills are markdown files that give AI agents specialized knowledge and workflows, structured hierarchically with product-marketing as the foundation skill that all others reference. Installation can be done via CLI (npx skills), Claude Code plugin, direct cloning, git submodule, or SkillKit for multi-agent environments. The v2.0 update consolidates and renames 17 skills, with migration guidance provided for upgrading from v1.x. Over 60 skills are available across categories including conversion optimization, content and copy, SEO, paid distribution, measurement, growth engineering, and sales enablement, each triggered contextually when users request help with specific marketing tasks or can be invoked directly with commands like /cro or /emails.
From Markdown to Guarded Automation: Build Your First GitHub ...19 hours ago ... Build a guarded GitHub Agentic Workflow that investigates CI failures using staged, scoped and reviewable writes. Tagged with github, githubactions, devops, ...dev.to

This tutorial demonstrates building a GitHub Agentic Workflow for CI failure triage using natural-language reasoning within bounded security guardrails. The workflow reads failed GitHub Actions runs, analyzes logs and jobs, and proposes diagnostic issues in staged mode for maintainer review before any repository write occurs. Key practices include layered security boundaries through permissions, read-only tools, network policies, and safe-output controls; structured prompting that treats all inspected data as untrusted and prefers noop over unsupported diagnoses; and staged rollout where proposed issues appear only in the workflow summary until explicitly promoted to trusted automation. The tutorial emphasizes compiling Markdown source into reviewable lock files, validating with strict checks, testing in sandboxes, monitoring cost through AI Credits, and maintaining maintainer control through multiple independent verification layers rather than relying solely on natural-language instructions.