# How to Get Your Org to Adopt Coding Agents (Without Shipping Garbage) — Eyal Blum, Figma

Source: [AI Engineer](https://www.youtube.com/watch?v=5Bn0xro2ol8)  
Feed7 permalink: https://feed7.dev/p/how-to-get-your-org-to-adopt-coding-agents-without-shipp-7a4a8849cf  
Published: 2026-08-28T00:00:00.000Z  
Trust: Source Linked (source_linked)

## Why Included

Write executable checks before implementation, then split agent plans into independently validated, reviewable phases.

## Source Summary

Figma’s cautious agent adopters expose missing safeguards, not resistance. Use their feedback to improve verification, plans, review size, and the labeling of AI-generated work.

## Practical Implication

Make verification executable before implementation: use TDD, encode repeated checks deterministically, and split plans into independently validated, reviewable phases. Put the reason for the change first, and use skeptical maintainers’ feedback as the safety roadmap.

## Agent-Ready Context

Figma reports uneven agent adoption and says experienced engineers may be slowest because they see codebase risks first. One detailed plan turned an estimated **six weeks of coding into about one week**, including review.

Make verification executable before implementation: use TDD, encode repeated checks deterministically, and split plans into independently validated, reviewable phases. Put the reason for the change first, and use skeptical maintainers’ feedback as the safety roadmap.

The workflow is still evolving and depends on planning and review effort that raw generation metrics can hide. AI also increases communication volume, so clearly separate human-written intent from generated descriptions to protect scarce reviewer attention.

## Context Map

- Layer: agent
- Domains: coding
- Topics: coding-agents, agent-reliability, harness-engineering

## Uncertainty

- None recorded.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
