✍️ Author

Nolan (yuzc)

Test Engineer. Builds websites, trading automation, and scripts using AI tools. Started AI Nav to keep track of what actually works.

GitHub ↗ X / Twitter ↗

Background

I'm a test engineer. My day job involves writing test cases, chasing down bugs, and building the tooling that makes QA faster—scripts, automation, dashboards. Over the past couple of years, AI tools (Claude Code in particular) became a real part of how I work, not just an experiment.

The projects I've used AI tools on range from scraping and analysis scripts, to full websites, to a quantitative trading system with backtesting and live execution. That breadth is why I started AI Nav: I kept running into the same problem of not knowing which open-source tool to use for a given job, and spending too long reading README files that told me nothing useful about real-world behavior.

Tools I Actually Use

Claude Code
Primary coding tool
Writing scripts, websites, debugging sessions. Better at understanding intent than Copilot in my experience.
Ollama
Local LLM runner
Fast to install. Model downloads are slow (llama3.2:3b is ~2GB). Runs well on Apple Silicon—smooth and responsive.
Cursor
IDE with AI
Autocomplete is noticeably more accurate than Copilot. The price is a real consideration—$20/month adds up.
Playwright
Browser automation
Used for login automation and API interception in test workflows. Paired with Claude Code for writing the scripts.

What I Write About

The guides and tool reviews on AI Nav come from real usage patterns. When I write that a tool is hard to set up, it's because I hit that friction. When I recommend one tool over another for a specific use case, it's based on having tried both for that case.

I don't have opinions on every tool in the directory—there are 300+ of them and I haven't used most of them directly. For tools I haven't run myself, the assessments are based on documentation quality, GitHub issue patterns, and community feedback. I try to be clear about that distinction in what I write.

Articles by Nolan

Best AI Coding Assistants in 2026
June 2026 · 9 min read
Cursor vs Aider vs Copilot: Honest Comparison
June 2026 · 8 min read
How to Run LLMs Locally: Ollama vs LM Studio vs llama.cpp
May 2026 · 7 min read
LangChain vs LlamaIndex: Which One for Your RAG Pipeline?
May 2026 · 6 min read
Best Open Source LLMs in 2026
June 2026 · 10 min read

Found an error or want to suggest a tool? Email yuzc017@gmail.com or open an issue on GitHub.