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    14.6K Followers
LLM next-token prediction is already a probabilistic classifier, so an open LLM can serve a Jev-like interface: discrete options in, fast probabilities out. Our own @ekzhang1 made it better at the job with a $5, 10-minute run on Tinker.
Show more
RLVR isn't just for math and code. Engineers spent decades building physics-based verifiers for electromagnetic systems. @gentrajectory is using these and Tinker to train models that design power transformers to meet specs at low cost in the real world.
Show more
AI is now improving its own model architectures and chips. The power infrastructure it runs on deserves the same attention. We used RL to teach a Kimi base model to design medium-power transformers. It met 93% of unseen specs, helping to compress multi-week engineering efforts into a few minutes of inference. 1/5
Show more
We highlighted how OpenResearch+Tinker make exploratory research easier, but equally important is auditing: testing dozens of competing published methods in an automated way with the compute cost forecast to within a dollar. We love to see our research grants support great work!
Show more
Using Tinker with an autoresearch loop is a really effective way to reproduce post-training papers at predictable costs Today there are dozens of self-distillation methods all claiming improvements over each other, and it’s hard to establish which claims hold up We gave agents a Tinker budget to reproduce self-distillation results across models and training setups. With just a few user prompts, they reproduced SDFT’s continual learning benefits across Qwen3-8B and Qwen3-30B-A3B over multiple seeds, and investigated SFT’s failure modes. Read more below:
Show more
We've shared research on fine-tuning forecasters, now you can try it for yourself: a cookbook recipe for training a model to predict event probabilities given reference information. Start with the provided dataset from @ProphetArena, then try your own.
Show more
Specializing a model doesn't mean a loss of general ability. @bespokelabsai trained Inkling on debugging a singular repo and produced a model that's better at coding across the board, while using fewer tokens to get the answer right.
Show more
How to post-train a model to personalize it on your code repo? In our latest research in Bespoke Labs, we post-trained a model to improve its performance on a given Github repository. Starting from Inkling base, we use supervised fine-tuning (SFT) with trajectories coming from a strong teacher model, and reinforcement learning (GRPO) on repository-specialized environments that we curated. SFT gave a 52pp improvement in performance on the held-out fontTools evaluation set. Further RL training lifts the total improvement to 57pp compared to the base Inkling model. In addition to the in-distribution evaluation our post-trained Inkling shows good performance on Terminal-Bench 2.1 and SWE-Bench Lite while becoming 40% more token efficient due to post-training. Read our full research blog post here: Many thanks to Thinking Machines Lab for their credit contribution that helped support this research.
Show more
We previously highlighted @lightningrodai's data recipe for training forecasters. Their new work with @PTetlock and @VSatopaa adds another key piece: choosing the rule for scoring predictions, and how each one trades off accuracy and error.
Show more
New preprint from @lightningrodai, this time with Philip Tetlock and Ville Satopää! We post-train 5 versions of the same LLM, changing only the scoring rule used as the RL reward. Similar aggregate scores, but very different BIN profiles. A good Brier score alone doesn't tell you if a forecaster can distinguish likely from unlikely events. One might discern well but lose if its probabilities run systematically too high. A less discerning one might score better by hugging the base rate. BIN splits forecast performance into bias, information, and noise. Bias is a systematic shift in the probabilities. Noise is random scatter. Information is real signal about which outcomes are more likely — the part you need a powerful LLM for. Different uses call for different profiles. Reward choice is one lever shaping which forecaster you get. Congrats to co-authors @indiequant @KSkotheim64001 @VSatopaa @PTetlock 🙌 Full paper:
Show more
We built Inkling to be fine-tuned, and @besimple_ai did an impressive job of that. Just 25-100 hours of specialized audio takes Inkling to the top rank for recovering subtle details from speech.
We published how @thinkymachines 's Inkling did on Voice Code Bench few weeks ago, and then we asked, what if we fine-tune Inkling? Inkling's main value prop is its small size and robustness, making it a good base model for domain specific fine-tuning. So we that's what we did. We fine-tuned the same Inkling speech model on 1, 25, and 100 hours of our proprietary data containing alphanumeric entities. And the curve kept moving. 🍊 Not surprising, on the standard 300-item VoiceCodeBench evaluation, the 100-hour checkpoint delivered the strongest result. Untrained Inkling → 100-hour post-trained Inkling: 📈 Task Success Rate: 56.33% → 79.00% (+22.67 pts) 📈 Entity recovery (CTEM): 86.84% → 94.80% (+7.96 pts) 📉 VoiceCodeBench WER: 2.3748% → 1.6107% (32.2% relative reduction) 🔧 139 misses fixed, 21 prior hits regressed: net +118 exact entities recovered And the gains scaled as data scaled: 1h: 88.06% CTEM / 59.33% TSR / 2.8188% VCB WER 25h: 92.85% / 72.67% / 1.8517% 100h: 94.80% / 79.00% / 1.6107% The 100-hour model recovered values the base model missed: •--revert-last, instead of splitting one flag into “--revert --last” • tests/auth/login.spec.ts, instead of test/auth/login.spec.ts • ALLOWLIST_CIDR, instead of inserting an extra underscore • SN-7KX-9042, instead of dropping the final digit The largest entity-type gains were email addresses (+30.8 pts), postal addresses (+30.0), file paths (+23.5), environment variables (+22.9), and IP addresses (+20.0). That’s the Besimple thesis: targeted human data can move the production metrics that matter for voice agents, even when the base model is already strong. DM me if you want to evaluate your model on this benchmark or build the data that moves it. 🍊 #SpeechRecognition# #VoiceAI# #ASR# #Transcription# #DataQuality# #PostTraining# #Benchmarks# Checkout the full blog at:
Show more
GLM-5.3 from @Zai_org is now available on Tinker with 256k context. With scaled up post-training from the same base as GLM-5.2, it is currently the strongest open-weights model on coding evals such as Terminal-Bench 3.0 and DeepSWE 1.1.
Show more
alphaXiv is turning research papers from static artifacts into live research that grows and branches, with agents running their own experiments. Tinker makes running these experiments easy for both agents and people
Show more
Introducing autoresearch for arXiv papers: replicate and experiment on any arXiv paper using an army of Claude/Codex agents For post-training, your agents can use @tinkerapi to launch concurrent RL runs while you watch your experiment tree grow Try it out now on OpenResearch:
Show more
LLMs with scaffolds have lagged on text-to-SQL, a task that relies on human judgment. By folding expert judgment into every part of RLVR on Tinker, @maxYuxuanZhu and @ddkang (UIUC and Bridgwater) trained the first text-to-SQL model to beat the human mark.
Show more
Quick, accurate summaries make an even better resource and more easily searchable by both people and LLMs. We're glad to see Inkling contributing!
We use Inkling-Small to turn paper abstracts into quick, useful summaries. open weights × open science 🤝
Today, we are launching Tinker grants of up to $50,000 in credits for safety research on open-weight models. We share some project ideas that excite us below; if you’re working on a safety project that could be accelerated by additional Tinker credits, we want to hear from you!
Show more
0
42
1.5K
130
Forward to community
We type into LLMs when we know what to ask for, but when we're unsure it's easier to talk it out. Coco is a local assistant that offers help proactively, with Inkling on Tinker powering the voice interface.
Show more
Recently we are working on adding proactive support to the collaboration layer. While testing with different people, I found audio is a good way to capture moments when people need support. So we added a "Hi Coco" feature and support inkling model through @tinkerapi - it works pretty well! (video has sound!🔊) We open source this part first since several people told me they're exploring ideas around collaboration layers + talk-out-loud. Link in thread.
Show more
Qwen3.8-27B is live on Tinker today. It’s natively multimodal with images + video, has flexible thinking control, and is meaningfully better at coding, professional work, research, and long-horizon agentic tasks. Let us know what you build with it!
Show more
Nemotron 3.5 Lightning from @NVIDIAAI is out today and available on Tinker. With just 3B active parameters and optimized for throughput speed, 3.5 Lightning is designed for work where latency and cost matter.
Show more
Introducing NVIDIA Nemotron 3.5 Lightning⚡ An open 30B MoE model with 3B active parameters, built for always-on agents to complete high-volume, specialized tasks faster. It delivers up to 4x the output speed of similar-sized models.
Show more
The ability to mix compute platforms is novel and really useful for interpretability research. We're fans of what @GoodfireAI is building for researchers and love to see Tinker integrated into Silico.
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