thatjoeoverthr
- Karma
- 0
- Created
- ()
- Submissions
- 0
- RAG-Shot Learning (joecooper.me)
- Prompting by Activation Maximization (joecooper.me)
- Show HN: Resume Vibe Check (vibecheck.joecooper.me)
- Benchmarking LMs for Dedupe (joecooper.me)
- Show HN: IDE for Prompts (guidancelab.ai)
Hi! After several projects in which I found it absolutely necessary to automate testing on a prompt-by-prompt basis, I decided to make a kind of prompting "IDE". Something like the OpenAI "playground", but versioning,…
- Show HN: Ergonomically call LLM in bulk from CLI (github.com)
Hi! I've found myself repeatedly writing little scripts to do bulk calls to LLMs for various tasks. For example, run some analysis on a large list of records. There are a few "gotchas" to doing this. For example, some…