I'm using Python notebooks to prototype my LLM prompts before implementing them in code.
When a traditional developer thinks about prototyping a code-only component, a few different approaches come to mind.
Write a simple script to execute the new component in isolation, then print the results and inspect them manually.
Improving on #1...
monarchwadia.com3 min read