<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b" -->

---
title: My Way Toward Agentic Coding | daily.dev
description: A developer&#x27;s journey from early AI chatbots (IBM Watson) to modern agentic coding tools like ChatGPT, GitHub Copilot, and Claude Code. The narrative covers...
canonical: https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: My Way Toward Agentic Coding | daily.dev
og:description: A developer&#x27;s journey from early AI chatbots (IBM Watson) to modern agentic coding tools like ChatGPT, GitHub Copilot, and Claude Code. The narrative covers...
og:url: https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b
og:image: https://api.daily.dev/og/posts/SRm19EN1b.png
og:image:alt: My Way Toward Agentic Coding
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.

# My Way Toward Agentic Coding

**[SoftwareMill](https://daily.dev/sources/softwaremill)** · 11 min read · 1 upvotes · 0 comments

## Summary

A developer's journey from early AI chatbots (IBM Watson) to modern agentic coding tools like ChatGPT, GitHub Copilot, and Claude Code. The narrative covers practical lessons learned: AI hallucinations and code quality issues, the critical importance of context management, dividing work into phases, and adopting spec-driven development. Emphasizes that effective AI-assisted coding requires careful prompt engineering, clear planning, and understanding how system prompts and context windows affect output quality.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://softwaremill.com/my-way-toward-agentic-coding/>

## Similar posts on daily.dev

- [What Does Coding With AI Actually Look Like?](https://daily.dev/posts/what-does-coding-with-ai-actually-look-like--jwu6bzuio) · Atomic Spin · 0 upvotes · 0 comments
- [10 Lessons for Agentic Coding](https://daily.dev/posts/10-lessons-for-agentic-coding-k6iro6jit) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#github](https://daily.dev/tags/github), [#productivity](https://daily.dev/tags/productivity), [#prompt-engineering](https://daily.dev/tags/prompt-engineering)

[View this post on daily.dev](https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b)

```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":"My Way Toward Agentic Coding","url":"https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b"},"datePublished":"2026-01-16T12:26:11.017Z","dateModified":"2026-01-16T12:26:31.875Z","description":"A developer's journey from early AI chatbots (IBM Watson) to modern agentic coding tools like ChatGPT, GitHub Copilot, and Claude Code. The narrative covers...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c096e70a0eaefed3771461976b5495e9?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c096e70a0eaefed3771461976b5495e9?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"SoftwareMill","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":"SoftwareMill","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/30827c94697f47fcbc88ff9b59fa226f","url":"https://daily.dev/sources/softwaremill"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/my-way-toward-agentic-coding-srm19en1b","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,github,productivity,prompt-engineering","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"SoftwareMill","item":"https://daily.dev/sources/softwaremill"},{"@type":"ListItem","position":3,"name":"My Way Toward Agentic Coding"}]}
```

