Blogs›Crusoe Feature Trails
See how major capabilities shipped, upgraded, and evolved across Crusoe's engineering blog.
Publishing pulse
2026–2026 · peak 2026
6 posts mapped

fastokens v2 introduces native tiktoken support, a regex-free Unicode scanner for pretokenization, and a rebuilt BPE core for improved serving latency and bulk throughput. It now supports tiktoken.model files directly, enabling compatibility with models like Kimi K3. Performance gains are significant, with up to 10-46x speedups over HuggingFace tokenizers and 10x over tiktoken on specific workloads. Features for LLM serving include a prefix cache for shared prompts and an `encode_batch_flat` function. This post discusses the broader implications of agentic inference on tokenomics, emphasizing cost per token as the ultimate measure of inference efficiency. It highlights how agentic workloads, with their multi-step plans and stateful context, can consume significantly more tokens per task, necessitating a deeper evaluation of infrastructure beyond GPU/hour and FLOPS/dollar. The post details the 'inference iceberg' metaphor, distinguishing between visible metrics (GPU specs) and underlying factors (power, cooling, networking, software stack) that impact real-world token output and cost. It introduces new metrics like tokens per watt and cost per completed task, and discusses the role of physical infrastructure and the open-source software stack in optimizing agentic AI inference. Crusoe's vertically-integrated AI factories and early adoption of NVIDIA's DSX Platform are presented as key enablers for achieving low cost per token in agentic workloads. The post also mentions Crusoe's Managed Inference and Serverless Fine-Tuning services for deploying and customizing open agentic AI systems.
Timeline

Crusoe has automated the pre-deployment stage of bringing GPU nodes online. This system orchestrates a per-server workflow that ensures all prerequisites and validation checks are met before a node is ready for provisioning. This includes logical and physical racking, vendor data collection for BMC access, device network detection, IP reservation, BMC data collection via Redfish, and various hardware and connection validation checks. The system uses an event-driven pipeline with clear status reporting (Pass, Fail, Not Run, Blocked) and scheduled retries for failed or blocked checks, ensuring nodes are provision-ready efficiently and reliably.
Timeline

Crusoe has launched Serverless Fine-Tuning, a managed service within Crusoe Intelligence Foundry that allows users to customize open-source models using their own data. This service eliminates the need for users to provision GPU clusters or manage infrastructure, offering a pay-as-you-go model. It supports a variety of base models (Qwen, DeepSeek, Llama, Gemma, gpt-oss, etc.) and data formats (JSONL, Parquet). The pipeline includes data pre-processing (cleaning, tokenization, de-duplication), au. This post details the integration of NVIDIA's Nemotron 3 Ultra model with LangChain Deep Agents, running on Crusoe Cloud. It highlights how Crusoe's Managed Inference and the `langchain-crusoe` integration enable cost-effective deployment of frontier-class open agents, emphasizing harness engineering over model fine-tuning for performance gains. The post also introduces Crusoe's MemoryAlloy KV cache fabric for improved agentic workload performance and discusses tiered model deployment strategies using Nemotron 3 Ultra for orchestration and Nemotron 3 Nano Omni for execution.
Timeline