
May 26, 2026
Power-Up #6: My AI Launcher
AI coding tools are everywhere now: Claude Code, Codex, OpenCode, Amp, Pi, etc. The problem is not “which AI is best” anymore. The real problem is: How do you actually integrate them into your daily w
Articles from blog.productsway.com

May 26, 2026
AI coding tools are everywhere now: Claude Code, Codex, OpenCode, Amp, Pi, etc. The problem is not “which AI is best” anymore. The real problem is: How do you actually integrate them into your daily w

Apr 19, 2026
This is my current AI builder system. Instead of relying on one tool for everything, I now use different AI tools for different stages of product development. This creates a workflow that feels like h

Apr 7, 2026
In the previous post, I shared about OpenCode works. Now, let’s go one level deeper. This is the exact workflow I use daily to ship code faster, combining GitHub issue, Copilot Agent, and multiple AI

Feb 26, 2026
I just returned from the meetup and wanted to share a few thoughts while they’re still fresh. To be honest, I came in expecting to see something new, maybe a beta feature, an experimental workflow, or

Feb 3, 2026
One habit that quietly saves me hours every month: regularly updating global developer tools. Here’s my simple routine. Go: Update Installed Binaries go install github.com/Gelio/go-global-update@latest go-global-update This re-installs Go tools at t...