Earlier quoted context omitted.
I'm surprised that people still aren't discussing Github Copilot baked into VSCode. I pair agent mode + Sonnet 4 + Sequential Thinking + Tavily MCP servers and it works wonders. I recently prototyped the first version of our SaaS with this setup in a minimal amount of time. Also worth nothing, the pricing is extremely reasonable. Free credits + pay per use. I frequently max out the free tier and have never spent more…
I second this. As a previous AI skeptic. VS Code with Agent Mode is amazing. Perfect amount of control over what the AI is doing. For me its been a game-changer. I would describe it as letting the AI do lots of the work and me being the guiding hand. I will say, it is extremely important to have a good AGENTS.md file and other .md files that the agent can refer to when it needs to. Also having tests is more important…
Codemaps: Understand Code, Before You Vibe It
121–123 of 123 posts
Re: Codemaps: Understand Code, Before You Vibe It
#122Earlier quoted context omitted.
I'm surprised that people still aren't discussing Github Copilot baked into VSCode. I pair agent mode + Sonnet 4 + Sequential Thinking + Tavily MCP servers and it works wonders. I recently prototyped the first version of our SaaS with this setup in a minimal amount of time. Also worth nothing, the pricing is extremely reasonable. Free credits + pay per use. I frequently max out the free tier and have never spent more…
I second this. As a previous AI skeptic. VS Code with Agent Mode is amazing. Perfect amount of control over what the AI is doing. For me its been a game-changer. I would describe it as letting the AI do lots of the work and me being the guiding hand. I will say, it is extremely important to have a good AGENTS.md file and other .md files that the agent can refer to when it needs to. Also having tests is more important…
Give sst/opencode a go, particularly read about its command, agent, tools feature.
Then go install opencode-skills and opencode-session and read about how to use the `task` tool to fork threads to subagents with skills.
Re: Codemaps: Understand Code, Before You Vibe It
#123So it is the same thing when I ask Claude to build me mermaid charts of code flows? So no point in this tool?
Btw, claude code is a lot better at graphviz than mermaid! I have been using it a lot for architecture designs.
Are you sure it is better at graphviz?