Thinking Machines avatar

Thinking Machines

Official

@thinking-machines-lab

0Followers
|
8Public Repos
|
27Published Skills

Thinking, beeping, and booping.

Skills Distribution
DomainAI Models & ...Reinforcement Lear.. (40%)Supervised Fine-Tu.. (30%)Dataset Engineering (20%)Model Evaluation (10%)

Agent Skills by Thinking Machines

Showing 27 vetted skills indexed across 1 GitHub repositories.

thinking-machines-labthinking-machines-lab
4.1k

research

Conduct LLM post-training research experiments using the Tinker API and cookbook recipes.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.1k

inkling

Sample, evaluate, and post-train Inkling models on Tinker with effort-conditioned rendering.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.1k

debug

Diagnose Tinker training performance, output correctness, renderer, and service availability issues.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

logging

Capture training metrics, logtrees, and traces into metrics.jsonl and logtree.json files.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

tinker-sdk

Manage ML workflows via HTTP APIs, CLI and SDKs.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

sft

Configure and execute supervised fine-tuning of LLMs using the Tinker API.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

hyperparams

Calculate learning rate, LoRA rank, batch size, and schedule for fine-tuning language models.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

manage-skills

Audit and standardize Claude Code skills for frontmatter and repository conventions.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

grpo

Configures and runs GRPO reinforcement learning workflows with the Tinker API for math, code, and custom environments.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

new-recipe

Scaffold a new training recipe directory with boilerplate in tinker_cookbook/recipes.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

rlhf

Orchestrates an RLHF workflow with SFT, RM training, and RL via the Tinker API.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

tinker-types

Explain Tinker SDK types Datum, ModelInput, and TensorData for training pipelines.

Official
Basic
thinking-machines-labthinking-machines-lab
4.0k

multiturn-rl

Coordinate multi-turn RL training workflows against interactive environments using Tinker APIs.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

dpo

Configure and run Direct Preference Optimization training with a model and preference dataset.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

models

Identify and recommend LLM models and renderers for Tinker tasks.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

distillation

Automate knowledge distillation from teacher to student models via the Tinker API.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

setup

Guide Tinker installation, environment setup, API key provisioning, and verification.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

completers

Generate tokens or structured messages via SamplingClient wrappers for RL rollouts.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

checkpoints

Save and manage ML training checkpoints via REST API and CLI.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

datasets

Construct and normalize ML datasets across JSONL, HuggingFace, and conversation formats.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

weights

Downloads, merges LoRA adapters, and publishes models to HuggingFace Hub.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

environments

Design reusable RL environments with Env, EnvGroupBuilder, and RLDataset patterns.

Official
Advanced
thinking-machines-labthinking-machines-lab
4.0k

contributing

Provides a guide for setting up, coding, and contributing to tinker-cookbook.

Official
Intermediate
thinking-machines-labthinking-machines-lab
4.0k

ci

Standardize testing conventions and GitHub Actions CI pipelines across projects.

Official
Advanced

Frequently Asked Questions About Thinking Machines

FAQPage Schema
What specific model training tasks are supported?

The framework supports supervised fine-tuning, direct preference optimization, and group relative policy optimization. It enables knowledge distillation, multi-turn reinforcement learning, and the management of LoRA adapters for custom model checkpoints.

Who is the target persona for these technical resources?

These resources are designed for machine learning engineers and researchers focused on model alignment, reinforcement learning, and fine-tuning pipelines. It is ideal for practitioners building custom training recipes and managing complex model evaluation cycles.

What are the primary prerequisites for running these training recipes?

Users require a configured environment with access to the Tinker framework, valid credentials for HuggingFace Hub, and prepared datasets in JSONL or compatible formats. Installation involves setting up the local directory structure and provisioning necessary keys for model publishing.