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 and managed runtime for training open-weight models. It helps TypeScript and Next.js teams generate reviewable training code, run fine-tuning on managed GPUs, and deploy models behind an OpenAI-compatible API.
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 inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
Manta AI is an autonomous web app testing tool for teams that want to map application behavior, catch regressions, and generate tests without writing scripts or maintaining selectors. It works from a URL and supports plain-English test flows, run results with screenshots, and scheduled or deployment-triggered checks.
SonOf connects to your repo and PM tool, audits the codebase and surrounding product context, and turns approved work into shipped tickets with senior engineering review. It is aimed at founders and engineering leaders who need backlog help without hiring a full team immediately.
Ghost è un assistente AI da terminale per chattare, generare codice ed eseguire task da riga di comando. Include modelli gratuiti, supporta Linux, macOS e Windows, ed è open source.