Ask HN: What is your (AI) dev tech stack / workflow?
111–120 of 187 posts
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#112Re: Ask HN: What is your (AI) dev tech stack / workflow?
#113https://codeberg.org/jro/Knowledge/src/branch/main/2026-06-0...
Contributions & improvements are invited and welcome - thank you!
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#114I use Claude Code to initiate a project using Sahil’s ME skill pack and write a high-level spec to a Linear ticket. If/when I’m ready to work on that idea, I convert it to a project, decompose the top ticket into more issues. I also have Claude code add to each issue with deepseek, sonnet or opus tags based on which is most appropriate for the issue.
Then I fire up opencode and go through each ticket. Plan, then build. Every N issues I switch to opus and have it review the work done.
Enhancements and bug reports get filed in the project. Repeat as necessary. I work pretty sequentially. I’m quite happy with the operational success of my projects. They’re all being used.
I’ve expanded this process a few times but this baseline is where things shrink to. Sometimes I use open chamber but opencode cli works for me.
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#115Re: Ask HN: What is your (AI) dev tech stack / workflow?
#116Re: Ask HN: What is your (AI) dev tech stack / workflow?
#117Re: Ask HN: What is your (AI) dev tech stack / workflow?
#118I feel it’s important that this should be mentioned at least once in a thread like this: none. I choose to program the old-fashioned way, and do not anticipate this changing in the foreseeable future, and believe that I’ll cope just fine in my niche; and if it becomes commercially unviable, well, I may no longer be interested in the field anyway. I won’t go into any details on why here, because that would make it too…
Would you be open to share your "why's"? I would appreciate hearing diverse perspectives on this, and it sounds like you have experience and learnings which would be beneficial for us (at least me) to hear out. Thank you.
Humanly speaking, it truly is alarming what we’re doing to ourselves.
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#119MacOS, Ghostty, Tmux, Neovim, Workmux[1], OpenCode/Claude Code, and lots of markdowns. 1 - https://github.com/raine/workmux
Throw tmux in and this is my exact setup as well. I'm looking into finding ways to orchestrate entire workflows across multiple agents in a harness-agnostic way (locally at first).
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#120I am using Spec Driven Development approach implemented as a Claude Code plugin since Feb for all mid + size tasks. The idea is to write detailed specs first using agent help doing research and interviewing, decompose the task into smaller subtasks, write detailed spec for each task, implement each task separately. You can restart the session after every step in the workflow and after each subtask implementation sinc…
It would also help to understand how are changes to specs handled? Is the agent given both old and new versions to figure out the updates needed?
Thanks.