Register and share your invite link to earn from video plays and referrals.

Tinker
@tinkerapi
I tink, therefore I am. Post-training API by @thinkymachines
1 Following    13.4K Followers
Inkling doesn't waste tokens getting to the punchline, we call that cheap humor.
I RL-trained @thinkymachines Inkling model to tell dad jokes, all from my laptop. Inkling is a 975B open-weights MoE. I fine-tuned it with GRPO on @tinkerapi into PunTune-0.6, which answers any topic with a focused, original dad joke. The jokes are... fine. But the finding was insightful. The main discovery was that training didn't teach the model new wit. It taught it to pick one punchline... and stop. Something a lot of great models (and my mom) really struggle with. PunTune reaches strong punchlines on about a quarter of the tokens as the base Inkling model. My rewards bought reliability and economy, not necessarily creativity. This is the type of learning that helps product leaders start to connect how training, and understanding what is/isn't possible, can sharpen the value your AI models deliver. Especially when...
Show more
Kimi K3 + Tinker is a really nice setup for an autoresearch loop With most of the training plumbing off the table, Kimi’s code changes stay focused on the experiment itself. This makes it easier to follow what changed and steer the next runs. Reproducing the Self-Distilled RLVR paper, Kimi one-shots the baseline implementation, ran 19 experiments across six configurations, and wrote the final report (plus a bonus, unsolicited Chinese version)
Show more
Parameter-efficient fine-tuning isn't just cheap, it's what makes formal guarantees of model learning possible. Compress an RLVR update into a small LoRA and you can set a floor on how it will generalize to unseen data. Sharp paper from @maxYuxuanZhu , @rohanalur, and @ddkang.
Show more
New research from Bridgewater AIA Labs, UIUC, and MIT: we prove what we believe to be the first non-vacuous generalization bounds for reasoning LLMs on real-world problems. RLVR powers frontier reasoning capabilities yet its generalization to unseen data has remained an open theoretical question and deployment blocker for practitioners. Our generalization bounds for RLVR deliver provable high-probability lower bounds of the accuracy for billion-parameter RLVR models on unseen data, which can provide guidance on safely deploying RLVR. 1/9
Show more
Inkling is our first open model from @thinkymachines and is now available on Tinker! Check out these quotes from Tinker customers on their experience with Inkling: @_Mantic_AI: "Not only does Inkling outperform Kimi K2.6 on our forecasting evals, it does so with half the output tokens." @trajectorylabs: "We’ve been impressed by how sharp and efficient the model is. Its reasoning is concise, its tool calling is consistently strong, and it holds up well on complex, long-horizon agentic tasks. It feels like a meaningful unlock for what teams can build with open-source models designed for customization." @lightningrodai: "We came away impressed by the model’s underlying reasoning ability. It’s thoughtful, original, and refreshingly unsycophantic.”
Show more
Training image models requires a surprising amount of Tinkering: prototyping reward models, training a prompt expander, and creating the RL environment. We love the creativity from @krea_ai!
our technical report is out. deep dive on the data, architecture, and training techniques used to create Krea 2.
We're looking for Tinker fanatics to help the world fine-tune models. Join us!
Sorting which financial docs are worth an analyst's time is surprisingly hard for frontier LLMs. With an expert-labeled dataset and on-policy distillation, Bridgewater fine-tuned a model to do it reliably and cheaply.
Show more
0
20
1.3K
116
Forward to community
Our friends + occasional antagonists at @SemiAnalysis_ published a great writeup on RL training efficiency: treat the system as a queue and keep generator and trainer throughput matched. Also includes an analysis of Tinker's cost-efficiency and many OSS RL frameworks!
Show more
RL Systems Mind the Gap: Matching Trainer and Generator Throughput RL Training Infrastructure, GRPO, PipelineRL, Async RL, Policy Staleness, RL Sandbox Infra, CPU Requirements, TCO Analysis, Thinking Machines Tinker
Show more
Nemotron 3 Ultra from @nvidia is out today and available on Tinker day one! The flagship from the Nemotron family is built for long-running agents; @trajectorylabs have been using it in early access to power continual learning workflows.
Show more
Today we're shipping Nemotron 3 Ultra. A 550B MoE frontier-intelligence open model built for long-running agents. It delivers 5x faster inference and lowers the cost of complex agentic tasks by up to 30% versus other open frontier models.
Show more
Thinking Machines is impressive. In a couple hours I just fine tuned my own Qwen3.5-397B model this afternoon. Fast usable multimodal is also going to enable very mind-blowing personal AI.
0
114
3K
202
Forward to community
Foresight Learning is a clever data recipe for training prediction: split a sequence of notes randomly into prediction context and outcome label. Train on Tinker and you get a lightweight adapter that beats GPT-5 on calibration and clinical reasoning. Congrats @lightningrodai!
Show more
New preprint from @lightningrodai! We trained AI to predict clinical events — ICU transfers, new diagnoses, complications, procedures, ventilation, mortality — directly from raw clinical notes. No labeled data required – Foresight Learning infers outcomes from what happens later in patient records. Using Tinker from @thinkymachines , we trained a lightweight adapter on GPT-OSS-120B, resulting in a specialized predictor that runs on a single GPU. Results: 🎯 ~70% lower calibration error 📈 Brier skill score: ~0% → 27% 🧠 84% win-rate vs the base model in blind reasoning review 🥇 Slightly better Brier than GPT-5, despite being a fraction of the size Hospitals and specialty clinics often treat unique patient populations that out-of-the-box models don't have training data for. This makes it possible to build frontier-quality predictors for highly specific patient groups, with nothing but raw clinical records. Congrats to the team — @indiequant @KSkotheim64001 🙌 Full paper 👇
Show more
Exa trains Qwen3-4B-Instruct to search using Tinker!
How does Exa compare to Google for training LLMs to search? In this blog post, we find that LLMs using Exa during reinforcement learning reach higher performance with 70% less training compute.
Show more
People talk, listen, watch, think, and collaborate at the same time, in real time. We've designed an AI that works with people the same way. We share our approach, early results, and a quick look at our model in action.
Show more
0
465
15.8K
2K
Forward to community
Meet Waldo: Glean’s first agentic search model. Built on @nvidia Nemotron 3 Nano and post-trained for search planning, Waldo figures out how to break down a query, which tools to call, what to read next, and when it has enough evidence to hand off.
Show more
Exciting work from @wzenus, supported by Tinker grants!
In Agent RL, models suffer from Template Collapse. They generate vast, diverse outputs (High Entropy) that lose all meaningful connection to the input prompt (Low Mutual Information). In other words, agent learn different ways to say nothing. 🚀 Introducing RAGEN-v2 -- Here's how we define and fix such silent failure modes in Agent RL. 🧵
Show more
We built a new task to test AI research capabilities! Agents asked to use @tinkerapi from @thinkymachines to train a model on logic games. That involves writing full training pipeline, running experiments across recipes, and submitting the best model.
Show more
Coding agents are racing towards strong performance over long horizons. @ProximalHQ's FrontierSWE throws down a rigorous benchmark, and we're thrilled that Tinker gets to play a part!
Tinker for autoresearch (for golf):
I pointed Claude Code at a research task (build a golf forecasting system) and let it run for 49 hours on Tinker. No human in the loop. It ran 108 experiments. Here's the full trajectory, including the ones that made things worse.
Show more