Skip to main content

Best Coding Assistant Tool

· 2 min read
Philip Chung
AI Enthusiast | Software Developer

I have been addicted to using this coding assistant tool for app development.

Claude Code - not just your usual coding assistant, but an agentic coding tool that integrates with your terminal and IDE to enhance productivity, whether it is debugging and refactoring or testing and prototyping.

What i love most is taking a different perspective in development where i start to wear the hat of an architect/end user, to articulate system designs in a back and forth consultation with Claude Code. The rigorous planning with the coding assistant provided me the most accurate design that i needed for my product. The assistant always lays out the plan allowing edits before i pull the trigger to execute build.

One amazing example i used claude code for, was building my personal GitHub page. I was amazed at how opus 4.6 understood my requirements so well with help of skills.md and rolled out a quick shopify-esque MVP site, it's beautiful. I will share the site below.

The key takeaways:

  • Always plan what you need in your project, one turn execution usually results in bad product
  • Skill.md are a godsend when it comes to extending expertise outside the coding assistant's knowledge when needed; progressive disclosure
  • Clear context when you need a brand new task, the coding assistant can only carry so much in the context window before degrading
  • The quality in Gen AI output is only as good as how you articulate your ideas; garbage in garbage out
  • Knowing the fundamentals and tools in your field's system design patterns often provide the best product rather than open ended questions
  • Zero trust, always be skeptical and read what the assistant will output or take control; the human in the loop

Next learning phase, piping apps on free tiered Vercel with claude code!

MVP: https://pcphil.github.io/

hashtag#ClaudeCode hashtag#CodingAssistant hashtag#AgenticWorkflow hashtag#Learning