Category

Developer experience

Vendor-neutral coverage of developer experience.

Articles

16 articles
Developer experience

'Governance is a developer experience problem': a Docker Captain reframes AI-agent trust

A Docker Captain argues in a new post that AI-agent governance stalls on trust, not capability, and that the platforms which win will be the ones that draw clear boundaries so developers do not have to reason about controls each time they ship. The DX framing is mostly right; the invisible-controls part is where the next incident hides.

Aug 9, 2026 · Tomás Vega
Developer experience

GitHub's native stacked pull requests land in public preview

GitHub is rolling out native stacked pull requests in public preview: one big change split into a chain of dependent, layer-sized PRs, with a stack map on each one and a merge that lands every layer beneath the latest ready PR in a single operation. Branch protections and required status checks still apply, merge queue support is coming in over the following weeks, and there is a new gh-stack CLI.

Aug 9, 2026 · Priya Nair
Developer experience

Azure DevOps ships a hosted MCP endpoint you don't have to run

Microsoft moved the Azure DevOps MCP Server to general availability as a hosted endpoint over streaming HTTP, so AI assistants can reach work items, repos, PRs and pipelines without a local server to babysit.

Aug 5, 2026 · Priya Nair
Developer experience

Looker starts running the 'which slice moved' hunt before you open the dashboard

Looker Agentic Workflows, a preview capability available in Looker version 26.08 and later, wires a background agent to a business metric and, when a threshold is crossed, runs a Key Driver Analysis over the underlying model and posts the diagnostic summary to Slack or email with a link back to Conversational Analytics. Setup is by natural-language prompt, gated on the chat_with_agent and create_alerts permissions.

Aug 3, 2026 · Priya Nair
Developer experience

Copilot in VS Code gives each agent session its own git worktree

GitHub's Copilot July 2026 release notes for VS Code cover versions 1.127 through 1.131 and land a redesigned Agents window that can start a Copilot, Claude, or Codex session in an isolated git worktree, plus multi-chat inside one session and a bang-prefix that runs the chat line as a terminal command. Copilot vision is now generally available.

Jul 31, 2026 · Priya Nair
Developer experience

The pull request is twenty, and moving review upstream is the shift I keep quietly rooting for

The New Stack argues code review should move upstream of the code itself, calling the pull request roughly twenty years old and asking whether the diff is still the right venue to catch a problem. After a year of my best reviews happening in shared docs before any branch existed, I mostly agree.

Jul 26, 2026 · Priya Nair
Developer experience

Copilot code review picks up a firewall, custom runners, and head-branch instructions

GitHub's Copilot code review can now run with a firewall, custom setup steps and independent runner configurations, and custom instructions are read from the pull request's head branch rather than the base branch.

Jul 25, 2026 · Priya Nair
Developer experience

CircleCI's CLI is now a Go rewrite with an MCP server bolted on

CircleCI announced a ground-up Go rewrite of its CLI on July 7, shipped as 1.0 beta with predictable JSON on every command, a browser OAuth login, a debugging TUI and a built-in MCP server for Claude, Cursor and VS Code. It is a small announcement with an outsized effect on anyone who has watched a coding agent flail through unstructured CLI output.

Jul 23, 2026 · Priya Nair
Developer experience

GitLab Duo CLI hits GA: the Duo Agent Platform lands in the terminal

GitLab Duo CLI reached general availability with GitLab 19.2, bringing Duo Agentic Chat into the shell with interactive and headless modes and sessions shared across the UI and editor extensions.

Jul 18, 2026 · Priya Nair
Developer experience

GitHub tags AI-generated code scanning alerts on the PR itself

Code scanning now surfaces AI-powered security detections directly on pull requests, tagged next to CodeQL findings so reviewers can tell them apart. The alerts are informational and never block a merge, but they finally land where reviewers already look.

Jul 16, 2026 · Priya Nair
Developer experience

Autofix that reads more than one file: GitHub previews agentic code scanning fixes

GitHub's agentic autofix for code scanning alerts is in public preview, expanding remediation from the alert location out to the files around it. For CI/CD teams, a single alert now maps to a codebase-shaped change instead of a one-line patch.

Jul 14, 2026 · Priya Nair
Developer experience

Codex lands in JetBrains: an in-IDE agent slot, and less config to babysit

GitHub's Copilot integration for JetBrains adds Codex as an agent provider in public preview, moves hook and MCP server management into the editor, and now honours admin-configured custom models. Here is what a JetBrains user should try first, and where the preview edges still show.

Jul 13, 2026 · Priya Nair
Developer experience

A running cost meter and an MCP tripwire land in Visual Studio's June update

Visual Studio's June Stable Channel update adds a real-time Copilot usage window with configurable alerts and a trust check that pauses MCP servers whose configuration has changed between sessions. Both arrive in the same weeks engineers have been posting screenshots of surprise Copilot invoices after GitHub moved to usage-based billing on June 1.

Jul 11, 2026 · Priya Nair
Developer experience

Anthropic's newer Sonnet lands on GitLab Duo, routed through the AI Gateway

GitLab has added Anthropic's Claude Sonnet 5 to its Duo Agent Platform across every tier and deployment model, delivered through the platform's AI Gateway. Here's what that gateway hop actually changes for the engineer waiting on the pipeline.

Jul 4, 2026 · Priya Nair
Developer experience

The three-hour bug your API tests should have caught

A DevOps.com explainer lays out a three-stage API testing shape that keeps feedback under a quarter of an hour: a smoke pass on every PR, the full suite on merge, and dependency-real integration on staging.

Jul 1, 2026 · Priya Nair
Developer experience

When the agent codes in seconds, CI becomes the slow neighbour

A DevOps.com opinion piece argues that the inner loop is where AI coding agents now live, and that pipeline-stage validation, tests, review and standards checks have to follow them in. The verdict from the developer-experience seat: yes, but only if the agent loop inherits the hermeticity CI fought for.

Jun 27, 2026 · Priya Nair