Subject
2 entries
Problem Solving
Bookmarks
Solve It With Code: problem-solving course with AI and craftsmanship
Solve It With Code is a 5-week course by Jeremy Howard (fast.ai) and Eric Ries (Lean Startup) teaching the SolveIt method — problem-solving that combines AI tools with independent thinking and craftsmanship. The anti-vibe-coding curriculum.
Solving Google Treasure Hunt Puzzle 4: Prime Numbers
Peteris Krumins' solution to Google Treasure Hunt Puzzle 4 — find the smallest prime expressible as the sum of 7, 17, 41, and 541 consecutive primes simultaneously — solved pragmatically by downloading a pre-computed prime dataset and using Unix pipes instead of writing a sieve.
