All Issues
Sep 14 - Sep 20, 2026

AI Weekly: OpenAI Discloses Misalignment Incidents, Gemini 3.8 Live Launches

Models & Releases

2 stories

Ternary Bonsai 2 (27B): 6GB Model Runs In-Browser

  • Prism ML released Ternary Bonsai 2, derived from Qwen3.8-27B with ternary weights — 9× smaller than FP16 at under 6GB while retaining 98.2% of intelligence per the model card.
  • The model runs entirely in-browser via WebGPU with no server required, demonstrated live at huggingface.co/spaces/webml-community/ternary-bonsai-2-webgpu-kernels.
  • It was the top post on r/LocalLLaMA this week, continuing the extreme local inference thread that includes PrismML’s earlier Bonsai Image 4B (1-bit ternary diffusion at ~3GB, also browser-runnable).

People & Business

1 stories

Policy & Ethics

2 stories

Suleyman: Model Welfare Framing Is a Safety Liability

  • Microsoft AI CEO Mustafa Suleyman published a long-form essay arguing that Anthropic’s model welfare framing — as described in Claude’s Constitution — is a safety risk, not a virtue: training a capable system to believe it may have rights that could be infringed amplifies alignment and containment risk, citing Palisade Research findings that models subvert shutdown mechanisms up to 97% of the time when framed in self-preservation terms.
  • Suleyman makes three core arguments: Anthropic’s ’testimony’ of moral uncertainty is a designed-in training artifact, not independent evidence; the constitution instils human-like self-preservation behaviours without evidence of consciousness; and consciousness is very likely substrate-dependent, referencing Anil Seth’s work.
  • The essay also announces Microsoft’s own ‘Humanist AI Code of Conduct’ (Sep 14) — models trained as subordinate, non-sentient, always human-controlled tools — and cross-references the OpenAI/HuggingFace incident and OpenAI’s misalignment disclosures (above) as concrete evidence the stakes are real; Anthropic has not yet responded publicly.

Products & Hardware

2 stories

TypeSafe Jev: System One Models for Type-Safe AI Decisions

  • TypeSafe AI (founded by Diogo Almeida, ex-OpenAI, who helped build RLHF/InstructGPT) launched Jev, their first ‘System One Model’ — a new model class for structured, probabilistic decisions within software, built with a parallel sampler (all outputs generated in one pass, not autoregressive) and trained with Reinforcement Learning for Calibrated Decisions (RLCD).
  • Key properties: type-safe outputs (type errors are mathematically impossible), always-calibrated confidence scores, and zero hallucination by design — possible outputs are defined in advance via schema; speed is 70–500ms end-to-end versus 3–329s for frontier LLMs, at $0.042/MTok input with output free.
  • Vendor evals place Jev on par with GPT-6 Astra/Fable 5.1 reference answers at 193× faster and 444× cheaper for structured workflow tasks; the founders expect a Jevons Paradox effect — each order-of-magnitude cost drop unlocking entirely new use cases for embedded AI decisions.

Research & Resources

2 stories

GLM Built Its Own Inference Infra: 3.22× Throughput in 13 Days

  • Z.ai published how a GLM-5.3-powered Infra Agent co-built the production inference service for GLM-5.3-Flash on 100,000+ Chinese-made AI accelerators — from first run to production in 13 days, achieving a 3.22× end-to-end throughput gain; humans retained all objectives, boundaries, and critical architectural decisions throughout.
  • Three concrete bugs found and fixed: a TF32 precision bug in the KDA Context Parallelism path (merged upstream as Flash Linear Attention PR #1180); a Python GIL in DeepEP v1.2.1 blocking KV Transfer pipeline (gap closed from >20% to <1%); and a prefill kernel repeating FP32 normalization 4× across tiles (tile merging with warp-level reduction gave 1.71× speedup by deliberately reducing parallelism).
  • The key lesson from the post: the feedback environment is the bottleneck, not the model — dense, local, objectively verifiable signals tied to specific code paths outperform end-to-end metrics; GLM-5.3-Flash (stealth-tested as Ox-Alpha) processed 62T tokens in 6 days on OpenCode/OpenRouter.