Click any tag below to further narrow down your results
Links
The author shares a year of experience using AI for data work, arguing that copying someone else's workflow is pointless — what matters is learning specific techniques. He's settled on DuckDB CLI + Claude as his stack because it reduces hallucinations and keeps agents focused on actual tools instead of generating buggy code.
- AI workflows are creative, not formulaic — tips and tricks transfer better than full process replication, similar to how watching a music producer's exact steps won't let you recreate their song
- DuckDB CLI commands paired with AI agents dramatically cut hallucinations because agents understand the tool's actual capabilities rather than inventing Python code that doesn't work
- Working in a modern terminal (Ghostty) with multiple windows beats IDEs for analytics work — it's faster, gives you exactly the tools you need, and agents are already built to work with CLI tools
Andrej Karpathy walks through practical daily AI workflows in a 2-hour video, covering model selection, reasoning models, code execution, and multi-chat memory — techniques most people never use. Someone extracted these methods into a Claude-specific guide with ready-to-use examples.
- Most people use only 10% of what AI models can do; this covers the remaining 90%
- Specific techniques shown include choosing the right model, deciding when reasoning models justify the cost, generating full research reports from single prompts, and automating code execution
- The guide translates Karpathy's video into Claude-specific features with immediately applicable examples