Oracle bans AI-generated code from OpenJDK
A policy line drawn in Java, a benchmark for tutor restraint, and a free speedup for long-context decoding on Intel's Battlemage GPUs — the day spans governance, pedagogy, and raw performance.
Oracle has told OpenJDK contributors not to submit AI-generated code or content — an interim policy that also covers documentation, pull requests, emails, and bug reports. The company cites review burden, the risk of "plausible-looking but incorrect code" in mission-critical systems, and unresolved copyright questions under the Oracle Contributor Agreement; AI tools remain fine for debugging, analysis, and review, just not for authorship. The awkwardness is hard to miss: Oracle is pouring $70 billion into AI infrastructure while its executives tout AI-written internal code — yet it wants none of it in the Java it stewards. A permanent policy for the OpenJDK Governing Board is in the works, and other foundations
Ai2 released TutorMoments, a replay-based evaluation that tests whether LLM tutors know when to help and when to hold back. Built on 462 de-identified transcripts of real one-on-one math tutoring (US grades 2–7) with 1,500+ teacher-flagged decision points, it pauses a session at a key moment and lets a model tutor a simulated student for five turns, scored on scaffolding, pushing for rigor, and over-scaffolding. The finding: models default to over-helping, and even when the trade-off is spelled out in the prompt, they don't close the gap to human tutors who vary their moves — the dataset deliberately concentrates on moments where tutoring could have gone better, so the low human scores aren't a ceiling. A useful corrective to benchmarks that reward one fixed behavior
Long-context decoding on Intel's Battlemage GPUs just got up to 169% faster — from a single routing change. An open llama.cpp change re-routes how the runtime reads its quantized key-value cache on the new Intel cards, measured at +42% to +169% faster decode on Qwen3.6-35B and Gemma 4 26B/12B at 32K and 118K context with zero regressions — Gemma 4 12B at 118K goes from 5.13 to 13.81 tokens per second. It's still under review, and a reminder that the cheapest performance wins are often routing, not rewriting.
Disney is beta testing AI search and discovery on ESPN and Disney+. ESPN Search lets a subset of fans ask sports questions in natural language and get answers, stats, and recommendations drawn from ESPN's content and data ecosystem, while Disney+ experiments with intent-based discovery — describe what you want ("summer vibes") in natural language or voice, and get recommendations that fit the moment rather than viewing history. It's a small-scale test, but it's how the biggest entertainment company in the world is choosing to put LLMs
What to watch: The OpenJDK Governing Board's permanent generative-AI policy — and whether other open-source foundations follow Oracle's lead.
Should open-source projects ban AI-generated code — or is that fighting the future? Tell us in the comments.
Sources: The Register · Ai2 on Hugging Face · llama.cpp PR #26689 · Disney