Skip to content

Commit 03c12ca

Browse files
committed
docs(post): add AI development journey and context-driven note
✨ Added a new "My AI Development Journey" section to describe the evolution of AI-assisted workflows and how different tools fit different contexts 📁 Modified: _posts/2025-08-20-evolving-seedfolder-with-github-copilot.md 🔧 Also added lesson "Context-Driven Development", expanded the conclusion to emphasize choosing the right AI tool per context, and included a note about a planned follow-up post
1 parent 4d2166e commit 03c12ca

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

_posts/2025-08-20-evolving-seedfolder-with-github-copilot.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ The tool now uses multi-targeting to support various .NET SDKs, ensuring users c
4848

4949
The real transformation happened when I started using GitHub Copilot - both from the web interface and my iOS app - to help implement more ambitious features. This was a game-changer for a side project that I rarely had dedicated time to improve.
5050

51+
**My AI Development Journey** 🛤️
52+
53+
This project coincided with my own evolution in AI-assisted development. Over the past couple of years, I've progressed through several stages:
54+
55+
1. **Context Sharing Era**: Using tools like Repomix to bundle codebase snippets for web-based ChatGPT, Claude, and Gemini conversations
56+
2. **Desktop Integration**: Adopting dedicated ChatGPT and Claude desktop clients for more seamless workflows
57+
3. **IDE-Native AI**: Integrating GitHub Copilot directly into VSCode, progressing through OpenAI's GPT 4.0, 4.1, and eventually to GPT-5 and Claude Sonnet 4
58+
4. **Terminal-First Development**: Embracing agentic terminal clients like Warp Terminal, Claude Code, and Codex for more direct development interaction
59+
60+
Today, my workflow splits between contexts: during work hours, I rely on VSCode with GitHub Copilot and terminal-based AI clients. But evenings and weekends - when I'm often watching TV with my phone in hand - GitHub's web and iOS Copilot interfaces became the perfect tools for iterating on side projects through issue-driven development.
61+
62+
This hybrid approach proved ideal for SeedFolder's evolution: I could sketch out features and improvements during downtime, then implement them through focused GitHub issue conversations. The combination of accessibility and power made consistent progress possible on a project that might otherwise have stagnated between day job commitments.
63+
5164
Here's how the process typically worked:
5265

5366
1. **Issue Creation**: I'd create a GitHub issue describing what I wanted to achieve
@@ -299,9 +312,12 @@ Working on SeedFolder's evolution taught me several valuable lessons:
299312
2. **Incremental Improvement**: Small, consistent improvements over time can transform a simple tool into something genuinely useful
300313
3. **Community Focus**: Building for your own needs first is fine, but thinking about broader use cases makes tools more valuable
301314
4. **Template Systems**: Flexibility through templates is much more powerful than hardcoded configurations
315+
5. **Context-Driven Development**: Different AI tools excel in different contexts - terminal clients for focused coding sessions, mobile interfaces for planning and ideation
302316

303-
The transformation from a personal dotfile copier to a comprehensive project scaffolding tool shows how AI assistance can help maintain and evolve side projects that might otherwise stagnate.
317+
The transformation from a personal dotfile copier to a comprehensive project scaffolding tool shows how AI assistance can help maintain and evolve side projects that might otherwise stagnate. The key insight was finding the right AI tool for each development context rather than trying to force a single solution across all scenarios.
304318

305319
Watch out for the next steps as I work on the marketplace functionality - the goal is to make SeedFolder not just more useful, but a platform for the community to share their own project setup best practices.
306320

321+
*If you're curious about the specific workflows and tools that made this multi-context AI development approach work, I'm planning a follow-up post diving deeper into the practical setup and decision-making process behind choosing the right AI tool for different development scenarios.*
322+
307323
Success! 🎉

0 commit comments

Comments
 (0)