AI Snips
Chapters
Transcript
Episode notes
From Commodore 64 To Computer Science
- Claudio Jolivet learned programming on a Commodore 64 and later shifted from law to computer science driven by interest in logic and AI.
- He built a small flashcard system for law exams and then pursued CS, leaving law behind.
Types As Design And Tooling
- Claudio values Python type annotations as a core feature that clarifies APIs and structures code.
- He runs mypy in strict mode even for small scripts to keep code maintainable and editor-friendly.
Make Poetry Your One Tool
- Use Poetry as a single tool to define metadata, manage environments, lock dependencies, and build packages.
- Keep a lock file to ensure reproducible installs locally and in CI for deterministic checks and deployments.


