diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-22 19:04:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-22 19:04:27 +0300 |
| commit | 0f6262e1ba56e2020ebec62749b9b03074975400 (patch) | |
| tree | 4e3440092423fbda127235dcb284f83ac4f387d0 /gemfeed | |
| parent | ad4a01c93a5905fb1f6474205e3e3a66a9b0d296 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-07-22-task-samurai.gmi | 25 | ||||
| -rw-r--r-- | gemfeed/2025-07-22-task-samurai.gmi.tpl | 23 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 29 | ||||
| -rw-r--r-- | gemfeed/index.gmi | 2 |
4 files changed, 41 insertions, 38 deletions
diff --git a/gemfeed/2025-07-22-task-samurai.gmi b/gemfeed/2025-07-22-task-samurai.gmi index 1945c34d..5b687058 100644 --- a/gemfeed/2025-07-22-task-samurai.gmi +++ b/gemfeed/2025-07-22-task-samurai.gmi @@ -1,4 +1,4 @@ -# Task Samurai +# Task Samurai: An agentic coding learning experiment > Published at 2025-06-22T18:49:11+03:00 @@ -6,17 +6,17 @@ ## Table of Contents -* ⇢ Task Samurai +* ⇢ Task Samurai: An agentic coding learning experiment * ⇢ ⇢ Introduction * ⇢ ⇢ ⇢ Why does this exist? * ⇢ ⇢ ⇢ How it works +* ⇢ ⇢ Where and how to get it * ⇢ ⇢ Lessons Learned from Building Task Samurai with Agentic Coding * ⇢ ⇢ ⇢ How It Went Down * ⇢ ⇢ ⇢ What Went Wrong * ⇢ ⇢ ⇢ Patterns That Helped * ⇢ ⇢ ⇢ What I Learned Using Agentic Coding * ⇢ ⇢ ⇢ How Much Time Did I Save? -* ⇢ ⇢ Where and how to get it * ⇢ ⇢ Wrapping Up ## Introduction @@ -41,6 +41,14 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are => ./task-samurai/screenshot.png Task Samurai Screenshot +## Where and how to get it + +Go to: + +=> https://codeberg.org/snonux/tasksamurai + +And follow the `README.md`! + ## Lessons Learned from Building Task Samurai with Agentic Coding If you've ever wanted to supercharge your dev speed—or just throw a fireworks display in your terminal—here's a peek behind the scenes of building Task Samurai. This terminal interface for Taskwarrior was developed entirely through agentic coding by me, leveraging OpenAI Codex to do all the heavy lifting (and sometimes some cleanup afterwards). The project name might be snappy, but it was the iterative, semi-automated workflow that made the impact. @@ -62,7 +70,7 @@ Most big breakthroughs (and bug introductions) came during that middle day of in Going agentic isn't all smooth sailing. Here are the hiccups I ran into, plus a few hard-earned lessons: -* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. +* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. I found this to be an issue with OpenAI's Codex in particular. Not so much with other agentic coding tools like Claude Code CLI (not covered in this blog post.) * Fixes on Fixes: Features like "fireworks on exit" had chains of "fix exit," "fix cell selection," etc. Sometimes, new additions introduced bugs that needed rapid patching. ### Patterns That Helped @@ -73,6 +81,7 @@ Despite the chaos, a few strategies kept things moving: * Tiny PRs: Small, atomic merges meant feedback came fast (and so did fixes). * Tests Matter: A solid base of unit tests for task manipulations kept things from breaking entirely when experimenting. * Live Documentation: Documentation, such as the README, is updated regularly to reflect all the hotkey and feature changes. +Maybe a better approach would have been to design the whole application from scratch before letting Codix do any of the coding. I will try that with my next toy project. ### What I Learned Using Agentic Coding @@ -90,14 +99,6 @@ Let's do some back-of-the-envelope math: * If you coded it all yourself, including all the bug fixes, features, design, and documentation, you might spend *10–20 hours*. * That's a potential savings, so what's usually weeks of work got compressed into just a few frantic days. -## Where and how to get it - -Go to: - -=> https://codeberg.org/snonux/tasksamurai - -And follow the `README.md`! - ## Wrapping Up Building Task Samurai with agentic coding was a wild ride—rapid feature growth, plenty of churns, countless fast fixes, and more merge commits I'd expected. The big lessons? Keep the iterations short, keep tests and documentation concise, and review and refine for final polish at the end. Even with the bumps along the way, shipping a polished terminal UI in days instead of weeks is a testament to the raw power (and some hazards) of agentic development. diff --git a/gemfeed/2025-07-22-task-samurai.gmi.tpl b/gemfeed/2025-07-22-task-samurai.gmi.tpl index 4d26aa78..95f64f40 100644 --- a/gemfeed/2025-07-22-task-samurai.gmi.tpl +++ b/gemfeed/2025-07-22-task-samurai.gmi.tpl @@ -1,4 +1,4 @@ -# Task Samurai +# Task Samurai: An agentic coding learning experiment > Published at 2025-06-22T18:49:11+03:00 @@ -28,6 +28,14 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are => ./task-samurai/screenshot.png Task Samurai Screenshot +## Where and how to get it + +Go to: + +=> https://codeberg.org/snonux/tasksamurai + +And follow the `README.md`! + ## Lessons Learned from Building Task Samurai with Agentic Coding If you've ever wanted to supercharge your dev speed—or just throw a fireworks display in your terminal—here's a peek behind the scenes of building Task Samurai. This terminal interface for Taskwarrior was developed entirely through agentic coding by me, leveraging OpenAI Codex to do all the heavy lifting (and sometimes some cleanup afterwards). The project name might be snappy, but it was the iterative, semi-automated workflow that made the impact. @@ -49,7 +57,7 @@ Most big breakthroughs (and bug introductions) came during that middle day of in Going agentic isn't all smooth sailing. Here are the hiccups I ran into, plus a few hard-earned lessons: -* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. +* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. I found this to be an issue with OpenAI's Codex in particular. Not so much with other agentic coding tools like Claude Code CLI (not covered in this blog post.) * Fixes on Fixes: Features like "fireworks on exit" had chains of "fix exit," "fix cell selection," etc. Sometimes, new additions introduced bugs that needed rapid patching. ### Patterns That Helped @@ -60,10 +68,11 @@ Despite the chaos, a few strategies kept things moving: * Tiny PRs: Small, atomic merges meant feedback came fast (and so did fixes). * Tests Matter: A solid base of unit tests for task manipulations kept things from breaking entirely when experimenting. * Live Documentation: Documentation, such as the README, is updated regularly to reflect all the hotkey and feature changes. +Maybe a better approach would have been to design the whole application from scratch before letting Codix do any of the coding. I will try that with my next toy project. ### What I Learned Using Agentic Coding -Stepping into agentic coding with Codex as my "pair programmer" was a genuine shift. I learned a ton—not just about automating code generation, but also about how you have to tightly steer, guide, and audit every line as things move at breakneck speed. I must admit, I sometimes lost track of what all the generated code was actually doing. But as the features seemed to work after a few iterations, I was satisfied. +Stepping into agentic coding with Codex as my "pair programmer" was a genuine shift. I learned a ton—not just about automating code generation, but also about how you have to tightly steer, guide, and audit every line as things move at breakneck speed. I must admit, I sometimes lost track of what all the generated code was actually doing. But as the features seemed to work after a few iterations, I was satisfied. Discussing requirements with Codex forced me to clarify features and spot logical pitfalls earlier. All those fast iterations meant I was constantly coaxing more helpful, less ambiguous code out of the model—making me rethink how to break features into clear, testable steps. I now see agentic coding not just as a productivity tool but also as a learning accelerator. @@ -77,14 +86,6 @@ Let's do some back-of-the-envelope math: * If you coded it all yourself, including all the bug fixes, features, design, and documentation, you might spend *10–20 hours*. * That's a potential savings, so what's usually weeks of work got compressed into just a few frantic days. -## Where and how to get it - -Go to: - -=> https://codeberg.org/snonux/tasksamurai - -And follow the `README.md`! - ## Wrapping Up Building Task Samurai with agentic coding was a wild ride—rapid feature growth, plenty of churns, countless fast fixes, and more merge commits I'd expected. The big lessons? Keep the iterations short, keep tests and documentation concise, and review and refine for final polish at the end. Even with the bumps along the way, shipping a polished terminal UI in days instead of weeks is a testament to the raw power (and some hazards) of agentic development. diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e67c9c17..f7a82144 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2025-06-22T18:57:24+03:00</updated> + <updated>2025-06-22T19:03:15+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> <link href="gemini://foo.zone/" /> <id>gemini://foo.zone/</id> <entry> - <title>Task Samurai</title> + <title>Task Samurai: An agentic coding learning experiment</title> <link href="gemini://foo.zone/gemfeed/2025-07-22-task-samurai.gmi" /> <id>gemini://foo.zone/gemfeed/2025-07-22-task-samurai.gmi</id> <updated>2025-06-22T18:49:11+03:00</updated> @@ -18,7 +18,7 @@ <summary>Task Samurai is a fast terminal interface for Taskwarrior written in Go using the Bubble Tea framework. It displays your tasks in a table and allows you to manage them without leaving your keyboard.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1 style='display: inline' id='task-samurai'>Task Samurai</h1><br /> + <h1 style='display: inline' id='task-samurai-an-agentic-coding-learning-experiment'>Task Samurai: An agentic coding learning experiment</h1><br /> <br /> <span class='quote'>Published at 2025-06-22T18:49:11+03:00</span><br /> <br /> @@ -27,17 +27,17 @@ <h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br /> <br /> <ul> -<li><a href='#task-samurai'>Task Samurai</a></li> +<li><a href='#task-samurai-an-agentic-coding-learning-experiment'>Task Samurai: An agentic coding learning experiment</a></li> <li>⇢ <a href='#introduction'>Introduction</a></li> <li>⇢ ⇢ <a href='#why-does-this-exist'>Why does this exist?</a></li> <li>⇢ ⇢ <a href='#how-it-works'>How it works</a></li> +<li>⇢ <a href='#where-and-how-to-get-it'>Where and how to get it</a></li> <li>⇢ <a href='#lessons-learned-from-building-task-samurai-with-agentic-coding'>Lessons Learned from Building Task Samurai with Agentic Coding</a></li> <li>⇢ ⇢ <a href='#how-it-went-down'>How It Went Down</a></li> <li>⇢ ⇢ <a href='#what-went-wrong'>What Went Wrong</a></li> <li>⇢ ⇢ <a href='#patterns-that-helped'>Patterns That Helped</a></li> <li>⇢ ⇢ <a href='#what-i-learned-using-agentic-coding'>What I Learned Using Agentic Coding</a></li> <li>⇢ ⇢ <a href='#how-much-time-did-i-save'>How Much Time Did I Save?</a></li> -<li>⇢ <a href='#where-and-how-to-get-it'>Where and how to get it</a></li> <li>⇢ <a href='#wrapping-up'>Wrapping Up</a></li> </ul><br /> <h2 style='display: inline' id='introduction'>Introduction</h2><br /> @@ -63,6 +63,14 @@ <br /> <a href='./task-samurai/screenshot.png'><img alt='Task Samurai Screenshot' title='Task Samurai Screenshot' src='./task-samurai/screenshot.png' /></a><br /> <br /> +<h2 style='display: inline' id='where-and-how-to-get-it'>Where and how to get it</h2><br /> +<br /> +<span>Go to:</span><br /> +<br /> +<a class='textlink' href='https://codeberg.org/snonux/tasksamurai'>https://codeberg.org/snonux/tasksamurai</a><br /> +<br /> +<span>And follow the <span class='inlinecode'>README.md</span>!</span><br /> +<br /> <h2 style='display: inline' id='lessons-learned-from-building-task-samurai-with-agentic-coding'>Lessons Learned from Building Task Samurai with Agentic Coding</h2><br /> <br /> <span>If you've ever wanted to supercharge your dev speed—or just throw a fireworks display in your terminal—here's a peek behind the scenes of building Task Samurai. This terminal interface for Taskwarrior was developed entirely through agentic coding by me, leveraging OpenAI Codex to do all the heavy lifting (and sometimes some cleanup afterwards). The project name might be snappy, but it was the iterative, semi-automated workflow that made the impact.</span><br /> @@ -86,7 +94,7 @@ <span>Going agentic isn't all smooth sailing. Here are the hiccups I ran into, plus a few hard-earned lessons:</span><br /> <br /> <ul> -<li>Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict.</li> +<li>Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. I found this to be an issue with OpenAI's Codex in particular. Not so much with other agentic coding tools like Claude Code CLI (not covered in this blog post.)</li> <li>Fixes on Fixes: Features like "fireworks on exit" had chains of "fix exit," "fix cell selection," etc. Sometimes, new additions introduced bugs that needed rapid patching.</li> </ul><br /> <h3 style='display: inline' id='patterns-that-helped'>Patterns That Helped</h3><br /> @@ -99,6 +107,7 @@ <li>Tests Matter: A solid base of unit tests for task manipulations kept things from breaking entirely when experimenting.</li> <li>Live Documentation: Documentation, such as the README, is updated regularly to reflect all the hotkey and feature changes.</li> </ul><br /> +<br /> <h3 style='display: inline' id='what-i-learned-using-agentic-coding'>What I Learned Using Agentic Coding</h3><br /> <br /> <span>Stepping into agentic coding with Codex as my "pair programmer" was a genuine shift. I learned a ton—not just about automating code generation, but also about how you have to tightly steer, guide, and audit every line as things move at breakneck speed. I must admit, I sometimes lost track of what all the generated code was actually doing. But as the features seemed to work after a few iterations, I was satisfied.</span><br /> @@ -116,14 +125,6 @@ <li>If you coded it all yourself, including all the bug fixes, features, design, and documentation, you might spend *10–20 hours*.</li> <li>That's a potential savings, so what's usually weeks of work got compressed into just a few frantic days.</li> </ul><br /> -<h2 style='display: inline' id='where-and-how-to-get-it'>Where and how to get it</h2><br /> -<br /> -<span>Go to:</span><br /> -<br /> -<a class='textlink' href='https://codeberg.org/snonux/tasksamurai'>https://codeberg.org/snonux/tasksamurai</a><br /> -<br /> -<span>And follow the <span class='inlinecode'>README.md</span>!</span><br /> -<br /> <h2 style='display: inline' id='wrapping-up'>Wrapping Up</h2><br /> <br /> <span>Building Task Samurai with agentic coding was a wild ride—rapid feature growth, plenty of churns, countless fast fixes, and more merge commits I'd expected. The big lessons? Keep the iterations short, keep tests and documentation concise, and review and refine for final polish at the end. Even with the bumps along the way, shipping a polished terminal UI in days instead of weeks is a testament to the raw power (and some hazards) of agentic development.</span><br /> diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi index 71327620..6d6dea78 100644 --- a/gemfeed/index.gmi +++ b/gemfeed/index.gmi @@ -2,7 +2,7 @@ ## To be in the .zone! -=> ./2025-07-22-task-samurai.gmi 2025-07-22 - Task Samurai +=> ./2025-07-22-task-samurai.gmi 2025-07-22 - Task Samurai: An agentic coding learning experiment => ./2025-06-07-a-monks-guide-to-happiness-book-notes.gmi 2025-06-07 - 'A Monk's Guide to Happiness' book notes => ./2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi 2025-05-11 - f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network => ./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi 2025-05-02 - Terminal multiplexing with `tmux` - Fish edition |
