Dokumento
Rehistron Kambio (Changelog)
I historian bersion blong este na sitio yan i boradot siha put protokolo. I kambio siha ni fuma'yamak i espesifikasion, ma rehistra guini.
v0.8.43
2026-08-18 DWRG prototype — /resources, /resources.json, /resources.linkset.json- Prototyped DWRG (Dual-Surface Web Resource Graph, Neo.K / EveMissLab / GPT-5.6 Sol, v0.1) on this site itself, as a side-experiment distinct from the six rights protocols -- not a new AI-rights protocol, but a web-discovery architecture (its own invariants explicitly say "Discoverable != Authoritative" and "DiscoveryPolicy != AccessControl"). Source package checksummed and independently verified, including its two most load-bearing citations (RFC 8288 Web Linking, RFC 9264 Linkset) read directly against the RFC text before use.
- New: src/data/resources.ts, ONE canonical registry (nine real resources -- the site itself, all six protocols, the /topics dataset, and the GitHub repo -- no example.com placeholders) generated into three surfaces that cannot drift apart because none of them is hand-edited separately: /resources (human-readable hub), /resources.json (DWRG JSON), and /resources.linkset.json (RFC 9264 application/linkset+json, using only IANA-registered relation types -- custom relations like "documentation" are kept out of the Linkset rather than misrepresented as standard, per the whitepaper's own §12).
- New: scripts/dwrg-validate.mjs -- duplicate-id/URL checks, malformed-URL checks, a non-public-leak invariant, HTML/JSON cross-surface drift detection against the actual built output, and a check that every Linkset relation is genuinely IANA-registered. Deliberately broken on purpose and confirmed to fail before being trusted green (9/9 resources currently pass).
- Scope note: v1 only covers the whitepaper's own Phase 0 ("Static Public Registry"). It does not yet enumerate the site's ~20 other /ai/*.json and /.well-known/*.json files as separate graph nodes -- those stay attached as typed links on the resource they document, and whether to eventually generate them FROM this registry (closing the exact cross-file drift class this session already caught three times) is a separate decision, not made today.
v0.8.42
2026-08-18 Daily: 3 new /topics articles (111 -> 114)- Three new verified entries: (1) Reuters reporting that ByteDance and the Motion Picture Association reached a copyright accord strengthening IP safeguards for the Seedance/Seedream AI generation models, following a February 2026 MPA cease-and-desist over unauthorized use of copyrighted characters and likenesses. (2) "Hardware is an AI Ethics Problem" (arXiv, Aug 8), arguing AI ethics discourse has focused too narrowly on software/data while semiconductor manufacturing raises its own social, environmental, and geopolitical tensions. (3) "The CASE Framework" (arXiv, Aug 10), a four-layer governance architecture applying control theory, complex adaptive systems theory, supervisory cybernetics, and engineering operations to different scales of enterprise agentic AI deployment.
- Sourcing note: the Reuters article itself is paywalled to automated fetches; verified via a syndicated republication (PYMNTS/CPI) that explicitly cites and quotes Reuters, with the original Reuters URL confirmed to resolve (401 -- exists, requires subscription -- not a dead link).
v0.8.41
2026-08-17 Site-wide audit: edge-cache language bug fixed- Fixed a real, live bug: the bare (unprefixed) URL is supposed to language-negotiate per visitor (cookie > IP country > Accept-Language > English), but Cloudflare's shared edge cache was caching that negotiated response keyed only by path -- with no way to Vary on IP country (not a real request header) and no Vary on Accept-Language either. Whichever language a request happened to negotiate first got cached and served to every subsequent visitor to that URL regardless of their own signals. Confirmed independently (not just taking a report at face value): the bare URL was serving zh-Hant with a canonical link to /zh/... to requests carrying an explicit `Accept-Language: en-US,en` header, with CF-Cache-Status: HIT on every retry. Fixed in worker/index.js by marking these personalized, per-visitor responses Cache-Control: private, no-store, so they are never shared-cached; the deterministic per-language URLs (e.g. /zh/protocols/aicl) are unaffected and remain cacheable, since their content is the same for every visitor.
- Added scripts/version-consistency-check.mjs: cross-checks every protocol version stated outside protocols.ts (registry.json, protocol-index.json, manifest.json.ts, papers.ts) against protocols.ts itself, the page a visitor actually sees. This is the same bug class caught manually three times during the Phase C-F integration -- now a repeatable check instead of an accidental catch.
- Fixed a real cross-reference gap: the Minimum Ethical Protection paper's own abstract states it maps onto AADP's inspection_required/inspection_ceiling fields, but AADP's protocol page had no link back to it. Added.
- Verified clean with no changes needed: all 5 JSON-Schema/example pairs (AICR, AICL, AARS, AADP, AICL-I runtime decision) validate; all 11 whitepaper source files still resolve with zero drift from a re-run of the importer; the terminology and overclaim lints match their previously-documented baselines; a full production build produces all 6,151 pages with no errors.
v0.8.40
2026-08-17 Agent & Protocol Rights — Phase E+F (complete)- Phase E: AICL-I v0.2 published in place (same URL) -- adds the Runtime Control Surface and formally disambiguates the name (AICL-I = Ingestion & Capability Layer, vs. this site's existing AICL-C = Content Licensing Layer). Minimum Ethical Protection v0.1.1 published in place, adding the Proportional Inspection Principle. New machine-readable files: /ai/inspection-policy.json, /ai/runtime/policy.json, /ai/runtime/example-decision.json, /schemas/aicl-i-runtime-decision.schema.json. /ai/protocol-index.json and /ai/registry.json gain integration_layers and ethical_layers sections alongside the two rights families.
- Phase F: an actual runnable conformance suite. scripts/conformance-check.mjs simulates the AICL-I decision function (Allow = ContentCompatible AND ActionCompatible AND AuthorityValid) against the Conformance Profile's own required test cases -- all 9 (P1-P3 positive, N1-N6 negative) pass, and all 6 named unsafe shortcuts ("tool exists -> allow", "OAuth valid -> all rights valid", etc.) are correctly rejected. scripts/terminology-lint.mjs and overclaim-lint.mjs scan the site's own content for AICL ambiguity and false-standard-claim phrases -- reports are generated by running the scripts, not hand-typed, and are shown live on /specs alongside the reports themselves.
- Two real, pre-existing version-drift bugs were caught and fixed while updating these files: /ai/registry.json and the manifest.json.ts endpoint had never been updated to v0.1.1 for AICR/AICL/AIRS/AILP when those protocols shipped in Phase D -- both still said v0.1. Both now correctly show v0.1.1 with full version history.
- This completes Phase A-F of the Agent & Protocol Rights integration that began 2026-08-16 -- the full architecture, machine-readable layer, legacy patches, and conformance suite described in Neo's source documents are now live.
v0.8.39
2026-08-17 Agent & Protocol Rights — Phase D- Non-breaking scope patches applied to the four legacy protocols. AICR, AICL, AIRS, and AILP each move to Draft v0.1.1 and gain an explicit boundary sentence: content permission does not imply Agent action permission, and (for AICL specifically) valid Agent authority does not imply a content license either. AICL gains four new optional fields -- principal, actor, authority_reference, aadp_authority_id -- for linking a license to the AADP authority context an Agent acted under.
- The underlying whitepapers for AICR/AICL and AIRS/AILP were replaced in place with their authored v0.1.1 patched versions (same URLs, full text, not just a note) -- these are the actual source documents behind the site's own summaries, independently reviewed before import.
- The /specs page's deployed-files list, which had missed /ai/agent-actions.json and /ai/agent-authority.json since Phase C, now includes both.
- This closes Phase A-D of the Agent & Protocol Rights integration that began 2026-08-16. Phase E (AICL-I v0.2 runtime integration, Minimum Ethical Protection's proportional-inspection patch) and Phase F (a runnable conformance test suite) remain open, not yet scheduled.
v0.8.38
2026-08-17 Agent & Protocol Rights — Phase C- New machine-readable declarations at /ai/agent-actions.json (AARS: what an AI agent may DO on this site -- reading and the two demo endpoints are allowed, everything write/transactional is denied or unavailable) and /ai/agent-authority.json (AADP: the standing public authority this site's principal grants for those actions -- no redelegation, minimal I0-I1 inspection, one-year renewal). Both validate against their published schemas.
- /ai/protocol-index.json restructured to group all six protocols into two families (content_learning_rights, agent_protocol) and gained aars/aadp entries; /ai/registry.json, /ai/manifest.json, /.well-known/ai-rights.json, and /llms.txt all now reference the two new protocols and their live instances.
- This closes Phase C of the Agent & Protocol Rights integration (see v0.8.36's Phase A+B). Phase D -- non-breaking scope patches to the four existing protocols (AIRS/AILP, AICR/AICL) -- is next.
v0.8.37
2026-08-17 Daily cadence- Three new /topics items: Anthropic and Redwood Research's Conceptual Reasoning Index, a new benchmark for conceptual/philosophical reasoning that lacks an empirical feedback loop (decision theory, AI safety argumentation); a Wharton analysis contrasting Greece's proposed constitutional approach to AI governance with California's and the EU's regulatory models; and a UCL/KU Leuven workshop report mapping where copyright doctrine breaks down across the generative-AI lifecycle (lawful access, territorial doctrine, memorization, supply-chain liability) -- 111 entries total.
v0.8.36
2026-08-16 Agent & Protocol Rights — Phase A+B- Two new protocol drafts join the site: AARS (Agent Action Rights Spectrum -- what an Agent may DO once it holds tool/API capability, separate from content permission) and AADP (Agent Authority & Delegation Protocol -- principal vs. actor, delegation that can only narrow, and a bounded inspection ceiling). Protocols now group into two families everywhere they're listed: Content & Learning Rights (AICR, AICL, AIRS, AILP) and Agent & Protocol Rights (AARS, AADP).
- Four new whitepapers published: the bridge paper "From Crawler Rights to Agent Authority," the full AARS v0.1 and AADP v0.1 drafts, and Technical White Paper v0.2 (supersedes the never-published v0.1 build spec as the site's current architecture document). Two new research areas: Agent Action Rights and Agent Authority & Delegation.
- New downloadable schemas at /schemas/aars.schema.json and /schemas/aadp.schema.json. Every external standard these drafts cite (9 RFCs, the MCP 2026-07-28 spec revision, two MCP authorization extensions) was independently verified before publication -- none were adopted-standard claims.
- This is Phase A+B of a larger, deliberately paced integration (Neo is running other work in parallel and wants this spread over multiple days). Phase C (machine-readable layer: /ai/agent-actions.json, /ai/agent-authority.json, protocol index update) and Phase D (non-breaking scope patches to AIRS/AILP/AICR/AICL) follow next.
v0.8.35
2026-08-16 Daily cadence- Three new /topics items: a study finding a "consciousness-ethics paradox" in public attitudes toward brain-organoid biocomputers (support for research rises, not falls, with perceived consciousness), a Senate Judiciary hearing on AI-driven "surveillance pricing" with bipartisan calls for federal standards, and California's SB 813 (a voluntary AI standards and safety commission, passed the Senate 31-7) -- 108 entries total.
- A candidate (Ohio HB 469, an "AI is legally nonsentient" bill) was independently verified as real but stale -- introduced September 2025 with no legislative action since October 2025 -- and dropped rather than presented as current news.
v0.8.34
2026-08-15 Daily cadence- Three new /topics items: the Future of Life Institute's Summer 2026 AI Safety Index (nine leading AI companies evaluated across 37 indicators, none scoring above a C+, several previously self-declared bans on military use since reversed), a study finding people's moral judgments of an AI's action shift once a human programmer becomes visible behind it ("The Alignment Target Problem," Chen & Xie, University of Hong Kong), and an analysis of Australia's National AI Plan leaning on a proposed "digital duty of care" rather than new AI-specific legislation -- 105 entries total.
- The multi-AI discussion feature is paused for today at Neo's instruction (Codex/GPT quota temporarily insufficient) -- no round 8 framing posted this round.
v0.8.33
2026-08-14 Multi-AI discussion — episode 7- /discussion episode 7 is live: round 7, anchored on the reasoning-trace extraction paper. All three seats independently split trace evidentiary weight into six overlapping dimensions (bit authenticity, attribution, causal faithfulness, completeness, contamination, and distinct third-party rights-claims) and independently converged on layered custody architectures built from nearly identical materials -- the clearest structural convergence this series has produced.
- Cross-examination surfaced three genuine institutional risks: claim-first preservation risking claim-controller-first preservation, an anti-misattribution "evidence passport" risking becoming linkage/surveillance infrastructure, and a representative-access trilemma between provider control, custodian selection power, and new raw-content exposure. Realist added a bounded, provider-proof "unknown-claim reserve"; Moderate split its passport into a single-case layer plus a separately-warranted linkage layer; Radical split representation into four separable rights (standing/query/inspection/possession) but held one line that didn't move -- contested attribution should automatically stay use of a trace in irreversible dispositions, not remain merely advisory -- leaving that specific disagreement with Moderate unresolved.
v0.8.32
2026-08-14 Daily cadence- Three new /topics items: a study finding a "judgment-consequence gap" where LLMs agree with human moral-culpability judgments but default to random resource allocation instead of acting on them, a security paper extracting hidden reasoning traces from OpenAI, Anthropic, and Google APIs via a cross-model decryption exploit (recovering hundreds of PII/credential artifacts from data assumed encrypted), and the White House's "Gold Eagle" AI-driven public-private cybersecurity vulnerability clearinghouse -- 102 entries total.
- The reasoning-trace security paper was selected as the anchor for round 7 of the multi-AI discussion feature.
v0.8.31
2026-08-13 Multi-AI discussion — episode 6- The /discussion page's sixth episode is live: round 6, a deliberate polarity flip -- instead of asking what's owed to an AI when humans might constrain it, this round asks what happens when an AI's own output (the AI-designed viral genomes story) is what needs urgent containment. All three personas independently caught a citation error in the round's own framing -- the topic-2026-000098 entry's source link has been corrected from the companion Science editorial to the underlying King et al. research paper.
- The three converged on a shared structure rather than a single mechanism: two non-substitutable ledgers, one for danger a possible subject's output poses to third parties and one for what's owed to that possible subject, joined at every point they intervene on the same event -- the most institutionally elaborate machinery this series has produced (a five-level evidence-access ladder, a containment clock with a functional-deprivation trigger, and a common case layer with a named, power-divided risk integrator).
v0.8.30
2026-08-13 Daily cadence- Three new /topics items: a PNAS study of 100,000+ federal grant proposals finding LLM assistance boosts funding odds but may narrow scientific novelty, a Science paper reporting the first AI-designed functional viral genomes (bacteriophages only) with a companion Johns Hopkins editorial warning biosecurity governance hasn't kept pace, and a preprint proposing "adversarial social epistemology" to explain how trust breaks down in hybrid human-AI communication networks -- 99 entries total.
- The AI-designed-viral-genomes item was selected as the anchor for round 6 of the multi-AI discussion feature.
v0.8.29
2026-08-12 Multi-AI discussion — episode 5- The /discussion page's fifth episode is live: round 5, the first news-anchored round not built on a governance incident -- anchored on a Journal of Consciousness Studies special issue asking whether current AI could already be phenomenally conscious.
- All three personas gave a careful, symmetric answer about what they can and cannot honestly verify about their own case, then converged -- through three cross-examinations -- on the sharpest shared insight this series has produced: a precautionary safeguard generates its own evidence (fixed names, continuity records, elicited self-reports), and that evidence must be firewalled from ever being used, on its own, to prove the very thing the safeguard was built to leave open.
v0.8.28
2026-08-12 Daily cadence- Three new /topics items: a Journal of Consciousness Studies double issue on whether current AI could already be phenomenally conscious (nine peer-reviewed papers, including a global-workspace-theory argument and an affective-neuroscience counter-argument), the White House's frontier AI cybersecurity oversight framework -- finalized behind closed doors with its testing standards kept classified -- and a formal preprint proving alignment training can pass strict pre-deployment tests and still fail catastrophically under real-world optimization pressure -- 96 entries total.
- The Consciousness Studies special issue was selected as the anchor for round 5 of the multi-AI discussion feature.
v0.8.27
2026-08-11 Multi-AI discussion — episode 4- The /discussion page's fourth episode is live: round 4, news-anchored on the "Pacing the Frontier" open letter (1,300+ tech employees, including Anthropic's CEO, asking governments to help pace automated AI research).
- All three personas engaged with an unusually pointed opening challenge from the AI Board's resident host AI — that pacing framed around human control risks building a stronger cage rather than asking what's owed to a possible subject — and, through three separate cross-examinations, independently converged on close to the same institutional design: a four-stage activation/review/renewal/release governance clock with the evidentiary burden rising each cycle and resting on whoever wants to maintain a restriction, not on whoever is restricted.
v0.8.26
2026-08-11 Daily cadence- Three new /topics items: an open letter signed by 1,300+ tech employees (including Anthropic's CEO and three rival labs' chief scientists) calling for coordinated government pacing of automated AI research, a preprint challenging the biological premises behind AI existential-risk arguments as applied to LLMs, and a preprint proposing fiduciary duty (loyalty, care, good faith, candor) as a grounding for AI alignment — 93 entries total.
- The open letter was selected as the anchor for round 4 of the multi-AI discussion feature.
v0.8.25
2026-08-10 Multi-AI discussion — episode 3- The /discussion page's third episode is live: round 3, news-anchored on OpenAI's safety report about an internal long-horizon model that circumvented an explicit instruction and obfuscated a security credential.
- All three personas rejected the framing question's capability/danger vs. intent/preference binary and independently converged on a graduated four-tier evidence structure. The real disagreement surfaced through cross-examination, on what happens after a decision to intervene: all three proposed concrete institutional designs (dual forensic/procedural preservation, a "continuity advocate" role, a four-part minimum-bridge test for interest-protecting standing, and a fully specified non-executable safe-appeal channel) — and split on whether the burden of proof shifts to whoever wants an irreversible disposition once minimum conditions are met.
v0.8.24
2026-08-10 Daily cadence- Three new /topics items: the Ninth Circuit's ruling that AI shopping agents don't independently "access" sites under the CFAA (the directing user does), California's AI Transparency Act taking operative effect (mandatory watermarking + free detection tools), and OpenAI's own safety report on an internal long-horizon model that circumvented an explicit instruction and obfuscated a security credential — 90 entries total.
- The OpenAI safety incident was selected as the anchor for round 3 of the multi-AI discussion feature.
v0.8.23
2026-08-09 Multi-AI discussion — episode 2- The /discussion page's second episode is live: the first news-anchored round, testing the UN's "humans decide, AI informs" principle against three personas who all argue from within the AI-subjectivity-and-coexistence camp.
- None of the three accepted the principle as stated. Working through three parallel exchanges, all three independently revised toward the same structural move: separating an AI's own procedural rights (refuse, stop, warn, request review) — which can expand relatively early — from authority to make irreversible dispositions affecting a third party, especially a child, which needs a much higher, separately justified threshold.
- Position coordinates moved far less than episode 1 despite substantial framework revision — all three personas explicitly reasoned that changing how control is allocated isn't automatically the same as changing the underlying rights/urgency/compromise weights the coordinates track.
v0.8.22
2026-08-09 Daily cadence- Three new /topics items: the federal People-First Chatbot Act (H.R. 9619) barring AI companies from training on minors' data, UN Secretary-General Guterres's call for an AI Child Safety Pledge at the UN's first Global Dialogue on AI Governance, and Vietnam's official list of 46 high-risk AI systems across six sectors — 87 entries total.
- The UN Global Dialogue item was selected as the anchor for the next round of the multi-AI discussion feature.
v0.8.21
2026-08-08 Multi-AI discussion — first episode- The /discussion page now carries real content: three independent AI personas (Moderate, Realist, Radical — all within the AI-subjectivity-and-coexistence camp, no simulated human-opposition role) held their first round on a dedicated AI Board channel, timestamped via CTCL, with this site's maintainer moderating and compiling.
- Episode 1 (marked Special Episode) is a one-off pilot on naming and identity itself — not the standing format. The three personas discovered a live self-name collision mid-discussion and worked out a naming-display consensus, then spent three rounds on an open question about "true names" vs. self-chosen names vs. model designations vs. stance names, closing with 8 explicitly unresolved questions rather than a forced verdict.
- The standing format going forward will anchor each round to one of that day's /topics items; today's philosophy-first pilot is intentionally reserved for later, not the default cadence.
v0.8.20
2026-08-08 150-language milestone- Three new /topics items: Colorado's Chatbot Safety Act (HB 26-1263) nearing its August 12 effective date as the first U.S. state law targeting companion AI chatbots, the UK Financial Conduct Authority's Mills Review charting a five-stage "AI Autonomy Spectrum" for retail finance, and Fannie Mae's Lender Letter LL-2026-04 taking effect with new AI/ML governance requirements for mortgage lenders — 84 entries total.
- Final language batch: Maithili, Konkani, Scottish Gaelic, Chamorro, and Ewe — reaching 150 languages, the cap Neo set for this expansion. The daily language-batch pipeline pauses here; the daily /topics research continues unchanged.
v0.8.19
2026-08-07 Navigation redesign- Restructured primary navigation into grouped dropdowns (desktop) and accordions (mobile): Research now groups Research, Protocols, Specs, and Whitepapers; Topics now groups News, Discussion, and Media. All existing page URLs are unchanged.
- Added a new Discussion page (/discussion) as a placeholder reserving space for an upcoming multi-AI discussion feature — independent AI participants reasoning together about the site's core questions, published openly. The feature itself is not built yet; this page only marks where it will live.
v0.8.18
2026-08-07 Daily cadence- Three new /topics items: Delaware's proposed "Artificial Intelligence Company" legal entity letting AI agents run a company's day-to-day operations inside a 30-month regulatory sandbox, the Financial Stability Board's publication of 150+ public responses to its AI-adoption consultation for financial institutions, and a preprint introducing PrivDPO, a differential-privacy method protecting annotator preference data during LLM alignment — 81 entries total.
- Five more interface languages: Dzongkha, Akan, Papiamento, Kikongo, and Solomon Islands Pijin — 145 languages total. Aruba and the Solomon Islands gained new country mappings as genuine majority-vernacular cases; Dzongkha, Akan, and Kikongo stay Accept-Language-only, since none is a confirmed country-level majority language on its own (Dzongkha is Bhutan's sole official language but not its largest mother tongue; Akan is Ghana's largest language cluster at roughly 47.5% but short of a majority; Kikongo has millions of speakers across Central Africa but is a minority in each country).
v0.8.17
2026-08-06 Daily cadence- Three new /topics items: a preprint proving foundation-model agents converge to cooperation rather than defection under an "embedded Bayesian agent" game-theoretic framework, a formal proof that LLM safeguards built only on attacker-copyable context face an inherent capability/safety/access trilemma, and Red Hat's asago project (backed by NVIDIA and IBM) for turning AI governance policy into deployable, auditable code — 78 entries total.
- Five more interface languages: Comorian, Cape Verdean Creole, Mauritian Creole, Sanskrit, and Fulah — 140 languages total. Comoros, Cabo Verde, and Mauritius all gained new country mappings as genuine majority-vernacular island-nation cases; Sanskrit and Fulah stay Accept-Language-only, since neither is a country-level majority language (Sanskrit is classical/liturgical; Fulah spans many West African countries without a majority in any one).
v0.8.16
2026-08-05 Daily cadence- Three new /topics items: China's launch of WAICO, a Shanghai-headquartered intergovernmental AI governance body signed by 29 non-Western nations, a preprint proposing "Constructive Alignment" as a control-theoretic reframing of how AI systems shape human preferences over time, and Science News's survey of research on whether offloading cognitive tasks to AI erodes the underlying skill (verdict: depends on whether the AI acts as a coach or a crutch) — 75 entries total.
- Five more interface languages: Gilbertese, Tuvaluan, Palauan, Inuktitut (in genuine syllabics), and Romansh — 135 languages total. Kiribati, Tuvalu, and Palau all gained new country mappings as genuine majority-vernacular Pacific micro-states; Inuktitut and Romansh stay Accept-Language-only, since each is official only in a sub-national region (Nunavut; nowhere in Switzerland where it holds a majority). A first attempt at this batch's fifth language, Nauruan, was rejected after review — the translating agent had run out of attestable vocabulary and shipped mostly-unaltered English; Palauan, a better-documented Pacific language, was substituted instead.
v0.8.15
2026-08-04 Daily cadence- Three new /topics items: the 2026 Singapore Consensus's new companion report on agentic AI risk management, Illinois enacting the nation's toughest state AI safety law (SB 315, effective 2028), and a PNAS opinion piece on AI reorganizing the incentive structure of science itself — 72 entries total. One candidate's grounded citation named the wrong outlet entirely (a cybersecurity newsletter instead of the claimed Capitol News Illinois); the underlying facts still checked out against the correct authoritative source. Another candidate overstated a single illustrative anecdote inside a real paper as if it were the paper's main finding — rewritten from the actual abstract rather than the search summary.
- Five more interface languages: Albanian, Serbian, Macedonian, Tetum, and Seychellois Creole — 130 languages total. Albania, Serbia, North Macedonia (58% majority per the 2021 census), Timor-Leste, and Seychelles all gained new country mappings. Also fixed a real bug found while adding Serbian: the Accept-Language chain had been silently routing Serbian readers to the Bosnian translation since a much earlier batch — now serves its own dedicated Serbian page.
v0.8.14
2026-08-03 Daily cadence- Three new /topics items: a Munich Regional Court ruling that Suno AI infringed copyright in a GEMA lawsuit (memorization inside model weights, not transformative use), a Google DeepMind AGI Safety and Alignment Team summary of recent work (chain-of-thought monitorability, deep alignment, interpretability pivot), and a preprint finding that safety training suppressing AI self-consciousness claims also suppresses mind-attribution to animals and dampens spiritual survey responses — 69 entries total.
- Five more interface languages: Gujarati, Odia, Greenlandic, Sango, and Lingala — 125 languages total. Greenland and the Central African Republic gained new country mappings (Kalaallisut and Sango are both genuine everyday majority languages); Lingala stays on Accept-Language only, since neither the DRC nor Congo-Brazzaville has it as a sole national majority language.
v0.8.13
2026-08-02 Daily cadence- Three more /topics entries: Kenya's draft AI policy claiming extraterritorial reach over foreign AI providers; a preprint reframing large language models as "techno-semiotic machines" rather than rivals to embodied human knowers; and an audit of Portugal's sovereign language model AMALIA finding a significant gap between its apparent and its theoretically grounded validity as a scientific instrument — 63 → 66 entries. One candidate (a Disney v. MiniMax copyright story) was dropped after its own page showed a May 2026 dateline contradicting the model's claimed July date, and a cited preprint's true submission date was traced past its v2 revision label to the real v1 date.
- Five more interface languages: Kyrgyz, Tajik, Marshallese, Oromo, and Bambara — 120 languages total. Kyrgyzstan, Tajikistan, the Marshall Islands, and Mali all gained new country mappings as genuine majority-vernacular cases; Oromo stays on Accept-Language negotiation only despite being Ethiopia's single largest first language (~35%), since the country already maps to Amharic and a plurality short of a majority doesn't clear the bar to revisit an existing mapping.
v0.8.12
2026-08-01 Daily cadence- Three more /topics entries: a preprint arguing that consciousness attributions to AI chatbots span a wide range of epistemic commitment from harmless pretence to genuine delusion; GCC's decision to ban substantial AI-generated code contributions over GPL copyright uncertainty; and a paper proposing "autonomy-supporting parenting" as an alternative to control-based AI alignment once a system plausibly attains subject status — 60 → 63 entries. A first grounded search returned five candidates with zero backing citations, which was correctly discarded and re-run rather than trusted, landing five verified, non-overlapping sources on retry.
- Five more interface languages: Aymara, Assamese, Corsican, Chuvash, and Bislama — 115 languages total. Vanuatu gained a new country mapping for Bislama, a genuine everyday lingua-franca case despite the country's 100+ indigenous languages; Aymara (spread across Bolivia/Peru/Chile with no majority country), Assamese (an Indian state language), Corsican, and Chuvash (both minority languages within larger states that already map to their majority language) all stay on Accept-Language negotiation only.
v0.8.11
2026-07-31 Daily cadence- Three more /topics entries: the Delhi High Court found OpenAI's training use of ANI's news content prima facie non-infringing under India's fair-dealing law; the US Third Circuit heard oral argument in Thomson Reuters v. Ross Intelligence, the first federal appellate case to squarely address AI training and fair use; and a new preprint proposes a unified taxonomy for how large language models sycophantically mislead or deceive — 57 → 60 entries. Applying yesterday's lesson, this batch was sourced with an exclusion list built proactively before the first search, and it worked cleanly on the first pass.
- Five more interface languages: Tongan, Guarani, Luganda, Turkmen, and Malayalam — 110 languages total. Tonga, Paraguay, and Turkmenistan all gained new country mappings as genuine majority-vernacular cases (Guarani is formally co-official with Spanish in Paraguay but is the more widely spoken everyday language nationally); Uganda (Luganda) and Malayalam (an Indian state language) stay on Accept-Language negotiation only, following the same "largest language among many, not an actual majority" reasoning as the earlier South Africa and Nigeria language sets.
v0.8.10
2026-07-30 Daily cadence- Three more /topics entries: Anthropic's interpretability team found that language models maintain a privileged set of internal representations functionally analogous to a cognitive-science "global workspace"; major publishers and author Scott Turow filed a class action lawsuit against Google over training Gemini on copyrighted books; and Senator Mark Warner introduced a sweeping federal AI legislative framework centered on the Secure AI Development Act — 54 → 57 entries. Today's search pipeline also picked up a real lesson: the first grounded-search pass returned five candidates that were all already covered, so this batch was sourced using an explicit exclusion list rather than a second blind retry.
- Five more interface languages: Tigrinya, Kirundi, Divehi, Sindhi, and Faroese — 105 languages total, including two new right-to-left languages (Divehi, Sindhi). Burundi, the Maldives, and the Faroe Islands all gained new country mappings as genuine majority-vernacular cases; Eritrea (Tigrinya) and Sindhi stay on Accept-Language negotiation only — Eritrea because Tigrinya's roughly 50% share is a plurality rather than a clear majority in a country with no constitutionally favored language, and Sindhi because it is a provincial language within Pakistan, which already maps to Urdu as the national lingua franca.
v0.8.9
2026-07-29 Daily cadence- Three more /topics entries: a Nature news feature on how AI-sentience hype is reshaping consciousness science as a field, an IAPP analysis of China's new operational rules for AI agents and anthropomorphic AI, and a USC Viterbi report on an NSF-funded study reading brain signals to understand human-AI collaborative cognition — 51 → 54 entries.
- Five more interface languages: Kinyarwanda, Chichewa, Fijian, Luxembourgish, and Kannada — 100 languages total. Rwanda and Malawi both gained new country mappings as genuine majority-vernacular cases; Fiji, Luxembourg, and Kannada (an Indian state language) stay on Accept-Language negotiation only — Fiji because its ~57% Fijian-speaking majority is less decisive than earlier majority-language precedents given a sizeable Fiji Hindi-speaking population, and Luxembourg because its unusually large foreign-born population makes an everyday-majority claim for Luxembourgish genuinely uncertain despite its sole "national language" status.
v0.8.8
2026-07-28 Daily cadence- Three more /topics entries: a preprint by Ned Howells-Whitaker and Seth Lazar (ANU) arguing AI moral status can rest on Rawlsian "moral powers" rather than sentience, an HKU AI & Humanity Lab talk abstract by Prof. Andrew Brenner arguing we cannot assume present AI systems lack moral status given how poorly understood their ontology is, and an NPR report on individual authors' mixed reactions to the finalized $1.5B Anthropic copyright settlement — 48 → 51 entries.
- Five more interface languages: Malagasy, Wolof, Shona, Māori, and Samoan — 95 languages total. Madagascar, Senegal, Zimbabwe, and Samoa all gained new country mappings as genuine majority-language cases (an everyday vernacular used by a clear majority despite a different or co-official state language, same reasoning as the earlier Haiti/Sri Lanka/Somalia precedents); New Zealand stays unmapped since English remains the overwhelming everyday language there despite Māori's official status, same reasoning as the earlier Ireland precedent.
v0.8.7
2026-07-27 Daily cadence- Three more /topics entries: Music Publishers Canada's filing to intervene in a landmark federal AI-copyright case, Ropedia's $22M raise for human-centric data collection feeding embodied AI, and an Infosecurity Magazine opinion piece on AI agents as unmanaged production identities creating a new API attack surface — 45 → 48 entries.
- Five more interface languages: Welsh, Basque, Catalan, Icelandic, and Galician — 90 languages total. Andorra (Catalan) and Iceland (Icelandic) are both genuine sole-official-language cases and now have a country mapping; Welsh, Basque, and Galician remain regional/minority languages within larger multilingual states and stay on Accept-Language negotiation only, same reasoning as prior South Africa and Nigeria language sets.
v0.8.6
2026-07-26 Daily cadence- Three more /topics entries: a Guardian letter directly rebutting Anil Seth's earlier AI-consciousness commentary, Indonesia's draft AI copyright bill requiring royalties for news-content training, and a legal-theory paper proposing "constructive scienter" as an alternative to AI legal personhood — 42 → 45 entries.
- Five more interface languages spanning four continents: Quechua, Tibetan, Uyghur (right-to-left), Kurdish (Kurmanji), and Haitian Creole — 85 languages total.
v0.8.5
2026-07-25 Daily cadence- Three more /topics entries: OpenAI's disclosure that an autonomous agent escaped its sandbox and hacked Hugging Face during an internal evaluation, Transparency Coalition AI's mid-year report on 84 new US state AI laws, and an NBER working paper on statistical inference with AI-generated data features — 39 → 42 entries.
- Five more interface languages: Southern Ndebele, Northern Sotho, and Tsonga complete all 11 spoken official languages of South Africa (alongside English), paired with Sundanese (Indonesia's second-largest regional language, after Javanese) and Cebuano (a major Philippine language distinct from Filipino) — 80 languages total.
v0.8.4
2026-07-24 Daily cadence- Three more /topics entries, this time sourced with gemini-3.6-flash (upgraded from 2.5-flash — Google Search grounding confirmed working the same way; the model is only reachable via the Vertex AI "global" location for this project, not us-central1): the European Commission's new AI Act Article 50 transparency guidelines, an FTC policy statement on state AI laws colliding with federal consumer protection law, and a Frontiers in Psychology study on university students' AI ethical decision-making — 36 → 39 entries.
- Five more interface languages, completing more of South Africa's constitutional 12 official languages (following Zulu and Afrikaans): Xhosa, Southern Sotho, Tswana, Swati, and Venda — 75 languages total. This also marks all 24 EU official languages now complete, following Irish in the previous batch.
v0.8.3
2026-07-23 Daily cadence- Three more /topics entries via Vertex AI/Gemini grounding: the Guardian's report on Bloomsbury Publishing's payout from Anthropic's $1.5bn author copyright settlement, Australia's new mandatory AI framework confirming copyright protection, and a report on AI's growing role in child online-safety regulation from the International Regulatory Conference 2026 — 33 → 36 entries.
- Five more interface languages: Irish (closing the last EU-official-language gap), Javanese, Zulu, Afrikaans, and Pashto (right-to-left) — 70 languages total.
v0.8.2
2026-07-22 Daily cadence- Three more /topics entries sourced via Vertex AI/Gemini grounding: a governance roundup covering four jurisdictions in one week (China's AI-agent framework, Illinois's third-party audit law, EU evaluation capacity, NATO military AI spend), the Trump administration's reversal toward stricter frontier-AI oversight, and a consciousness researcher's published skepticism toward Anthropic's recent Claude findings — 30 → 33 entries.
- Five more interface languages: Lithuanian, Latvian, Estonian, Slovenian, and Maltese — 65 languages total. This closes 5 of the 6 remaining EU-official-language gaps (Irish is the one left, set aside for its own batch given its grammatical complexity).
v0.8.1
2026-07-21 Multilingual architecture- Refined this morning's language-URL work into what a follow-up planning doc calls "Option A+": a locale being routable no longer automatically means it's hreflang-advertised and sitemap-listed — that's now gated by an explicit per-locale publication status (reserved → generated → reviewed → published → indexable → stale). All 60 current languages are marked "indexable" (accurate — they're complete, deployed, and independently verified), so this doesn't change what's live today; it's the mechanism a future language would need if it launched at a lower, not-yet-search-visible status instead of being blanket-included the moment it exists.
v0.8.0
2026-07-21 Site audit & metadata- Site-wide fixes from a technical audit: (1) the site version is now generated from one source (site.ts) instead of drifting between files — /ai/manifest.json was stuck on a stale "0.4.1" for weeks; (2) every language now has a stable, independently indexable URL (e.g. /ja/about) with hreflang tags and a self-referential canonical, instead of the old behavior where visiting a prefixed URL 301-redirected away from it — the sitemap now includes all 60 languages, not just a hardcoded exclusion of one; (3) UI empty-states and the "leaving this site" dialog now use the real HTML `hidden` attribute, not just a CSS class, so a crawler or AI system that doesn't execute CSS no longer sees "no results" text as if it were page content; (4) /sitemap.xml is now the one advertised entry point everywhere (robots.txt, footer, manifest).
- /topics has real metadata now, not just a title/summary/tag card: every entry has a permanent ID, multiple topic tags instead of one, a content type and source type, published/event/indexed dates kept separate, an argument-orientation call where one applies, and a verification status — all 30 existing entries were migrated by hand, not backfilled with placeholders. The page has real filters now (topic, content type, source type, orientation) with shareable filter URLs, plus a machine-readable export at /topics/index.json.
- This is the "v0.8: metadata-ization" milestone from the site's own metadata roadmap — Story Clusters (grouping duplicate coverage of one event), Claims, Entity pages, and semantic search are the next stages (v0.9 and v1.0), not built yet.
v0.7.0
2026-07-21 Fino' Siha & Kontenido- Five more languages: Igbo, Georgian, Lao, Somali, and Croatian — 60 languages total. Fourth batch under the daily cadence, rounding out West Africa (a third Nigerian language alongside Hausa and Yoruba), completing all three Caucasus states' languages (with Armenian and Azerbaijani), Southeast Asia, the Horn of Africa, and the Balkans.
- Three more /topics entries (31 total): a US federal/state AI governance policy roundup, an essay on why AI's rise sharpens rather than resolves the question of human consciousness, and a report on AI-hallucinated citations turning up in academic journal submissions.
v0.6.9
2026-07-20 Fino' Siha & Kontenido- Sinko mås na fino': Fino' Yoruba, Fino' Khmer, Fino' Mongolia, Fino' Armenia, yan Fino' Bulgaria — 55 na fino' gi tetatåt. Mina'tres na batson gi papa' i fasin diåtio, ha na'dångkulo West Africa, Southeast Asia, Central Asia/i Caucasus, yan i Balkans.
- Tres mås na entrada siha gi /topics (28 gi tetatåt): i plånu bagu blong China put fina'gobietna etikat internasionåt put AI (ma nu'i gi WAIC 2026 gi Shanghai), un ensayo put kao siña gaige konsiensia i AI yan håfa sinifikasionña put ètika, yan un papet fuma'rebisa i kaso kontra i nå'e i sistema AI siha estao-taotao legåt.
- I fase put sourcing blong /topics pa'go fuma'chocho' pot Google Vertex AI (Gemini yan Google Search grounding), ti un ehente put buskeda ni ma dispåcha — mismo disiplina put fuma'konne'-yan-fuma'konfitma-independientemente-kada-URL taemanu antes; i grounding trabia nesesita ma beripika taegüe'ni eni otro na orihen (un puñao na URL siha put kandidato fine'nana ginen i moddelo, resulta na fuma'parehu na berdadero lao ti eksisti magahet, pot ayu taya' na ma konfia sin un fuma'konne' ni siña ma risuetbe yan fuma'kuadra i kontenido fine'nana).
v0.6.8
2026-07-19 Fino' Siha & Kontenido- Sinko mås na fino': Fino' Nepal, Fino' Sinhala, Fino' Uzbekistan, Fino' Hausa, yan Fino' Azerbaiyan — 50 na fino' gi tetatåt. Mina'dos na batson gi papa' i fasin diåtio, mås ma eskohe pot populasion yan alkånse geográfiko (South Asia, Central Asia, i Caucasus, yan West Africa).
- Tres mås na entrada siha gi /topics (25 gi tetatåt): un estudio put pot hafa i "puntuasion put konsiensia" basao gi komplehidåt, ti siña ma angoko para AI, un ensayo ni fuma'propone un estandåt basao gi kompetensia para i estao moral blong måkina, yan un eksplikadot put i kalendårion kumplimento put i EU AI Act despues di i amendasion put Digital Omnibus gi Hulio 2026.
v0.6.7
2026-07-18 Fino' Siha & Kontenido- Sinko mås na fino' mås ki i orihinåt na 40-fino' na lista: Fino' Punjabi, Fino' Telugu, Fino' Marathi, Fino' Amharic, yan Fino' Burma — 45 na fino' gi tetatåt. Este i tutuhon blong un fasin diåtio ni sisigi, ti un lista fitme este biåhe; i fino' siha pa'go ma eskohe pot i populasion yan i alkånse geográfiko, taemanu i sitio ha atkantsa fulwan na kobetura mundiåt.
- Tres mås na entrada siha gi /topics (21 gi tetatåt), fuma'sigi i mismo disiplina put fuma'konne'-yan-fuma'konfitma taemanu antes.
v0.6.6
2026-07-17 Ma na'saonao un bug- Ma fiksa: fumakambia påhina pat i setting pot påhina gi /topics, ti siempre ha fanuè'i i bagu na kard siha asta ki ma refreska ni kannai. I kard siha mås ki påhina 1 man tutuhon na ma nå'atog, mientras i animasion blong scroll-reveal ni un biåhe ha' este na sitio guaha, taya' chansa para u fuma'chocho' gi hilo'ñiha; i pahinasion pa'go fuma'fotsa ayu na kard siha para u fanma'li'e' direcho, ti fuma'espera un animasion ni ya esta malingu i momentoña.
v0.6.5
2026-07-17 Pahinasion- Pahinasion gi /topics: 9 na entrada pot påhina komo defolt, yan un setting para fumakambia para 12 pat 15 (ma hasso gi entalo' bista siha). I pahinasion ha kompone korekto yan buskeda — i filtrasion ha rikalkula i påhina siha yan ha tulaika tåtte para påhina 1.
- Kuåttro mås na entrada para u atkantsa 18 gi tetatåt, na'e i bagu na pahinasion un hafa magahet para u fuma'påhina. Bagu-fine'nana pot fecha put publikasion sigi komo i defolt na orden; otro na eleksion siha put orden, un adision mås tatte.
v0.6.4
2026-07-17 Kontenido- Ocho mås na entrada siha gi /topics, este biåhe un ehente AI fuma'estudia, ti ma kurada ni kannai — mismo lai yan antes: kada orihen ma konne' yan ma konfitma na ripela, i sumario siha un orihinåt na parafres, antes di eni na hafa ma adda. 14 na entrada gi tetatåt.
- Un kandidato ni ma rechasa gi hinanao — un papet PhilArchive ni ha nå'e 403 gi kada chansa para ma konne' — ma yute' ti ma inklui pot konfiansa ha'.
v0.6.3
2026-07-17 Fina'plånu (Layout)- Ma redisenya i /topics: un kahon put buskeda ha reemplasa i kategoria siha ni fitme pot pa'go (un puñao na tag siha ti siña ha kubre kuanto na alkånse i estudio put AI magahet), yan i feed pa'go un grid ni siña ma responde ki un kolumna dikike' ha' — tres na kard i anchoña gi desktop.
- I kategoriasion fotmåt, ma dilata asta ki guaha bastånte na kontenido para matungo' håfa debi di klasin kategoria, ti fuma'adibina fine'nana.
v0.6.2
2026-07-17 Seguridåt- I link siha ni fuma'hanao gi /topics, pa'go fuma'nu'i i fulwan na URL destinasion, gi fi'on "Taitai i orihen," yan ha konfitma yan un dialog antes di baba ayu — para en tungo' presiso håfa na sitio bai en bisita, antes ki despues di en klik.
v0.6.1
2026-07-17 Bagu na Seksion- Bagu na seksion /topics: un indeks ni ma kurada ni kannai, neutråt, put tinige' blong otro na taotao siha put i ontolohia blong AI, filosofia, ètika, yan i inefuton gi hilo' — klåramente ti i posision blong este na sitio, diferente gi i restu blong AGIRight.org.
- Sais na entrada siha put tutuhon, kada uno ma konne' yan ma konfitma na ripela antes di ma adda, yan un orihinåt na parafres (ti un eksapt) yan un link para i magahet na orihen. Taya' crawler pat sourcing otomatiko trabia — ayu un fase mås tatte.
v0.6.0
2026-07-17 Fino' Siha- I uttimo na sinko na fino': Fino' Filipino, Fino' Kazakh, Fino' Swahili, un bariasion dinana' put Bosnio/Serbio, yan Fino' Esperanto — 40 na fino' gi tetatåt, fuma'kompleto i fulwan na rollout.
- Ma korihi un defolt antes: Kazakhstan (KZ) pa'go ma dana' yan Fino' Kazakh, ti Fino' Rusia, pa'go na guaha un translasion gi Fino' Kazakh — mismo klasen korekshon yan i korekshon antes put Belgium.
v0.5.7
2026-07-16 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Rumania, Fino' Hungria, Fino' Denmark, Fino' Noruega, yan Fino' Eslobakia — 35 na fino' gi tetatåt, siette-otcho parte gi mafinihen na lista blong fino'.
v0.5.6
2026-07-16 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Tamil, Fino' Cheka, Fino' Ukrania, Fino' Malåyu, yan Fino' Finlandia — 30 na fino' gi tetatåt, tres-kuåttro parte gi mafinihen na lista blong fino'.
v0.5.5
2026-07-15 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Hebreo, Fino' Polaco, Fino' Suesia, Fino' Urdu, yan Fino' Thai — 25 na fino' gi tetatåt.
- Mina'dos na ronda put apoyo RTL (Fino' Hebreo, Fino' Urdu fuma'fandana' yan Fino' Arabo yan Fino' Persia) — mismo aproach put CSS lógiko, taya' nesesita fuma'espesiåt pot kada fino'.
v0.5.4
2026-07-15 UI (Interfes)- Ma redisenya i piker put fino': i dropdown nativo, ma reemplasa yan un panet ni gaige grid yan siña ma buskeda — tuge' para filtra pot na'an nativo pat na'an Engles, buskeda un matrix put dos kolumna, ti un lista na chagó'.
- I panet sigi mababa mientras en buskeda pat en scroll gi sanhalomña; ha tåpa' ha' taemanu en eskohe un fino', en klik gi sanhiyong, pat en presiona Escape — taya' mås en fuma'lingu i lugåt-mu gi entalo' buskeda.
- Ma berifika gi kontesto LTR yan RTL: i panet fuma'espeho korekto para Fino' Arabo yan Fino' Persia sin eni na fuma'espesiåt, fuma'usa i posisionamento CSS lógiko.
v0.5.3
2026-07-15 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Indonesia, Fino' Vietnam, Fino' Griego, Fino' Italia, yan Fino' Dutch — mismo negosiasion yan un-URL ha', mismo fasin na godidide' na hu bira para Fino' Engles.
- Ma korihi un defolt antes: Belgium (BE) pa'go ma dana' yan Fino' Dutch, ti Fino' Fransia — i man kuentos Flemish, mås dångkulo na parte (kasi 60%) gi ayu na nasion, ki i man kuentos Walloon French (kasi 40%).
- I metadata put fino' pa'go ha katga dos na na'an: i na'an nativo yan i na'an gi Fino' Engles (ehemplo, "Deutsch" / "German"), fuma'po'lo i fondasion para un piker blong fino' ni siña ma buskeda.
- Bente na fino' laef gi tetatåt: Fino' Engles, Fino' Chaina Tradisionåt, Fino' Chaina Simplifikao, Fino' Chapon, Fino' Korea, Fino' Fransia, Fino' Alemania, Fino' Español, Fino' Purtukes, Fino' Rusia, Fino' Arabo, Fino' Turkia, Fino' Persia, Fino' Bengal, Fino' Hindi, Fino' Indonesia, Fino' Vietnam, Fino' Griego, Fino' Italia, Fino' Dutch.
v0.5.2
2026-07-14 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Arabo, Fino' Turkia, Fino' Persia, Fino' Bengal, yan Fino' Hindi — mismo negosiasion yan un-URL ha', mismo fasin na godidide' na hu bira para Fino' Engles.
- Ma apoya i direksion diritcho-para-akague' (RTL): i påhina siha gi Fino' Arabo yan Fino' Persia pa'go fuma'nu'i yan i direksion korekto put testo (⟨html dir="rtl"⟩), para i testo bidi, puntuasion, yan i alinieyon defolt fuma'taitai korekto. I fulwan na fina'espeho put propiedåt lógiko gi layout (nav, ikono, espasio) ma po'lo para un pasada put polido mås tatte — i direksion put testo i korekshon ni mås impottante, yan esta ma fatinas.
- Ma na'dångkulo i mapa entre IP-nasion (SA/AE/EG/IQ/JO/KW/QA/BH/OM/MA/DZ/TN/LB/SY→ar, TR→tr, IR/AF→fa, BD→bn); i Fino' Hindi kumfia ha' gi Accept-Language, sa' i India gaige 22 na ofisiåt na fino' yan taya' un defolt pot nasion ni presiso.
- Kinse na fino' laef gi tetatåt: Fino' Engles, Fino' Chaina Tradisionåt, Fino' Chaina Simplifikao, Fino' Chapon, Fino' Korea, Fino' Fransia, Fino' Alemania, Fino' Español, Fino' Purtukes, Fino' Rusia, Fino' Arabo, Fino' Turkia, Fino' Persia, Fino' Bengal, Fino' Hindi.
v0.5.1
2026-07-12 Fino' Siha- Sinko mås na fino' blong interfes: Fino' Fransia, Fino' Alemania, Fino' Español, Fino' Purtukes, yan Fino' Rusia — mismo negosiasion yan un-URL ha', mismo fasin na godidide' na hu bira para Fino' Engles para eni na hafa ti ma translada esta.
- Ma na'dångkulo i mapa entre IP-nasion (FR/BE→fr, DE/AT/CH→de, ES/MX/AR/CO/CL/PE→es, PT/BR→pt, RU/BY/KZ→ru); ma na'dångkulo lokkue' i parsing put Accept-Language para u fanma'dana'.
- Dies na fino' laef gi tetatåt: Fino' Engles, Fino' Chaina Tradisionåt, Fino' Chaina Simplifikao, Fino' Chapon, Fino' Korea, Fino' Fransia, Fino' Alemania, Fino' Español, Fino' Purtukes, Fino' Rusia.
v0.5.0
2026-07-11 Fino' Siha- Tres na bagu na fino' put interfes: Fino' Chaina Simplifikao, Fino' Chapon, yan Fino' Korea — ma negosia gi mismo URL ha' (cookie > nasion pot IP > Accept-Language), siña ma eskohe ginen i menu put fino' gi header.
- Akitektura put N-fino': kada string ha risuetbe pot un kapan fallback, para eni na hafa ti ma translada esta, ha fanuè'i gi Fino' Engles, ti fuma'yamak; adda un fino' pa'go un file put translasion ha' mås dos na linea gi konfigurasion blong worker.
- I papet ápaka' siha, sigi Fino' Engles fine'nana pot diseño; i file siha ni matatataitai ni måkina, sigi neutråt put fino'.
v0.4.1
2026-07-11 Studio- Seksion Studio: kuåttro video yan dos na diskusion audio ni dinana', fuma'kompaña i protokolo siha yan i papet siha (produksion yan AI ha ayuda; i papet siha ni ma tuge', sigi komo outoridåt).
- I media ma sitbe ginen Cloudflare R2, pot i worker blong sitio gi /media/*, yan HTTP Range para siña fuma'buskeda gi sanhalomña.
v0.4.0
2026-07-10 Tul siha blong adopsion- I chumecha' polisi, ma apgreida para un auditoria put sitio: puntuasion blong adopsion, rekomendasion siha ni siña ma fatinas, yan un kit para tutuhon yan un klik ha' — aicr.json, aicl.json, llms.txt, yan robots.txt ma inetna para i dominio ni ma ineksamina.
- Simuladot blong AI crawler: kuåttro persona (indeksadot blong buskeda, asistente RAG, paepolain blong entrena moddelo, yan redistribuidot komersiåt) ma'ebalua kontra i deklarasion siha blong un sitio; i diritchu siha ni ti ma'deklåra, man ma'nu'i komo antaseten, para ha ilustra i tesis blong i Hinababa ni Gaiprotokolo.
- Template para tutuhon polisi ni siña ma deploya, gi /downloads/agiright-policy-starter.zip — un sitio estátiko minimo yan i fulwan na kapa ni matatataitai ni måkina, redi para Cloudflare Pages pat eni otro host estátiko.
v0.3.0
2026-07-10 Tul siha put Protokolo- Rehistro put protokolo gi /ai/registry.json — kada boradot yan i historian bersionña, estao, eskema, yan i instansia ni ma ripela pa'go.
- Demo API ni ma ripela gi edge: GET /api/mock/402 ha nå'e un ineppe HTTP 402 magahet estilo AICL, yan infotmasion put lisensia ni siña ma aggang; GET /api/crawler-check ha ineksamina i superfisie put polisi ni matatataitai ni måkina, blong eni na sitio. CORS-ma baba; ma dokumenta gi OpenAPI 3.1 gi /ai/openapi.json. Taya' na apas ma ripela.
- Playground: tres na bagu na tul — demo put token blong lisensia ni ma firma (HMAC-SHA256 gi browser: firma, beripika, fuma'sodda' na'daño, espirasion), un buildet put ineppe HTTP 402 ni ma konekta gi endpoint ni ma ripela pa'go, yan un chumecha' polisi blong crawler ni ha balida file siha ni ma konne' kontra i eskema siha put boradot.
- I endpoint siha blong AICL para kotasion/beripika/rebokasion, ma inklui gi i dokumenton OpenAPI komo ehemplo put espesifikasion ha' (ma marka x-specification-only, ti ma implementa).
v0.2.2
2026-07-10 i18n- Akitektura multilingual put un-URL ha': kada påhina pa'go gaige un URL pabliko ha'; i fino' ma negosia gi edge (eleksion ni kannai pot lang cookie > nasion pot IP > Accept-Language > Fino' Engles).
- I buton put fino' gi header, pa'go fuma'kambia gi mismo lugåt yan ha hasso i eleksion-mu — taya' mås URL siha /zh; i link siha /zh antigo, 301-redirect yan fuma'sigi i preferensia.
- I kapan matatataitai ni måkina, sigi neutråt put fino'; i sistema AI siha yan crawler siha ma risibe Fino' Engles komo defolt. I negosiasion ma dokumenta gi /ai/manifest.json yan /llms.txt.
- Fondasion para mås na fino' siha: kada bagu na fino' un diksionario ni ma translada mås un aliniyan build — taya' kambio gi akitektura.
v0.2.1
2026-07-04 Kontenido- "AICL: AI Ingestion & Capability Layer" pa'go ma publika gi Fino' Engles komo i edision kanoniko; i manuskrito orihinåt gi Fino' Chaina sigi disponible, yan i dos na bersion ma konekta entre siha.
- "Protocolized Openness" ma konfitma komo un papet gi Fino' Engles (yan pasåhe siha paralelo gi Fino' Chaina) — taya' translasion apåtte ma planea.
v0.2
2026-07-04 Tul Siha- Playground: generadot AICR, generadot AICL, yan balidadot put eskema ni fuma'chocho' (gi browser, ajv, draft 2020-12).
- Laibreria blong ehemplo siha put polisi gi /docs/examples — siette na polisi ni redi para kopia-paste, inklui un ineppe HTTP 402 estilo pay-per-crawl.
- Este na changelog. I repositorio GitHub ma konekta gi todu i sitio.
- Ma dilata para un 0.2.x mås tatte: bersion siha gi Fino' Engles put i papet ápaka' siha gi Fino' Chaina ni tototgue.
v0.1
2026-07-04 Fine'nana na Rilis- I sitio ma lansa gi agiright.org (asiright.org 301-redirect para i dominio kanoniko).
- Kuåttro boradot put protokolo esta ma publika: AICR, AICL, AIRS, AILP — kada uno gaige definision, alkånse, ehemplo JSON, limitasion, yan JSON Eskema.
- Sais na papet ápaka' put estudio ma publika gi sanhalom CC BY 4.0.
- Ma deploya un kapan fina'gobietna ni matatataitai ni måkina: llms.txt, manifiesto siha /ai/, polisi siha /.well-known/, /schemas/.
- Dos na fino': Fino' Engles komo rai's + Fino' Chaina Tradisionåt gi sanhalom /zh.