<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd" -->

---
title: I was an AI skeptic. Then I tried plan mode | daily.dev
description: Plan mode in AI coding assistants like Claude Code transforms how developers work with AI by requiring the AI to explore the codebase and create a detailed...
canonical: https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I was an AI skeptic. Then I tried plan mode | daily.dev
og:description: Plan mode in AI coding assistants like Claude Code transforms how developers work with AI by requiring the AI to explore the codebase and create a detailed...
og:url: https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd
og:image: https://api.daily.dev/og/posts/CPITzotvD.png
og:image:alt: I was an AI skeptic. Then I tried plan mode
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# I was an AI skeptic. Then I tried plan mode

**[Matt Pocock](https://daily.dev/sources/mattpocock)** · 12 min read · 5 upvotes · 0 comments

## Summary

Plan mode in AI coding assistants like Claude Code transforms how developers work with AI by requiring the AI to explore the codebase and create a detailed plan before writing any code. This two-step process—planning then executing—loads the AI's context with relevant information, helps developers clarify requirements through iteration, and prevents common mistakes from insufficient context. The author shares specific configuration tips for making plans concise and actionable, emphasizing that this workflow is essential for getting quality outputs from AI coding tools, especially when working in unfamiliar codebases or planning architectural changes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=WNx-s-RxVxk>

## Similar posts on daily.dev

- [I struggled to code with AI until I learned this workflow](https://daily.dev/posts/i-struggled-to-code-with-ai-until-i-learned-this-workflow-habxlgdyu) · System Design Newsletter · 89 upvotes · 3 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#productivity](https://daily.dev/tags/productivity), [#claude](https://daily.dev/tags/claude)

[View this post on daily.dev](https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I was an AI skeptic. Then I tried plan mode","url":"https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd"},"datePublished":"2026-01-15T16:43:05.584Z","dateModified":"2026-01-15T18:33:49.695Z","description":"Plan mode in AI coding assistants like Claude Code transforms how developers work with AI by requiring the AI to explore the codebase and create a detailed...","image":"https://i.ytimg.com/vi/WNx-s-RxVxk/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/WNx-s-RxVxk/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Matt Pocock","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Matt Pocock","logo":"https://media.daily.dev/image/upload/s--9QIam1r2--/f_auto/v1726499589/logos/mattpocock","url":"https://daily.dev/sources/mattpocock"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-was-an-ai-skeptic-then-i-tried-plan-mode-cpitzotvd","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":5},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,productivity,claude","timeRequired":"PT12M","video":{"@type":"VideoObject","name":"I was an AI skeptic. Then I tried plan mode","description":"Plan mode in AI coding assistants like Claude Code transforms how developers work with AI by requiring the AI to explore the codebase and create a detailed...","thumbnailUrl":"https://i.ytimg.com/vi/WNx-s-RxVxk/sddefault.jpg","uploadDate":"2026-01-15T16:43:05.584Z","duration":"PT12M","url":"https://api.daily.dev/r/CPITzotvD","embedUrl":"https://www.youtube.com/embed/WNx-s-RxVxk"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Matt Pocock","item":"https://daily.dev/sources/mattpocock"},{"@type":"ListItem","position":3,"name":"I was an AI skeptic. Then I tried plan mode"}]}
```

