Ask HN: What is your (AI) dev tech stack / workflow?
61–70 of 187 posts
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#62https://antigravity.google/product/antigravity-2
Not really a recommendation since I don't have a good benchmark of these tools but Antigravity's /grill-me feature where it asks you a bunch of questions like a system/business analyst and gives you an implementation plan for review (and can actually change it further) is pretty cool and it is certainly fit for what you intend.
Heard also good things about Zed and am testing it right now. So far I managed to... edit a json.
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#63Choice of AI "tooling" was by accident - typed something like "how to define copy constructor in D for custom structure" in Microsoft's Copilot in Edge browser that gives context for AI.
The answer was good enough for me and so I went with it further.
[1] D language HQ : https://dlang.org/
[2] AI-Assisted Development with D Language, Creating Sciter SDK: https://terrainformatica.com/2026/06/05/ai-assisted-developm...
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#64That way the model doesn't go about "let me grep this specific pattern across a million files again and again" loop and burn your entire weekly budget by Monday at noon.
I'm also curious if anyone has done something cool with memory and context management that doesn't require a custom llama.cpp implementation. I also don't have the heart to let the swarm do it end to end, because LLM generated code with less capable models really does smell, no amount of spec driven or Claude.md filled style guidelines seem to fix it.
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#65Re: Ask HN: What is your (AI) dev tech stack / workflow?
#66Re: Ask HN: What is your (AI) dev tech stack / workflow?
#67I brainstorm with it, create documentation, and generate code. Then review, test and profit.
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#68My flow is something like: - Create a new workspace for a specific bug/feature - Ramble into the input box. I use a goose neck microphone and Spokenly (with Parakeet as the model ) for local speech-to-text - Hit enter! I don't use plan mode. - Ask for a review from a different model (⌘⇧R) - Create a PR and run a /babysit loop - Run a local version of the app and click around, do a human review. If the LOC are negative we don't pay much attention to the code. If it's positive we do - Merge!
I often have 3-5 workspaces running like this. There's lots of room for improvement but it's been working quite well for me.