# AI Coding Agents

Published articles for AI Coding Agents.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## \[Aug 2026\] AI Community -- Activity Highlights and Achievements

DevFeed: [\[Aug 2026\] AI Community -- Activity Highlights and Achievements](<https://devfeed.tech/articles/aug-2026-ai-community-activity-highlights-and-achievements-41358.md>)

Original publisher: [Read original article](<https://medium.com/google-developer-experts/aug-2026-ai-community-activity-highlights-and-achievements-25e3b1ee42b1?source=rss----a67bd6fa7d58---4>)

Author: Nari Yoon

Published: 2026-09-17T05:12:15Z

Content type: article

Language: en

Sources: [Google Developer Experts - Medium](<https://devfeed.tech/sources/google-developer-experts-medium.md>)

Topics: [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [google-antigravity](<https://devfeed.tech/topics/google-antigravity.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [computer-use](<https://devfeed.tech/topics/computer-use.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [antigravity](<https://devfeed.tech/tags/antigravity.md>), [api](<https://devfeed.tech/tags/api.md>), [automation](<https://devfeed.tech/tags/automation.md>), [community](<https://devfeed.tech/tags/community.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [google-ai](<https://devfeed.tech/tags/google-ai.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [paper](<https://devfeed.tech/tags/paper.md>), [pitfalls](<https://devfeed.tech/tags/pitfalls.md>)

### AI overview

A monthly roundup of Google AI community activities and achievements, covering Antigravity prototyping and engineering, AI coding agents, MCP-based remote control, computer-use agent orchestration, earthquake research, and TPU fine-tuning and migration guidance.

### Source excerpt

We love sharing the accomplishments of the Google AI communities over the month. We appreciate all the hard work and dedication of our community members. Without further ado, here are the key highlights by products! Agentic DevelopmentAntigravityPrototype App: OCR and Text Extraction by the author Prototyping and Bringing Ideas to Application Using Google AI Studio and Antigravity 2.0 by AI GDE Joan Santoso (Indonesia) shares a rapid prototyping workflow building an AI-powered Form Extractor using the Gemini API, featuring a lightweight OCR and text extraction workflow. Antigravity Engineering Series by GDE Amulya Bhatia (Germany) focuses on key features of Antigravity 2.0 across 10 articles covering topics such as multi-agent orchestration, safety architecture, and workflow automation, accompanied by source code examples. (image soruce) Remote Control for Google Antigravity: Drive Your AI Coding Agent From Telegram 🛰 by GDE Nicola Guglielmi (Italy) introduces an open-source MCP server that turns Telegram into a remote control surface for AI coding agents. Before the Quake: How Antigravity CLI's AI Agents & IoT Data Predict Earthquakes by GDE Kanshi Tanaike (Japan) introduces the paper establishing Unified LAIC-AGW Theory by integrating ultra-dense IoT weather data with seismic moment tensors. It demonstrates a pre-seismic early warning capability by capturing enthalpy anomalies and acoustic-gravity waves. ADKAI GDE Henry Ruiz (US) and AI GDE Margaret Maynard-Reid (US) AI GDE Henry Ruiz (US) and AI GDE Margaret Maynard-Reid (US) introduced UISurf: An Operator-Centric Multi-Agent Platform for Observable and Cross-Environment UI Automation at the Agentic AI Summit 2026. They highlighted how the model-agnostic framework leverages the Google Cloud and Gemini ecosystems, such as GEAP and ADK, to orchestrate and evaluate computer-use agents across web, desktop, and mobile environments. Frameworks and ResearchTPU Introduction to SFT on TPU with Tunix -- 10 pitfalls until 2

## How to Review AI-Generated Python Code Efficiently

DevFeed: [How to Review AI-Generated Python Code Efficiently](<https://devfeed.tech/articles/how-to-review-ai-generated-python-code-efficiently-31493.md>)

Original publisher: [Read original article](<https://realpython.com/review-ai-generated-code/>)

Author: Leodanis Pozo Ramos

Published: 2026-09-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Python](<https://devfeed.tech/topics/python.md>), [Pytest](<https://devfeed.tech/topics/pytest.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [code](<https://devfeed.tech/tags/code.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [python](<https://devfeed.tech/tags/python.md>), [review](<https://devfeed.tech/tags/review.md>)

### AI overview

This tutorial presents a five-step workflow for reviewing AI-generated Python code. It recommends clarifying the code's intent, running automated checks such as ruff, mypy, bandit, and pytest, inspecting higher-risk areas, and confirming problems by running the code before fixing them.

### Source excerpt

Learn an efficient workflow to review AI-generated code in Python: run ruff, mypy, bandit, and pytest, then catch the bugs agents get wrong.

## sem-ai 0.4.0: smaller responses, safer access, and pre-flight checks

DevFeed: [sem-ai 0.4.0: smaller responses, safer access, and pre-flight checks](<https://devfeed.tech/articles/sem-ai-0-4-0-smaller-responses-safer-access-and-pre-flight-checks-30850.md>)

Original publisher: [Read original article](<https://semaphore.io/blog/sem-ai-0.4.0-smaller-responses,-safer-access,-and-pre-flight-checks>)

Author: Pete Miloravac

Published: 2026-09-16T12:01:04Z

Content type: release

Language: en

Sources: [Semaphore Engineering](<https://devfeed.tech/sources/semaphore-engineering.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [API](<https://devfeed.tech/topics/api.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [product-news](<https://devfeed.tech/tags/product-news.md>), [release](<https://devfeed.tech/tags/release.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

Semaphore's sem-ai 0.4.0 release adds more compact workflow and pipeline responses, context switching across organizations and credentials, and support for managing pre-flight checks. The update is aimed at reducing context usage and enabling more targeted permissions for AI coding agents.

### Source excerpt

AI coding agents work best when they receive the right information without unnecessary noise. They also need clearly defined permissions and reliable safeguards for the changes they make. sem-ai 0.4.0 improves all three areas. The release introduces more compact pipeline responses, flexible context switching, and support for Semaphore pre-flight checks. Watch Nick demonstrate the new [...] The post sem-ai 0.4.0: smaller responses, safer access, and pre-flight checks appeared first on Semaphore.

## Meta lets Claude and Codex configure WhatsApp Business via MCP

DevFeed: [Meta lets Claude and Codex configure WhatsApp Business via MCP](<https://devfeed.tech/articles/meta-lets-claude-and-codex-configure-whatsapp-business-via-mcp-26951.md>)

Original publisher: [Read original article](<https://thenewstack.io/meta-mcp-whatsapp-business-claude/>)

Author: Paul Sawers

Published: 2026-09-15T22:08:56Z

Content type: news

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [codex](<https://devfeed.tech/topics/codex.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [claude](<https://devfeed.tech/tags/claude.md>), [codex](<https://devfeed.tech/tags/codex.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [meta](<https://devfeed.tech/tags/meta.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [product](<https://devfeed.tech/tags/product.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Meta announced a WhatsApp Business Tools MCP server that lets developers connect Claude or Codex to selected businesses they administer. The agents can help configure WhatsApp Business accounts, verify phone numbers, manage templates, and perform related API tasks, with access scoped to the businesses the developer selects.

### Source excerpt

Any business worth its salt in 2026 needs to be embracing the right tools to reach its customers, and few The post Meta lets Claude and Codex configure WhatsApp Business via MCP appeared first on The New Stack.

## Red Hat Developer Hub: Preventing compliance violations with AI coding agents

DevFeed: [Red Hat Developer Hub: Preventing compliance violations with AI coding agents](<https://devfeed.tech/articles/red-hat-developer-hub-preventing-compliance-violations-with-ai-coding-agents-26750.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/15/red-hat-developer-hub-preventing-compliance-violations-ai-coding-agents>)

Author: Evan Shortiss, Ben Wilcock

Published: 2026-09-15T13:17:13Z

Content type: tutorial

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Backstage](<https://devfeed.tech/topics/backstage.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [backstage](<https://devfeed.tech/tags/backstage.md>), [catalog](<https://devfeed.tech/tags/catalog.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This tutorial demonstrates how an AI coding agent connected to Red Hat Developer Hub can query a Backstage software catalog, TechDocs, and software templates before making architectural decisions. Using a simulated insurance-company catalog, the demo shows how this context can help avoid PCI-DSS compliance violations, resolve governance conflicts, and create a traceable decision record.

### Source excerpt

AI coding agents can generate entire services, reason about architectures, and scaffold applications in minutes. But ask one to build a service for your organization and you'll quickly notice the gap: it doesn't know your rules. It doesn't know which messaging broker your compliance team mandates, which services already exist in adjacent domains, or which project template is the golden path for your team. The post Red Hat Developer Hub: Preventing compliance violations with AI coding agents appeared first on Red Hat Developer.

## Rails Hyperdrive: supercharged agentic development for Rails

DevFeed: [Rails Hyperdrive: supercharged agentic development for Rails](<https://devfeed.tech/articles/rails-hyperdrive-supercharged-agentic-development-for-rails-26897.md>)

Original publisher: [Read original article](<https://evilmartians.com/chronicles/rails-hyperdrive-supercharged-agentic-development-for-rails>)

Author: Travis Turner (richardturner@evilmartians.com)

Published: 2026-09-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Evil Martians](<https://devfeed.tech/sources/evil-martians.md>)

Topics: [Ruby on Rails](<https://devfeed.tech/topics/ruby-on-rails.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agent-experience](<https://devfeed.tech/tags/agent-experience.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rails](<https://devfeed.tech/tags/rails.md>), [ruby-on-rails](<https://devfeed.tech/tags/ruby-on-rails.md>), [ruby-on-rails-consulting](<https://devfeed.tech/tags/ruby-on-rails-consulting.md>)

### AI overview

This tutorial introduces Rails Hyperdrive, a development-only Rails engine that gives AI coding agents live answers from a booted Rails application and lets gems provide agent guidance through Gemfile-gated knowledge. It covers installation, MCP server setup, skills, sub-agents, slash commands, upgrades, and integration for gem authors.

### Source excerpt

Introducing Rails Hyperdrive: a development-only Rails engine that gives AI coding agents live answers from your booted app and lets any gem in your bundle ship guidance gated to your Gemfile. Convention over configuration, applied to agent knowledge.

## Agentic Engineering in Python: From Vibes to Evidence

DevFeed: [Agentic Engineering in Python: From Vibes to Evidence](<https://devfeed.tech/articles/agentic-engineering-in-python-from-vibes-to-evidence-21091.md>)

Original publisher: [Read original article](<https://realpython.com/agentic-engineering/>)

Author: Ben Batman

Published: 2026-09-14T14:00:00Z

Content type: tutorial

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Python](<https://devfeed.tech/topics/python.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Test-driven development](<https://devfeed.tech/topics/tdd.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-engineering](<https://devfeed.tech/tags/agentic-engineering.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [cheat-sheet](<https://devfeed.tech/tags/cheat-sheet.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [learning](<https://devfeed.tech/tags/learning.md>), [python](<https://devfeed.tech/tags/python.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

This tutorial presents agentic engineering in Python as a disciplined workflow for delegating bounded tasks to AI coding agents while retaining human control over intent, constraints, review, and release decisions. It explains execution and acceptance loops, the Engineering Evidence Ladder, and the RECAP review method for evaluating agent-generated changes with tests, type hints, refactoring, and code review.

### Source excerpt

Move from vibe coding to agentic engineering in Python, using tests, types, and code review to prove an AI agent's changes are safe to keep.

## Quiz: Agentic Engineering in Python: From Vibes to Evidence

DevFeed: [Quiz: Agentic Engineering in Python: From Vibes to Evidence](<https://devfeed.tech/articles/quiz-agentic-engineering-in-python-from-vibes-to-evidence-17375.md>)

Original publisher: [Read original article](<https://realpython.com/quizzes/agentic-engineering/>)

Author: Real Python

Published: 2026-09-14T12:00:00Z

Content type: tutorial

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

An interactive eight-question quiz about agentic engineering in Python, covering bounded task delegation to AI coding agents, agent and human review loops, and the RECAP method for evaluating candidate diffs.

### Source excerpt

Test your understanding of agentic engineering in Python, from bounded tasks and review loops to the evidence that makes a diff safe to keep.

## How to secure AI coding agents with permissions, approval gates, hooks, and sandboxing

DevFeed: [How to secure AI coding agents with permissions, approval gates, hooks, and sandboxing](<https://devfeed.tech/articles/how-to-secure-ai-coding-agents-30026.md>)

Original publisher: [Read original article](<https://www.augmentedswe.com/p/secure-ai-coding-agents>)

Author: Jeff Morhous

Published: 2026-09-08T10:07:38Z

Content type: tutorial

Language: en

Sources: [The AI-Augmented Engineer](<https://devfeed.tech/sources/the-ai-augmented-engineer.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [least-privilege](<https://devfeed.tech/tags/least-privilege.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [sandboxing](<https://devfeed.tech/tags/sandboxing.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The article explains why coding-agent instructions such as CLAUDE.md are behavioral guidance rather than enforceable security boundaries. It discusses least privilege, Claude Code permissions, approval gates, hooks, and sandboxing as technical controls for limiting agent actions.

### Source excerpt

Learn how to use the principle of least privilege, Claude Code permissions, approval gates, hooks, and sandboxing to keep your agentic coding secure

## Audit Your Auth0 Tenant with Auth0 Agent Skills

DevFeed: [Audit Your Auth0 Tenant with Auth0 Agent Skills](<https://devfeed.tech/articles/audit-your-auth0-tenant-with-auth0-agent-skills-15637.md>)

Original publisher: [Read original article](<https://auth0.com/blog/audit-your-auth0-tenant-with-auth0-agent-skills/>)

Author: Carlos Aguilar

Published: 2026-09-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Auth0 Blog](<https://devfeed.tech/sources/auth0-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Security](<https://devfeed.tech/topics/security.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [auth0](<https://devfeed.tech/tags/auth0.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This article introduces Auth0 Agent Skills, including the Auth0 HealthCheck skill, which gives local AI coding agents scoped visibility into a live Auth0 tenant. It audits security and configuration, evaluates plan and use-case fit, generates reports and recommendations, and provides approved Auth0 CLI fixes without automatically applying changes.

### Source excerpt

Audit your Auth0 tenant's security and configuration, assess capability and plan fit, and generate a personalized report with prioritized recommendations for B2C, B2B, or internal applications.

## Red Hat Developer Hub software template authoring with rhdh-templates

DevFeed: [Red Hat Developer Hub software template authoring with rhdh-templates](<https://devfeed.tech/articles/red-hat-developer-hub-software-template-authoring-with-rhdh-templates-12346.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/07/red-hat-developer-hub-software-template-authoring-rhdh-templates>)

Author: Kashish Mittal

Published: 2026-09-07T07:01:32Z

Content type: tutorial

Language: en

Sources: [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [Backstage](<https://devfeed.tech/topics/backstage.md>), [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [Nunjucks](<https://devfeed.tech/topics/nunjucks.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [YAML](<https://devfeed.tech/topics/yaml.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [backstage](<https://devfeed.tech/tags/backstage.md>), [developer-portal](<https://devfeed.tech/tags/developer-portal.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [quick-start](<https://devfeed.tech/tags/quick-start.md>), [red-hat](<https://devfeed.tech/tags/red-hat.md>), [software-templates](<https://devfeed.tech/tags/software-templates.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

This tutorial introduces the rhdh-templates skill for building Red Hat Developer Hub and Backstage software templates with an AI coding assistant. It covers Nunjucks conventions, YAML schema checking, reference templates, local offline validation, repository templatization, and optional testing against a Red Hat Developer Hub instance.

### Source excerpt

If you are a platform engineer or developer building Red Hat Developer Hub software templates, you know the friction of wrestling with Nunjucks syntax, guessing location.yaml placements, and discovering errors only after rendering in your developer portal. While AI coding agents handle generic YAML, they lack Red Hat Developer Hub and Backstage-specific conventions. The post Red Hat Developer Hub software template authoring with rhdh-templates appeared first on Red Hat Developer.

## CircleCI is now available on Cursor Origin

DevFeed: [CircleCI is now available on Cursor Origin](<https://devfeed.tech/articles/circleci-is-now-available-on-cursor-origin-13350.md>)

Original publisher: [Read original article](<https://circleci.com/blog/circleci-cursor-origin/>)

Author: Nathan Fish

Published: 2026-09-01T18:45:00Z

Content type: release

Language: en

Sources: [The CircleCI Blog Feed | CircleCI](<https://devfeed.tech/sources/the-circleci-blog-feed-circleci.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>)

Tags: [agentic-ci-cd](<https://devfeed.tech/tags/agentic-ci-cd.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [ci](<https://devfeed.tech/tags/ci.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [circleci](<https://devfeed.tech/tags/circleci.md>), [circleci-cursor-origin](<https://devfeed.tech/tags/circleci-cursor-origin.md>), [circleci-news](<https://devfeed.tech/tags/circleci-news.md>), [cursor-origin](<https://devfeed.tech/tags/cursor-origin.md>), [cursor-origin-ci-cd](<https://devfeed.tech/tags/cursor-origin-ci-cd.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [origin-ci-cd-integration](<https://devfeed.tech/tags/origin-ci-cd-integration.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

CircleCI has released a beta integration with Cursor Origin, allowing teams to connect Origin-hosted repositories and run CI/CD pipelines on pushes and pull requests. The integration supports agent-oriented validation through parallel execution, targeted testing, and feedback via the CircleCI CLI and MCP.

### Source excerpt

CircleCI now integrates with Cursor Origin in beta. Connect an Origin repo, keep your existing .circleci/config.yml, and add agent-friendly CI/CD to your Origin projects.

## How AI Coding Agents Are Changing Software Engineering

DevFeed: [How AI Coding Agents Are Changing Software Engineering](<https://devfeed.tech/articles/ai-made-me-faster-but-it-also-made-me-distracted-28568.md>)

Original publisher: [Read original article](<https://thehustlingengineer.substack.com/p/ai-made-me-faster-but-it-also-made>)

Author: Hemant Pandey

Published: 2026-09-01T14:15:23Z

Content type: opinion

Language: en

Sources: [The Hustling Engineer](<https://devfeed.tech/sources/the-hustling-engineer.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>)

### AI overview

The article discusses how AI coding agents have changed the way software engineers work.

### Source excerpt

AI coding agents have changed the way software engineers work.

## AI-assisted customization may reshape how software is built

DevFeed: [AI-assisted customization may reshape how software is built](<https://devfeed.tech/articles/the-age-of-customized-software-or-custom-made-software-38742.md>)

Original publisher: [Read original article](<https://www.paleblueapps.com/rockandnull/age-of-customized-software/>)

Author: Mike Yerou

Published: 2026-09-01T12:42:38Z

Content type: opinion

Language: en

Sources: [Rock and Null](<https://devfeed.tech/sources/rock-and-null.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [software](<https://devfeed.tech/tags/software.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

The article argues that AI coding agents and vibe coding are lowering the cost of custom software, but suggests the future may involve customizing capable software platforms rather than building and maintaining applications entirely from scratch.

### Source excerpt

AI is changing the economics of custom software. The future may not be everyone building from scratch, but rather customizing a strong software base to fit their specific needs.

## Why AI coding agents need context graphs

DevFeed: [Why AI coding agents need context graphs](<https://devfeed.tech/articles/why-ai-coding-agents-need-context-graphs-12642.md>)

Original publisher: [Read original article](<https://blog.postman.com/why-ai-coding-agents-need-context-graphs/>)

Author: Talia Kohan

Published: 2026-08-25T16:00:00Z

Content type: article

Language: en

Sources: [Postman Blog](<https://devfeed.tech/sources/postman-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [coding](<https://devfeed.tech/topics/coding.md>), [API](<https://devfeed.tech/topics/api.md>), [internal developer platform](<https://devfeed.tech/topics/internal-developer-platform.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [long-context](<https://devfeed.tech/topics/long-context.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [api-governance](<https://devfeed.tech/tags/api-governance.md>), [apis](<https://devfeed.tech/tags/apis.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developer-platform](<https://devfeed.tech/tags/developer-platform.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [general](<https://devfeed.tech/tags/general.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [knowledge-graphs](<https://devfeed.tech/tags/knowledge-graphs.md>)

### AI overview

The article argues that AI coding agents struggle in real codebases primarily because they lack access to a knowledge graph connecting code, APIs, services, ownership, dependencies, policies, and related organizational context. It describes service catalogs, API registries, ownership maps, dependency graphs, and internal developer platforms as different forms of the same underlying structure. It also argues that simply increasing the context window does not solve retrieval and context-quality problems.

### Source excerpt

AI coding agents don't fail from small context windows. They fail without a knowledge graph of your code, APIs, and vendors. The post Why AI coding agents need context graphs appeared first on Postman Blog.

## Proficient Android AI training program addresses AI-agent workflows for Android teams

DevFeed: [Proficient Android AI training program addresses AI-agent workflows for Android teams](<https://devfeed.tech/articles/android-development-is-changing-fast-don-t-be-the-engineer-catching-up-later-37908.md>)

Original publisher: [Read original article](<https://newsletter.jorgecastillo.dev/p/android-development-is-changing-fast>)

Author: Jorge Castillo

Published: 2026-08-25T07:21:15Z

Content type: opinion

Language: en

Sources: [Effective Android](<https://devfeed.tech/sources/effective-android.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [android-development](<https://devfeed.tech/topics/android-development.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Development](<https://devfeed.tech/topics/development.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The author describes common problems Android teams encounter when using AI coding agents, including repeated context, nondeterministic output, poorly reviewed code, generic prompts, fragile tests, and oversized pull requests. The article announces Proficient Android AI, a practical training program focused on improving AI-agent workflows for Android engineers and teams.

### Source excerpt

Proficient Android AI teaches Android engineers how to get ahead with AI agents now: better output, fewer wasted tokens, more deterministic results, and workflows built for real Android teams.

## What Does Xirp Do? Key Features, Use Cases, and Alternatives

DevFeed: [What Does Xirp Do? Key Features, Use Cases, and Alternatives](<https://devfeed.tech/articles/what-does-xirp-do-key-features-use-cases-and-alternatives-12316.md>)

Original publisher: [Read original article](<https://www.port.io/blog/xirp-overview>)

Author: Zohar Einy

Published: 2026-08-18T14:34:23Z

Content type: article

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [Backstage](<https://devfeed.tech/topics/backstage.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [backstage](<https://devfeed.tech/tags/backstage.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [macos](<https://devfeed.tech/tags/macos.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>), [software-catalog](<https://devfeed.tech/tags/software-catalog.md>)

### AI overview

Xirp is Spotify's macOS desktop app for running Claude Code, Codex, and Gemini in parallel persistent terminal sessions. It provides isolated git worktrees, preserves session context when switching agents, and can connect to Spotify Portal so agents receive software catalog context through MCP.

### Source excerpt

Xirp is Spotify's app for running AI coding agents in parallel sessions. What it does, when to use it, and the main alternatives.

## Human in the loop: Do you need it at every step?

DevFeed: [Human in the loop: Do you need it at every step?](<https://devfeed.tech/articles/human-in-the-loop-do-you-need-it-at-every-step-12242.md>)

Original publisher: [Read original article](<https://www.port.io/blog/human-in-the-loop-for-ai-coding-agents>)

Author: Matar Peles

Published: 2026-08-10T11:35:04Z

Content type: article

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [production](<https://devfeed.tech/tags/production.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>)

### AI overview

This article explains how human oversight should adapt as AI coding agents move from suggesting code to taking actions in production. It compares rule-based gates, which apply predefined conditions, with risk-based gates, which assess each action dynamically and involve a human when risk exceeds a threshold.

### Source excerpt

Explore rule-based vs risk-based guardrails for AI coding agents and when human review is truly needed in the loop.

## sbx: Sandboxed Claude, complete with PHP and tools

DevFeed: [sbx: Sandboxed Claude, complete with PHP and tools](<https://devfeed.tech/articles/sbx-sandboxed-claude-complete-with-php-and-tools-33289.md>)

Original publisher: [Read original article](<https://freek.dev/3175-sbx-sandboxed-claude-complete-with-php-and-tools>)

Author: Freek Van der Herten (freek@spatie.be)

Published: 2026-08-10T10:30:04Z

Content type: tutorial

Language: en

Sources: [freek.dev - all blogposts](<https://devfeed.tech/sources/freek-dev-all-blogposts.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [docker](<https://devfeed.tech/tags/docker.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [sandboxing](<https://devfeed.tech/tags/sandboxing.md>), [security](<https://devfeed.tech/tags/security.md>), [setup](<https://devfeed.tech/tags/setup.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

A practical walkthrough of running Claude Code inside Docker's new sbx sandbox, including a custom PHP setup and additional tools for open source work. It also explains why sandboxing AI coding agents can be a sensible default.

### Source excerpt

A practical walkthrough for running Claude Code inside Docker's new sbx sandbox, with a custom PHP setup and extra tools for open source work. Benjamin also explains why sandboxing AI coding agents is the sensible default. Read more

## Nicholas Arcolano on why 10x the tokens buys only 2x the output

DevFeed: [Nicholas Arcolano on why 10x the tokens buys only 2x the output](<https://devfeed.tech/articles/nicholas-arcolano-on-why-10x-the-tokens-buys-only-2x-the-output-16035.md>)

Original publisher: [Read original article](<https://workos.com/blog/nicholas-arcolano-jellyfish-token-maxing-diminishing-returns>)

Author: WorkOS

Published: 2026-08-05T23:48:14Z

Content type: news

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

Nicholas Arcolano of Jellyfish discusses token-maxing, AI coding agents, and the limits of using token consumption as a productivity measure. Jellyfish data indicates that the top 10% of engineers are about twice as productive as the median while spending 10 times as many tokens, with returns thinning as spending increases.

### Source excerpt

Jellyfish Head of Research Nicholas Arcolano talks to Michael Grinich at AI Engineer World's Fair 2026 about token maxing, agent regimes, and real limits.

## Agentic Coding: Bet on the Primitives

DevFeed: [Agentic Coding: Bet on the Primitives](<https://devfeed.tech/articles/agentic-coding-bet-on-the-primitives-18935.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/agentic-coding-bet-on-primitives/>)

Author: Robin Wieruch

Published: 2026-07-31T06:00:00Z

Content type: opinion

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [React](<https://devfeed.tech/topics/react.md>), [SVG](<https://devfeed.tech/topics/svg.md>)

Tags: [abstraction](<https://devfeed.tech/tags/abstraction.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [ai-engineer](<https://devfeed.tech/tags/ai-engineer.md>), [build-vs-buy-components](<https://devfeed.tech/tags/build-vs-buy-components.md>), [coding](<https://devfeed.tech/tags/coding.md>), [d3-vs-recharts](<https://devfeed.tech/tags/d3-vs-recharts.md>), [opinions](<https://devfeed.tech/tags/opinions.md>), [react](<https://devfeed.tech/tags/react.md>), [svg](<https://devfeed.tech/tags/svg.md>)

### AI overview

The article argues that agentic coding lowers implementation costs enough to make owning lower-level primitives more practical. It describes an experiment comparing D3 math primitives with React-rendered SVG against Recharts for custom charts: Recharts reached most of the result faster, but its remaining customization needs and an animation issue led to more workarounds than the primitive-based approach.

### Source excerpt

Agentic coding collapses the cost of implementation labor. Why the rational bet is moving from high-level libraries back to primitives you own.

## The Appwrite MCP server is now remote: one URL, no API keys

DevFeed: [The Appwrite MCP server is now remote: one URL, no API keys](<https://devfeed.tech/articles/the-appwrite-mcp-server-is-now-remote-one-url-no-api-keys-16439.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/announcing-remote-appwrite-mcp-server>)

Author: Aditya Oberai

Published: 2026-07-31T00:00:00Z

Content type: release

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [products](<https://devfeed.tech/tags/products.md>), [remote](<https://devfeed.tech/tags/remote.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Appwrite announces that its MCP server is now available as a hosted remote server for Appwrite Cloud users. Developers can connect AI coding tools with one URL and authenticate through OAuth, without local installation or API keys. The server also includes Appwrite documentation search.

### Source excerpt

The Appwrite MCP server is now a hosted remote server. Add one URL to your AI tool, sign in with OAuth, and start building. No installs, no API keys, nothing to keep updated.

## We're Shipping Faster While Understanding Less

DevFeed: [We're Shipping Faster While Understanding Less](<https://devfeed.tech/articles/we-re-shipping-faster-while-understanding-less-28994.md>)

Original publisher: [Read original article](<https://codingwithroby.substack.com/p/were-shipping-faster-while-understanding>)

Author: Eric Roby

Published: 2026-07-30T12:04:26Z

Content type: opinion

Language: en

Sources: [Eric Roby](<https://devfeed.tech/sources/eric-roby.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Software](<https://devfeed.tech/topics/software.md>), [context window](<https://devfeed.tech/topics/context-window.md>)

Tags: [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [review](<https://devfeed.tech/tags/review.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

This opinion argues that AI coding agents are increasing the volume and speed of software development while creating comprehension debt. Developers may understand less of the code they ship because reviewing AI-generated changes takes longer and can become a bottleneck. The article argues that developers must deliberately build understanding through review and attention to how systems fit together.

### Source excerpt

AI Writes Most of Your Code Now. The Hard Part Is Still Yours.

## OpenAI sells a $230 keypad to run AI agents. I built one for $28 on Linux.

DevFeed: [OpenAI sells a $230 keypad to run AI agents. I built one for $28 on Linux.](<https://devfeed.tech/articles/openai-sells-a-230-keypad-to-run-ai-agents-i-built-one-for-28-on-linux-25179.md>)

Original publisher: [Read original article](<https://www.ivanmorgillo.com/2026/07/29/openai-codex-micro-28-dollar-linux-macropad/>)

Author: Ivan Morgillo

Published: 2026-07-29T10:00:00Z

Content type: tutorial

Language: en

Sources: [Ivan Morgillo](<https://devfeed.tech/sources/ivan-morgillo.md>)

Topics: [codex](<https://devfeed.tech/topics/codex.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Nemotron](<https://devfeed.tech/topics/nemotron.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [asr](<https://devfeed.tech/tags/asr.md>), [codex](<https://devfeed.tech/tags/codex.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [linux](<https://devfeed.tech/tags/linux.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [openai](<https://devfeed.tech/tags/openai.md>)

### AI overview

The article explains how the author recreated the core workflow of OpenAI's Codex Micro for $28 on Linux using a low-cost macropad. The setup supports voice dictation through a local speech-to-text server and one-press commands for interacting with coding agents.

### Source excerpt

OpenAI's first hardware is a $230 keypad for driving AI coding agents. I rebuilt the part that matters -- voice dictation and one-press agent commands -- for $28, on Linux, with a cheap Chinese macropad.

[Next page](<https://devfeed.tech/tags/ai-coding-agents.md?cursor=WyIyMDI2LTA3LTI5VDEwOjAwOjAwKzAwOjAwIiwgIjZhZmIyNDlmLWY2MTYtNGQxNi1iMzQyLWU4ZWI4OGE0YWI4ZiJd>)