Japan just open-sourced its government generative AI environment. It's called "Gennai," named after Hiraga Gennai, the Edo-era polymath who built one of Japan's first electrostatic generators in the 1770s. Released on April 24, 2026 on GitHub under commercial-use licenses, it's destined for 180,000 government workers across all ministries. Here's how Japan's approach compares to USAi (US) and Humphrey (UK).
What was released: MIT-licensed, commercial use OK
Japan's Digital Agency open-sourced the core of its in-house "Government AI Gennai" platform across two GitHub repositories: digital-go-jp/genai-web (the web application that civil servants interact with directly) and digital-go-jp/genai-ai-api (the microservices that power the AI applications behind it).
According to Japanese tech press reports, the licenses applied include MIT, allowing commercial use. The release covers the source code and build instructions for the web interface, plus three concrete AI application templates:
- A RAG (retrieval-augmented generation) template for administrative work, built on AWS
- A self-deployed LLM template, built on Microsoft Azure
- A fully reproducible legal-text AI app that pulls from the latest Japanese legal corpus, built on Google Cloud
That all three major hyperscalers are represented isn't accidental. The architecture is deliberately cloud-portable to avoid vendor lock-in.
Why "Gennai"? An homage to an Edo-era inventor
Hiraga Gennai (1728–1780) was a botanist, physician, Western-studies scholar, inventor, and writer rolled into one, the Renaissance figure of mid-Edo Japan. He's best known for his replica of an "Erekiteru" (electrostatic generator) imported from the Dutch.
That the Digital Agency named its government AI after Gennai signals an aspiration: this is meant to be Japan's defining experiment in scientific governance, not just another procurement project.
Prime Minister Sanae Takaichi has reportedly directed thorough use of Government AI Gennai. At the third meeting of the AI Strategy Council on December 19, 2025, she stated that more than 100,000 government employees should be able to use it starting in May 2026.
What 180,000 civil servants will actually do with it
The fiscal-year-2026 large-scale pilot covers all ministries, agencies, and external bureaus, 39 organizations in total, comprising approximately 180,000 government employees. Per Digital Agency materials, the use cases include:
- Researching laws and regulations
- Document summarization and translation
- Drafting parliamentary answer support
- Administrative document analysis
- Public-comment classification (already in production since June 2025)
That last one matters: Gennai's RAG technology has already been used to classify and process public-comment submissions for other ministries since June 2025. The "let's just try AI" phase ended a while ago. The May-2026 ramp-up is the production phase, with full budgeted operations starting fiscal year 2027.
In parallel, the Digital Agency is evaluating seven domestic LLMs selected from 15 applicants in March 2026, including NTT Group's "tsuzumi 2," SoftBank's "Sarashina2 mini," and others. Domestic models are being road-tested inside Gennai before any potential procurement.
"Stop building the same thing": a clear message to local governments
What the Digital Agency emphasized most in this release was preventing duplicated AI infrastructure development across local governments and other agencies.
Japan has 47 prefectures and over 1,700 municipalities. If each commissions its own generative AI platform, the country ends up paying for the same thing many times over. By open-sourcing Gennai's source code and letting procurement specifications point at "Gennai OSS," local governments can lower their implementation barrier while escaping vendor lock-in.
The opportunity for SMEs and startups is real too. Companies can build their own services on top of Gennai's OSS, adding domain-specific features and selling those to municipalities. The Digital Agency frames this as "activating the local-government AI services market" through public-private symbiosis.
What this is not: a community-driven project
Some caveats matter. As Naoya Osugi, the Digital Agency's lead engineer for Government AI, made clear in an official Note post, the official repositories will only address critical issues, pull requests for feature additions are not accepted. Long-term maintenance is not guaranteed, and the Digital Agency explicitly notes that public OSS distribution may be discontinued in the future.
In other words, Gennai OSS is less "let's grow this together" and more "here's our reference implementation; fork it as you wish." Internal manuals referenced by the production RAG, third-party LLMs that Digital Agency doesn't own rights to, and live operational logs are not released.
How this differs from the US "USAi": buy vs. build
Internationally, Japan's approach stands out.
The US General Services Administration (GSA) launched "USAi" in August 2025, an evaluation suite that lets federal agencies test multiple AI models (OpenAI, Anthropic, Google Gemini, Meta, xAI, Microsoft) before procuring them. It's the operational arm of President Trump's "America's AI Action Plan." The premise is faster, lower-risk procurement.
USAi is "a smarter way to buy AI", not "build it ourselves and open-source it." And per April 2026 Nextgov reporting, USAi was launched as a free service but will start charging agencies in fiscal year 2027 under a "cost-recoverable model."
Recent friction has hit the US system too. An April 2026 GAO report criticized federal agencies for "buying AI fast and making expensive mistakes," analyzing 13 AI acquisitions to highlight mismatches between procurement timelines and AI development cycles. In February 2026, President Trump ordered all federal agencies to cease using Anthropic's technology after the company refused to loosen restrictions on military use of its AI, a reminder that US government AI is highly exposed to political turbulence.
How this differs from the UK "Humphrey": close cousins, separate paths
The UK's approach actually rhymes with Japan's.
In January 2025, the UK government launched "Humphrey," a suite of AI tools for civil servants, named after the fictional permanent secretary in the BBC sitcom Yes, Minister. The naming wit (Edo-era inventor vs. fictional bureaucrat) feels parallel.
Humphrey consists of five core tools: Consult (for analyzing public consultations), Parlex (for parliamentary debate analysis), Minute (for meeting transcription), Lex (for legal research), and Redbox (a general-purpose civil-service LLM). Redbox has already been open-sourced, as has "Caddy," the call-center support tool now used in the Cabinet Office.
So far, very similar to Japan. But there's a divergence. In July 2025, the UK signed a comprehensive memorandum of understanding with OpenAI and rolled out ChatGPT Enterprise to 2,500 staff at the Ministry of Justice. OpenAI's foundation models effectively power much of Humphrey.
Gennai, in contrast, leans into domestic LLMs and multi-cloud architecture. Models like "PLaMo Translate" (Preferred Networks, MIT-licensed), tsuzumi, and Sarashina are the candidates being trialed. This reflects a different stance on "sovereign AI."
The EU AI Act: a regulatory-first contrast
The European Union takes yet another path. The EU prioritized building a regulatory framework, the AI Act, and from August 2, 2026, full-scale obligations for general-purpose AI models (GPAI) will apply. Each member state must also have at least one AI sandbox running by that date.
When public authorities use high-risk AI systems, the EU grants a transition period until August 2, 2030, but imposes stringent transparency, risk assessment, and human-oversight requirements throughout.
The international landscape, simplified:
| Approach | Disclosure stance | |
|---|---|---|
| Japan | In-house build + OSS | Full release under MIT |
| UK | In-house build + partial OSS | Redbox, Caddy already public |
| US | Vendor procurement + evaluation | USAi is gov-only, not OSS |
| EU | Regulation-first | Sandboxes + transparency duties |
Where this fits in Japan's broader DX policy
Open-sourcing Gennai is symbolic for Japanese DX policy.
Until now, Japan's DX efforts have largely focused on citizen-facing services, the My Number Card, online government applications. This time, the government built a tool to change its own internal workflows, and chose to share that with the rest of society.
The timeline is striking: the AI Act passed May 2025, the AI Basic Plan was approved by Cabinet in December 2025, OSS was released April 2026, the 180,000-employee pilot starts May 2026, full operations launch fiscal year 2027. This sequence reads like Japan trying to shed its "AI laggard" reputation.
Challenges remain. Each ministry must establish a Chief AI Officer (CAIO), update procurement guidelines, and raise the AI literacy of staff. Whether Gennai becomes "the AI civil servants actually use" depends on operational reality, not policy declarations.
Still, the choice to brand a government AI after an Edo-era inventor and publish it on GitHub is worth pausing on. How does your country build and run government AI? Should it be open-sourced like this? We'd love to hear in the comments.
References
- https://www.digital.go.jp/news/907c8e5d-2f4f-4bd7-9400-37c9f4221d7d
- https://digital-gov.note.jp/n/n84aeba282e60
- https://github.com/digital-go-jp/genai-web
- https://github.com/digital-go-jp/genai-ai-api
- https://www.digital.go.jp/policies/genai
- https://www.itmedia.co.jp/aiplus/articles/2604/24/news103.html
- https://www.gsa.gov/about-us/newsroom/news-releases/gsa-launches-usai-to-advance-white-house-americas-ai-action-plan-08142025
- https://www.gov.uk/government/news/shake-up-of-tech-and-ai-usage-across-nhs-and-other-public-services-to-deliver-plan-for-change
- https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai
Global Discussion
14 comments