AETHER Mythos: a fast, efficient thinking coding agent distilled from
elite Fable 5 agent traces onto LiquidAI’s LFM2.5 architecture.
AETHER-Mythos-1 is a specialist agentic coding model with strong internal
reasoning. It is designed for on-device / local deployment: low latency, modest VRAM/RAM,
and high-signal tool-use + planning behavior.
Philosophy
The highest-leverage path to a small coding agent is not more web text — it is
distilling the best long-horizon agent trajectories (think → tool → observe → verify)
into an efficient backbone. We prioritize:
Fable 5 traces (Glint-Research/Fable-5-traces) as the primary high-signal source
of Claude Fable 5 thinking + tool-use coding sessions.
Complementary elite CoT coding / reasoning data to reinforce planning and verification
without drowning the mix in noise.
LiquidAI LFM2.5 as the substrate: hybrid architecture, strong edge speed, long context,
and Unsloth-friendly fine-tuning.
AGPL-3.0 notice: A substantial fraction of training signal comes from AGPL-licensed
agent traces. Distributing model weights derived primarily from AGPL data may trigger
strong copyleft obligations (source disclosure for network use in some interpretations).
Do not treat this model as Apache/MIT-clean. Review AGPL compatibility with counsel
before commercial or proprietary deployment. The base model (LiquidAI/LFM2.5-1.2B-Thinking) remains
under Liquid AI’s LFM license terms.
Training setup
Setting
Value
GPU
L40S (Modal)
Effective batch size
16
Learning rate
8e-05
Schedule
cosine
Epochs / max steps
1.0 / 100
Packing
True
Optim
adamw_8bit
Grad checkpointing
unsloth
Seed
3407
Stack: Unsloth + TRL SFT on Modal with persistent volumes for dataset cache and
checkpoints.
Intended use
Local coding agents (tool-use loops: shell, edit, read, write)
Planning + verification style reasoning before code changes
Not intended for: unconstrained autonomous operation on production systems without
human oversight; high-stakes decisions; generating malware or disallowed content.
Chat & thinking format
AETHER-Mythos-1 follows LFM2.5 ChatML-style templates. Assistant turns may include:
<think>
... internal reasoning ...
</think>
final answer or tool call