AI Tools I Use Day-to-Day as a SWE

How I use GitHub Copilot, Claude 4.5 Sonnet, and FordLLM to supercharge my development workflow.

Feb 20263 min read
AI
SWE
Workflow
Copilot
Claude

As a software engineer, integrating AI into my daily workflow has been a game changer. Here are the tools I rely on the most:


  • **GitHub Copilot**: I use this primarily inside IntelliJ for inline code suggestions and autocomplete. It shines at reducing boilerplate.
  • **Claude 4.5 Sonnet**: This is my go-to for complex problem-solving. I use it mostly in agent mode where it can act autonomously to tackle larger refactoring or feature implementation tasks.
  • **FordLLM**: My secret weapon for two specific use cases: debugging persistent exceptions and drafting quick utility scripts.

  • Having specific tools for specific jobs keeps me moving fast and cuts down on context switching.

    Samuel Hu - Software Engineer & Builder