Agent-written TypeScript training code
Describe the behavior you want in Claude Code or Codex, then review the TypeScript training workflow that the agent generates in your repository.
Arkor is an agent-native TypeScript framework for training open-weight models, with managed GPUs, reviewable training code, and OpenAI-compatible API deployment.
Arkor is an agent-native TypeScript framework and managed runtime for training open-weight models. It is designed for teams that want to describe a model to a coding agent, review the generated TypeScript, and let Arkor handle training and deployment on managed GPUs.
The product combines a training workflow, hosted serving, and model iteration in one loop. It can create an OpenAI-compatible endpoint, turn request logs into training data, run managed fine-tuning, and deploy LoRA adapters or checkpoints behind an API your app can call.
Describe the behavior you want in Claude Code or Codex, then review the TypeScript training workflow that the agent generates in your repository.
Arkor runs training jobs on managed GPUs, so teams do not have to provision separate GPU infrastructure for the fine-tuning run.
Each run can produce checkpoints, which can be promoted, rolled back, or served from an OpenAI-compatible endpoint with its own URL and API keys.
The hosted platform stores requests and responses as runs that can be replayed, inspected, and converted into training data.
Arkor Studio opens locally during the workflow so you can review the detected trainer and click Run Training while the agent and runtime handle the rest.
The framework is written in TypeScript and presented as open source, with code examples, API reference, and cookbook recipes in the repository and docs.
Build a model that performs a task in a specific voice or style, such as rewriting drafts, while keeping the training code in TypeScript for review before the run starts.
Collect requests and responses from a live app, replay them as runs, and convert them into datasets for improving a deployed model over time.
Start with an open model, launch a temporary endpoint, and test whether the model fits a product workflow before deciding whether to keep or fine-tune it.
Fine-tune from endpoint logs, a local file, or a Hugging Face dataset when you already have task data but want a managed training and serving workflow.
Deploy a trained adapter or checkpoint behind an endpoint that your Next.js or Node app can call by changing the base URL.
Arkor is used to build and fine-tune open-weight models from TypeScript. The pages describe workflows such as preparing a dataset, writing a trainer, running training on managed GPUs, and serving the result behind an OpenAI-compatible endpoint.
The source describes Arkor as an agent-native TypeScript framework and managed runtime. It is presented as built for TypeScript and Next.js teams, with the training workflow created in your repo and run from Arkor Studio.
The product pages describe a workflow where your coding agent prepares the dataset and training project, you review the generated TypeScript, and Arkor runs training on managed GPUs and deploys the model behind an API.
Yes. The framework page says you can fine-tune on endpoint logs, a file, or a Hugging Face dataset. The platform page also says production traffic can be turned into a dataset for managed fine-tuning.
Pricing is not published yet. The pricing page says Arkor is free during the alpha and that pricing is coming soon.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Manta AI is an autonomous web app testing tool that maps app behavior, catches regressions, and generates tests from a URL, no scripts or selectors needed.
SonOf connects to your repo and PM tool, audits your codebase, and turns approved work into shipped tickets with senior engineering review.
Ghost is a terminal-based AI assistant for chatting, code generation, and CLI tasks. Includes free models, supports Linux, macOS, Windows, and is open source.