Deep Cogito Raises 3M Series A to Scale Post-Training and Iterated Distillation

San Francisco AI research startup Deep Cogito has raised a $43 million Series A round to expand its post-training systems and reinforcement learning infrastructure for open-weight foundation models. The round was led by TQ Ventures, with participation from Benchmark, Nexus Venture Partners, Atreides Management, South Park Commons, and enterprise cloud security provider Zscaler, which acts as both a commercial customer and strategic investor. The financing brings total capital raised by Deep Cog

2 min
Deep Cogito Raises 3M Series A to Scale Post-Training and Iterated Distillation

San Francisco AI research startup Deep Cogito has raised a $43 million Series A round to expand its post-training systems and reinforcement learning infrastructure for open-weight foundation models.

The round was led by TQ Ventures, with participation from Benchmark, Nexus Venture Partners, Atreides Management, South Park Commons, and enterprise cloud security provider Zscaler, which acts as both a commercial customer and strategic investor. The financing brings total capital raised by Deep Cogito to more than $56 million.

Post-Training and Iterated Distillation

Founded by former Google AI Search engineers Drishan Arora and Dhruv Malrana, Deep Cogito focuses on improving foundation model reasoning after pre-training completes. Rather than allocating capital toward large pre-training compute runs, the team targets post-training optimization via Iterated Distillation and Amplification (IDA).

   ┌────────────────────────────────────────────────────────┐
   │                                                        ▼
[ Base Weights ] ──► [ Amplification: Search & Compute ] ──► [ Verified Trajectories ]
                             ▲                                      │
                             └──────── [ Distillation Loop ] ───────┘

Under the IDA framework, the system amplifies reasoning capability during training by allocating extended search compute to explore complex problem spaces. Successful reasoning paths are subsequently distilled directly back into the model's baseline weights. This allows the model to internalize productive heuristic patterns, reducing the token overhead and inference latency typically required by test-time compute scaling.

Iterated Distillation and Amplification diagram

Cogito Open-Weight Model Family

The company validates its post-training pipelines through the Cogito model family, spanning parameters from 3 billion to a 671-billion-parameter Mixture-of-Experts (MoE) architecture:

  • Cogito v2 (671B MoE): Produced reasoning chains approximately 60% shorter than DeepSeek R1 while preserving benchmark accuracy across reasoning tasks.
  • Cogito v2.1 (671B MoE): Integrates process supervision during step-by-step reasoning on top of open-weight DeepSeek base models.
  • Training Economics: Deep Cogito reported spending under $3.5 million in total compute across eight models in the initial Cogito release series.

Enterprise Weight Customization

In parallel with open-weight releases, Deep Cogito builds proprietary models for enterprise customers. Instead of relying exclusively on Retrieval-Augmented Generation (RAG) at runtime, the platform trains specialized domain workflows, security policies, and task evaluation criteria directly into model parameters.

Customer and backer Zscaler utilizes the platform to train dedicated security intelligence models on internal threat telemetry and incident data.

Deep Cogito plans to use the new capital to scale its compute clusters, expand algorithmic research into process-supervised reinforcement learning, and accelerate deployment of specialized enterprise models.

Sources

Written by

More to read

  • AI Agent Code Execution Sandboxes in Production: Comparing E2B, Modal, Daytona, and Firecracker MicroVMs

    AI Agent Code Execution Sandboxes in Production: Comparing E2B, Modal, Daytona, and Firecracker MicroVMs Autonomous AI agents that write, execute, and debug code represent a major architectural shift in production AI systems. From automated coding benchmarks like SWE-bench to autonomous software engineers, data analysis agents, and dynamic tool-use pipelines, modern Large Language Model (LLM) workflows frequently execute arbitrary, model-generated code. Running arbitrary code generated by prob

    1 min
  • NVIDIA Reports 6.2B Quarter as Data Center Revenue Reaches 9B

    NVIDIA Reports $96.2B Quarter as Data Center Revenue Reaches $89B NVIDIA reported second-quarter fiscal 2027 revenue of $96.2 billion, representing a 106% year-over-year increase, the company announced in its earnings release on August 26, 2026. The Data Center segment drove the results with $89.0 billion in quarterly revenue, up 117% from the prior year. Edge Computing contributed $7.2 billion, up 27% year over year. GAAP and non-GAAP gross margins both came in at 75.0%, while GAAP diluted e

    1 min
  • Activation-Aware Weight Quantization (AWQ): Mathematical Foundations, Salient Weight Protection, and INT4 Tensor Core Execution

    Activation-Aware Weight Quantization (AWQ): Mathematical Foundations, Salient Weight Protection, and INT4 Tensor Core Execution Large language models have transformed AI applications, but their deployment remains constrained by memory and compute barriers. A 70B parameter model in FP16 occupies ~140 GB of VRAM — exceeding even the 192 GB of NVIDIA's flagship B200 GPU, let alone edge devices. Quantization addresses this by reducing weight precision from 16-bit floats to 4-bit integers, shrinking

    1 min