A draft model that predicts whole blocks of tokens in parallel for speculative decoding of Qwen3.8-27B. Uses block-diffusion drafting with per-position candidate sets and a selector plus dynamic convolutions to keep end-of-block accuracy, increasing accepted tokens per verification and end-to-end throughput versus autoregressive decoding.
A 9B dense reasoning LLM optimized for single‑GPU deployment and terminal-based coding agents, with long-context support (up to 262,144 tokens) and GGUF/quantized builds for edge/mobile. Strong on coding and agentic benchmarks.
Proposes “Graph Engineering”: using explicit, dynamic graphs to represent tasks, agents, tools, and system state so LLM-based agent systems can coordinate, persist, and evolve. Surveys principles, methods, applications, and curates related resources.