# 3 weeks of agentic coding

DevFeed: [3 weeks of agentic coding](<https://devfeed.tech/articles/3-weeks-of-agentic-coding-28717.md>)

Original publisher: [Read original article](<https://le0nidas.gr/2025/11/16/3-weeks-of-agentic-coding/>)

Author: Leonidas Partsas

Published: 2025-11-16T18:29:49Z

Content type: opinion

Language: en

Sources: [le0nidas](<https://devfeed.tech/sources/le0nidas.md>)

Topics: [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai](<https://devfeed.tech/tags/ai.md>), [coding](<https://devfeed.tech/tags/coding.md>), [know-your-tools](<https://devfeed.tech/tags/know-your-tools.md>), [llms](<https://devfeed.tech/tags/llms.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>)

## AI overview

A developer reflects on using an AI coding agent on production code. The article describes a plan-first workflow with review stages and cautions against vague prompts, immediate execution, and overly broad requests.

## Source excerpt

use gh and tell me how many PRs I have authored the last 3 weeks. from these PRs how many are merged? what was the total of added and removed lines? Up until now the main way of using LLMs was through chat. Every time I wanted to do a deep dive on a technical ... Continue reading 3 weeks of agentic coding ->