cohere-ai/htn-2025-techtalk
Jupyter Notebook
Captured source
source ↗cohere-ai/htn-2025-techtalk
Language: Jupyter Notebook
Stars: 2
Forks: 0
Open issues: 4
Created: 2025-09-04T01:21:23Z
Pushed: 2026-02-11T17:39:06Z
Default branch: master
Fork: no
Archived: no
README:
Accuracy Gains Without Training Your Own Model: Parallel Reasoning for LLM Apps
Hack The North 2025
By Eugene Cho
This repo serves as a complement to the workshop slides (see slides.pdf), containing demo code (warning it was vibe coded! use at your own risk!).
Setup
1. Create a Python virtual environment with version >=3.10. See https://docs.python.org/3/library/venv.html for a tutorial on how to do this. a. Or optionally, if you have the uv Python package manager set up on your device (good for you if you do), you can just run: uv venv, source .venv/bin/activate and then uv sync. :')
2. Take your Cohere API key, and run export CO_API_KEY= in the terminal to set your environment variable.
3. Follow along in toy_problem.ipynb!
Notability
notability 1.0/10Low traction, routine repo