---
title: "How to move fast toward the right thing"
url: https://daily.dev/posts/how-to-move-fast-toward-the-right-thing-itqs5ausq
source_url: https://www.figma.com/blog/how-to-move-fast-toward-the-right-thing
type: article
source: "Figma"
published: 2026-08-14T14:17:44.377Z
updated: 2026-08-14T14:18:14.319Z
tags: ["architecture", "ai-coding", "figma", "vibe-coding", "design-systems"]
reading_time: 5
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to move fast toward the right thing

**[Figma](https://daily.dev/sources/figma)** · 5 min read · 2 upvotes · 0 comments

## Summary

AI has removed coding as the barrier to building software, but this makes judgment about what to build more important than ever. The piece warns against 'cognitive surrender'—accepting AI outputs without scrutiny—and argues developers need to shift focus from writing code to expressing clear intent through deterministic layers (tests, type checks), high-signal context (specs, documented components), and clear interfaces. It also cautions that AI-generated outputs regress toward the statistical average, making distinctive results harder to achieve without a strong point of view. Figma's Code Connect and MCP server are mentioned as tools that give coding agents access to real production component code.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.figma.com/blog/how-to-move-fast-toward-the-right-thing>

## Questions this post answers

### What is cognitive surrender in the context of using AI tools?

Cognitive surrender is a term coined by researchers Steven D. Shaw and Gideon Nave describing what happens when someone accepts AI outputs without scrutiny, overriding their own intuition and deliberation. It was introduced in their paper on how AI reshapes human reasoning, and describes letting AI take over the burden of validating an idea or forming a distinct point of view instead of doing that thinking yourself.

_Developers weighing how much to trust AI output can find grounded takes like this one on daily.dev._

### What does agentic engineering mean for how developers work with AI coding agents?

Agentic engineering shifts the developer role from writing code directly to expressing clear intent that AI translates into software, a concept introduced by Google leaders Addy Osmani, Shubham Saboo, and Dr. Sokratis Kartakis in their white paper on the new SDLC with vibe coding. It relies on deterministic layers like tests and type checks, high-signal context such as specs and documented components, and clear interfaces so agents don't have to guess how pieces connect.

_Teams rethinking their dev workflow around AI agents can track ideas like agentic engineering on daily.dev._

### Why does AI-generated design or code tend to look generic or average?

AI models are trained on vast amounts of existing data, so their outputs pull toward what is statistically common, or 'in distribution' in machine learning terms—like logos with geometric marks and gradients, sans-serif pitch decks, or React cards with rounded corners. Because these outputs are competent but unremarkable, accepting them repeatedly narrows a builder's judgment from asking what something should be to which option is least wrong.

_Builders trying to avoid generic AI output can follow discussions on distinctive product design via daily.dev._

## Similar posts on daily.dev

- [From Implementers to Solution Architects](https://daily.dev/posts/from-implementers-to-solution-architects-kqx8z1vba) · agoda · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#ai-coding](https://daily.dev/tags/ai-coding), [#figma](https://daily.dev/tags/figma), [#vibe-coding](https://daily.dev/tags/vibe-coding), [#design-systems](https://daily.dev/tags/design-systems)

[View this post on daily.dev](https://daily.dev/posts/how-to-move-fast-toward-the-right-thing-itqs5ausq)
