Developer Experience Lead @togethercompute. Building open source AI apps like roomgpt.io, llamacoder.io, & 1kpapers.com.

New York
Just open sourced Tev1 0.8B! Weights are below. Feel free to download them. Definitely not as good as Tev1 4B or Jev, but it runs entirely locally on a mac. It can work decently well for very simple classification. huggingface.co/togethercompu…
Just trained Tev1 0.8B, a tiny Jev-like classifier. Here it is running completely locally on my mac with @ollama & classifying some tasks. It's extremely fast: only ~50ms E2E latency. Video is not sped up! Releasing weights & benchmarks very soon so you can try it yourself :)
11
15
95
10,495
Opus 5.5 is incredible at launch videos. I gave it an app I launched recently & it one-shotted a great launch video for me. Was very impressed with the animations & charts. I love open models and use them a lot, but I'm also a big believer in using the right model for the job
Introducing 1kpapers.com! I took the top 1k research papers of the last year, summarized them, and visualized them. Fun fact: all 1,000 papers cost a total of $4 to summarize with DeepSeek V4 Flash.
26
2
146
14,364
Just trained Tev1 0.8B, a tiny Jev-like classifier. Here it is running completely locally on my mac with @ollama & classifying some tasks. It's extremely fast: only ~50ms E2E latency. Video is not sped up! Releasing weights & benchmarks very soon so you can try it yourself :)
Announcing tev1-4B-experimental, a Jev-like classifier finetuned on top of Qwen3.5 4B for only $17. I'm releasing everything: the weights, data recipe, & a full tutorial on how to train your own. You can try it today on Together serverless at $0.042/1M input & $0/M output.
35
38
420
40,285
We're releasing tev1-4B-experimental, a Jev-like classifier finetuned on top of Qwen3.5 4B. We're making it available on Together serverless at $0.042/M input & $0/M output. Also releasing the data recipe & a tutorial on how to finetune your own (Tev1 cost $17 to train!).
43
82
1,283
133,502
Announcing tev1-4B-experimental, a Jev-like classifier finetuned on top of Qwen3.5 4B for only $17. I'm releasing everything: the weights, data recipe, & a full tutorial on how to train your own. You can try it today on Together serverless at $0.042/1M input & $0/M output.
26
26
393
67,724
Here's the full repo for Jev including the weights, data recipe, and code for how to finetune your own small classification model. You can also just point an agent at it & have it finetune a model for you too! github.com/togethercomputer/…
3
17
1,931
Introducing theopenfrontier.com! Figure out which open model is best for your use case. Compare models across coding, agents, long context, vision, finance, and more. Then see how they compare on cost + quality, including what you could save by moving to open models.
41
16
250
18,023
Built this with @zainhas & @YoussefUiUx over the last few weeks! Would love any feedback on what we can improve. We’re already working on v2 to make it even easier to find the right model for your use case.
5
9
1,135
Here's how I run my software factory: 1. During the week, I collect ideas + inspo. 2. On the weekend, I give the list to an agent to rank the best ones. 3. I spin up ~5-10 parallel agents to build POCs. 4. I kill ~60%, iterate on the better ones, and end up with 2-3 solid demos. 5. I then polish & share those demos on X. Then rinse and repeat! I still build some ideas immediately, but I'm increasingly using weekends to let agents explore ideas in parallel.
48
17
382
19,711
Extremely grateful! Thank you all for 100k 🙏
40
2
192
7,992
Jev vs GLM 5.3 at chess! Results: ◾ GLM 5.3 won by checkmate in 29 moves ◾ Jev: ~0.3s and <$0.0001 per move ◾ GLM 5.3: ~5.8s and ~$0.008 per move ◾ The whole game cost 24 cents My main takeaway is that it's often useful to use each one to their strengths: ◾ Fast, well-defined classification → specialized models like Jev ◾ Classifications that need reasoning or lookahead → LLMs like GLM 5.3 ◾ Real classification pipelines → hybrid. Jev handles the easy calls, an open model handles the hard ones. The future is multi-model!
33
13
328
39,013
Jev + Kimi K3 for fraud detection! TLDR: Jev classified 100 emails in 1.42 seconds, then I routed the uncertain cases to Kimi K3. The full pipeline got 96/100 correct for only ~$0.07. Video is not sped up, check out the live run! Here was my process: I gave Jev 100 emails to classify (a mix of 50 legit & 50 fraudelent emails). It classified all of them in 1.42 seconds. An underrated feature about Jev is it will give you the confidence score for a classification, so I routed any prediction under 95% confidence to Kimi K3 to be fully sure. 31 emails fell below that threshold. After routing those to Kimi K3, the combined pipeline reached 96% accuracy. The full run took 16 seconds & ~$0.07 in inference costs: - $0.068 from Kimi K3 on @togethercompute - $0.003 (1/3 of a cent) from Jev on @typesafeai. I think this is a really interesting pattern: use a fast specialized model like Jev for the narrow task, then route the uncertain cases to a larger LLM. I feel like this kind of approach could be a game changer for use cases like fraud or anything realtime. You can use the speed & low cost of Jev while having a larger LLM as a fallback to ensure high accuracy.
61
52
870
60,057
I used Jev to classify 1,018 AI research papers. The result: $0.08 total cost and 256ms median end-to-end latency per paper. The pipeline was: 1. Summarize each paper with DeepSeek V4 Flash 2. Send the title + summary + 24 possible topics to Jev 3. Use Jev to classify each paper 4. Visualize everything on 1kpapers.com The summaries cost $3.99 on @togethercompute. The classifications cost $0.08 on @typesafeai. So for just over $4 of inference, I ended up with a pretty useful way to explore the top AI research papers from the past year. I think this is where things are heading: different models for different parts of the workflow, instead of using one model for everything. I’m running evals on the Jev classifications before replacing the current ones, but the site is already live: 1kpapers.com
122
143
1,993
334,163
Going to be speaking at AIE New York... with my dad! He's a CPA + business professor which is perfect since the conference theme is finance in AI. Hopefully the first father and son talk at @aiDotEngineer? 😂
14
2
64
4,685
I'm open sourcing the code for this launch video! Built with @Remotion. Includes all the versions, animations, sound effects, and a quick guide showing how to run it and adapt it for your own launch videos.
Introducing Inspo. A design MCP server for Claude Code, Codex, and OpenCode. It searches 800+ beautiful websites and finds relevant design inspiration for your coding agent. Install → npx inspo-mcp install
32
38
796
83,746
Here's the code for the launch video! Happy to also record a quick tutorial on how we built it too if there's enough interest. github.com/Nutlope/inspo/tre…
3
4
60
3,729
Introducing Inspo. A design MCP server for Claude Code, Codex, and OpenCode. It searches 800+ beautiful websites and finds relevant design inspiration for your coding agent. Install → npx inspo-mcp install
135
207
2,646
407,964
This model is insane at landing pages. I asked DeepSeek V4.1 Flash & Claude Fable 5 to build me a landing page for a movie theater. Fable cost $1.21 while V4.1 Flash cost 2.6 cents, making it more than 40x cheaper at similar quality. Gave both the exact same prompt!
🚀 Introducing DeepSeek-V4.1-Flash: smarter, faster, more efficient. 🔹 Introducing the smallest model in our new architecture family, with native visual understanding. 🔹 Designed for greater capability, faster inference, higher throughput, and scaling to larger models. 1/6
42
22
514
55,990