AIAny
AI Model2026
Icon for item

Atria Dawn Preview

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Introduction

Why this matters

Agentic systems that can plan, run tools, and verify outcomes shift human effort from executing tasks to supervising projects and judging evidence. Atria Dawn Preview is positioned as a research/engineering-focused agentic LLM that closes the loop: it analyzes questions, designs experiments or implementations, invokes tools, runs code or checks, and incorporates environmental feedback toward verifiable results.

Key Capabilities
  • Long-context, tool-driven workflows: a 1,048,576-token context window lets the model maintain extended project state and chain many steps without losing context, so it can coordinate multi-step experiments or engineering tasks across long dialogues.
  • MoE foundation and downloadable checkpoints: built on a 744B-parameter Mixture-of-Experts GLM-5.2 stack with BF16 and FP8 releases, enabling local deployment or fine-grained hosting choices for organizations that need full-weight control.
  • Verifiable experience pipeline and tool integration: designed to combine task objectives with environment feedback (tool calls, code execution, experiment results), so outputs can be tied to executable actions and externally checked outcomes.
  • Text-only, production-oriented integrations: model card and recipes include adapter instructions for vLLM, Codex/Kimi/Claude integrations and API endpoints, making it usable in both local inference and hosted service flows.
Who it's for and trade-offs

Great fit if you need an agentic LLM for end-to-end research or engineering workflows that require long context, tool orchestration, and on-premises control — e.g., labs, engineering teams, or projects needing verifiable experiment runs. Look elsewhere if you require an official hosted API with vendor SLA (the weights are released but hosted inference endpoints may be limited), purely multimodal input (the model is declared text-only), or a lightweight model for constrained hardware (BF16/FP8 checkpoints are large and require substantial infrastructure).

More Items

Analyzes why on-policy distillation can produce excessively long student rollouts by identifying termination-token mismatch between students and teachers, and proposes aggregating functionally equivalent EOS tokens as a shared semantic stopping action to mitigate length inflation.

Hugging Face
AI Model2026

Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.

Hugging Face
AI Model2026

Fast, non-autoregressive decision engine that answers typed questions (choice/score/noul) over text or JSON states with calibrated probabilities and confidences in a single forward pass. Suited for routing, triage and moderation workflows; includes a Router to pick checkpoints per request.