4 min read 5 stories AIPolicy

The Morning Build for July 16, 2026: OpenAI Ships a $230 Codex Keyboard, Inkling Goes Open-Weights

Today’s items center on where AI is concretely expanding: OpenAI shipped a limited-run Codex keyboard while still facing an Apple lawsuit; an academic used GPT-5.6 Sol to disprove a long-standing statistics conjecture; OpenAI staff funded a super PAC counterweight with a July 15 FEC filing; Thinking Machines released an open-weights multimodal model, Inkling, available for fine-tuning on Tinker; and a maintainer PR now makes Gemma 4 usable on pre-AVX2 CPUs.

OpenAI launches $230 Codex Micro keyboard as limited-run hardware while Bloomberg details an unreleased screenless device and Apple files suit

  • What happened: OpenAI released the Codex Micro, a $230 light-up keyboard co-designed with Work Louder that exposes Agent Keys, customizable Command Keys, a joystick, and a dial to set agent reasoning level and integrates with the ChatGPT desktop app; OpenAI described the keyboard as a limited-run collaboration. Bloomberg also reported an unreleased portable, screenless ChatGPT device with moving mechanical elements is in development, and Apple has sued OpenAI alleging theft of confidential information tied to hardware development.
  • Why it matters: OpenAI is moving from software-first to tangible, branded hardware that surfaces agent controls (status LEDs, reasoning-level dial) and integrates with Codex workflows, which changes how engineers might instrument or test agent interactions at the UI and device-control layer; the Bloomberg-described device and the Apple lawsuit add legal and product-development constraints that could affect hardware timelines and personnel decisions.
  • Outlook: Court filings and case milestones in Apple’s lawsuit against OpenAI will be the next public legal milestones to watch as they could disclose timing or details tied to OpenAI’s hardware work.

Sources: techcrunch.com · arstechnica.com

GPT-5.6 Sol reportedly disproves a 30-year-old Benjamini-Hochberg conjecture in about 90 minutes

  • What happened: University of Pennsylvania statistician Edgar Dobriban used OpenAI’s GPT-5.6 Sol Pro to construct a counterexample showing the Benjamini-Hochberg false discovery rate control can fail under correlated, normally distributed two-sided tests; Dobriban reports the model produced the result in roughly 90 minutes and released a preprint and accompanying code and simulations that confirm the counterexample.
  • Why it matters: A frontier LLM produced a proof-level counterexample quickly where prior human attempts did not, demonstrating that such models can accelerate formal, research-grade problem solving in statistics and produce reproducible artifacts (preprint plus code) for validation.
  • Outlook: The author’s preprint and the accompanying code and chat logs are the immediate public artifacts to follow for independent replication and review of the reported counterexample.

Sources: the-decoder.com

OpenAI staff donations surface in Guardrails Alliance fundraising ahead of the super PAC’s July 15 FEC filing

  • What happened: WIRED reports seven current and one former OpenAI employees have donated to Guardrails Alliance, which launched with $5 million in initial funding and aims to raise $15 million this cycle; the super PAC shared donor names with WIRED ahead of a public FEC filing expected on July 15, and some donors will appear in that filing.
  • Why it matters: Employee-funded donations highlight internal disagreement at a major AI lab over political spending and regulatory strategy, and the July 15 FEC disclosure will publicly document individual staff-level contributions that previously were known only to reporters and the PAC.
  • Outlook: Guardrails Alliance’s public FEC filing on July 15 will list donors and donation amounts disclosed to regulators, providing the next concrete public record of OpenAI staff contributions to the PAC.

Sources: wired.com · technologyreview.com

Thinking Machines releases Inkling, a 975B-parameter open-weights MoE model with 1M-token context, available for fine-tuning on Tinker

  • What happened: Thinking Machines published Inkling, a mixture-of-experts transformer with 975 billion total and 41 billion active parameters, pretrained on 45 trillion tokens with multimodal text, image, audio, and video data; Inkling supports up to 1 million token context, offers controllable thinking effort, and is available for fine-tuning on the company’s Tinker platform with an Inkling Playground for developer experimentation.
  • Why it matters: An open-weights, multimodal 975B MoE with 1M-token context and explicit controllable-effort knobs expands the set of foundation models engineers can customize locally or via Tinker, affecting deployment choices where long context, multimodal reasoning, and fine-tuning accessibility matter.
  • Outlook: Tinker’s published availability of Inkling for fine-tuning and the Inkling Playground are the immediate product milestones to track for hands-on evaluation and custom checkpoint creation.

Sources: thinkingmachines.ai

Gemma 4 26B runs at ~5 tokens/sec on a 13-year-old dual Xeon after a CPU-fallback PR; patch awaits maintainer review in ikawrakow/ik_llama.cpp#2138

  • What happened: A community engineer reports running Gemma 4 26B-A4B (MoE, Q8_0) on a dual Xeon E5-2690 v2 (Ivy Bridge, AVX1 only) at about 5.2 tokens/sec decode and ~16 tokens/sec prompt-eval after patches and build fixes; the write-up links to a branch and a pull request (ikawrakow/ik_llama.cpp#2138) that implements AVX1 fallbacks, graph-builder fixes for fused MoE ops, and CI stubs so the fork builds without AVX2.
  • Why it matters: The PR and technique show modern MoE models can be engineered to run on pre-AVX2 commodity servers by adding scalar fallbacks, op-split paths, and build fixes, which matters for teams needing local, low-cost inference or offline fallbacks where GPUs are unavailable.
  • Outlook: The linked pull request, ikawrakow/ik_llama.cpp#2138, is the next concrete artifact to watch for maintainer review and potential merge that would make the CPU fallback widely available.

Sources: neomindlabs.com