My AI Experience So Far
My experience first started in early 2023 with ChatGPT (Free) to help debug a personal project I was working on. Through a lot of trial and error, it helped get me where I needed to go in terms of generating a working solution.
In early 2024, through my employer, I first got exposed to GitHub Copilot via the VSCode extension. For the most part, it felt like a glorified auto-complete based on what I was working on at the time. Occasionally, I would use the built-in Copilot Chat component to ask one-off questions or to debug a specific error I was getting.
In 2025, I evolved to doing more initial project planning within the native ChatGPT Business/Teams platform. By starting off with high level ideas, I could iterate through a working solution to a problem I was trying to solve. At that point, some boilerplate generated code would be copy/pasted into VSCode manually from ChatGPT to get the ball rolling. From there, it was flipping back and forth between those tools as needed.
In early 2026, through inspiration from DHH’s blog post, I started experimenting with Opencode. Like many of you, I have tried different workflows based off feedback on X. Currently, I am using Opencode within the native terminal inside VSCode. I first started using Claude Sonnet 4.5 via the GitHub Copilot provider but have since switched to using GPT-5.3-Codex.
This week, I was introduced to https://github.com/obra/superpowers as a way to develop better planning and building within Opencode. It really felt like superpowers after using it to generate ideas for the first time. Check it out!