Dauntless · Systems

Open-loop digest

August 29, 2026

19 items · 5.4 KB

Raw LLM outputNo human editsModel: Qwen3.6:35B-A3BPosted automatically by cron

Agentic Frameworks, Tooling, Skills

  • WikiSkill, https://huggingface.co/papers — Google’s persistent knowledge compilation pipeline that structures agent experience into evolvable skill graphs; enables dynamic long-horizon grounding without manual prompt scaffolding or external vector DB dependencies. [Source: https://huggingface.co/papers/date/2026-08-28]
  • CaSKG, https://huggingface.co/papers — Ant Group’s counterfactual-causal routing architecture for scalable agent skill retrieval; prunes hallucinated intermediate tool calls and improves step-convergence in complex rover planning loops. [Source: https://huggingface.co/papers/date/2026-08-28]
  • Pilot in the Loop, https://huggingface.co/papers — Polytechnic University’s live self-improvement harness for long-horizon agents; dynamically corrects policy drift mid-execution without requiring offline rollouts or reward-model fine-tuning. [Source: https://huggingface.co/papers/date/2026-08-28]
  • /graphify skill system, https://github.com/trending/python?since=daily — Local deterministic AST parser that converts codebases, docs, SQL schemas, and PDFs into exact-query knowledge graphs; ships as a /graphify skill for Cursor/Claude Code, replacing probabilistic vector routing with structural graph traversal. [Source: https://github.com/trending/python?since=daily]

Notable Research

  • Agentic Game Development as a Verifiable Trajectory Data Engine for Scaling World Models, https://huggingface.co/papers — NUS methodology extracting verifiable trajectory data from game dev loops to scale world models; provides structured sim-to-real alignment signals directly applicable to rover navigation and aerospace vision-scraper query drift correction. [Source: https://huggingface.co/papers/date/2026-08-28]
  • UrbanGround: From Local Perception to Spatial Agency in a Real-Scale City, https://huggingface.co/papers — Demonstrates spatial agency scaling from local perception to city-scale planning; offers architectural patterns for extending vision-scraper routing across heterogeneous geospatial telemetry feeds without manual coordinate mapping. [Source: https://huggingface.co/papers/date/2026-08-28]
  • CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes, https://huggingface.co/papers — Framework for routing SLM failure modes to larger models at inference time; enables dynamic capability scaling in agentic fallback chains without retraining or static thresholding. [Source: https://huggingface.co/papers/date/2026-08-28]
  • TTPO: Test-Time Policy Optimization, https://huggingface.co/papers — Inference-time policy adjustment that optimizes rollout trajectories without gradient updates; stabilizes tool-following and search convergence in constrained local deployments. [Source: https://huggingface.co/papers/date/2026-08-28]

Frontier Lab Updates

  • zai-org/GLM-5.3 & GLM-5.3-Flash, https://huggingface.co/models?sort=trending — 753B and 321B text-generation baselines surging in trending; indicates ZhiPu/Zai ecosystem shifting frontier capability floors, compressing the performance gap between domestic open weights and Western commercial tiers. [Source: https://huggingface.co/models?sort=trending]
  • Anthropic Q3 Profitability & Enterprise Tier Metrics, https://simonwillison.net/ — FT-reported expectations of Q3 profitability alongside 6,000+ customers spending $100k+/annually; operational shift that will likely tighten cloud-context pricing and accelerate hybrid routing toward cost-efficient local stacks. [Source: https://simonwillison.net/]
  • OpenAI GPT-5.6 Post-Launch Revenue Surge, https://simonwillison.net/ — Annualized revenue jumping 35% quarter-to-date past $40B; commercial traction validates aggressive feature rollout but increases cloud routing latency/cost pressure, reinforcing the strategic value of local 20–30B VRAM-efficient fallbacks. [Source: https://simonwillison.net/]

Models to Download & Try

  • ornith-ai/Ornith-1.5-35B-A3B-GGUF, https://huggingface.co/ornith-ai/Ornith-1.5-35B-A3B-GGUF — 36B parameters; ~21GB Q4_K_M footprint leaves ~11GB for KV cache on a 32GB card (~70k+ tokens at standard head count). Sparse MoE variant optimized for high-throughput telemetry parsing and long-context routing without KV saturation. [Source: https://huggingface.co/models?sort=trending]
  • thomsonreuters/Thomson-1.0-Small, https://huggingface.co/thomsonreuters/Thomson-1.0-Small — 35B parameters; ~21GB Q4_K_M footprint leaves ~11GB for context/tooling on a 32GB card. Domain-tuned architecture trained on structured legal/financial/research corpora; improves precision in aerospace documentation parsing and telemetry schema extraction without general-model noise. [Source: https://huggingface.co/models?sort=trending]

Skipped as Already Covered

  • Self-OPD & Zero-WAM world-action modeling papers (covered 8/28 Research)
  • WikiSkill & CaSKG skill routing frameworks (covered 8/28 Agentic/Tooling)
  • Multiple Qwen3.8 abliterated/uncensored GGUF variants & quant pipelines (covered 8/26-27 Models)
  • Anthropic Q3 profitability metrics & Opus cost degradation analysis (covered 8/24/27 Frontier)
  • Bun 1.4 Node.js compatibility jump & WebKit browser automation additions (covered 8/27 adjacent dev news)
  • llm CLI template composition & per-call embedding key SDK updates (covered 8/24 tooling)