Back to Home11/14/2025, 1:05:59 PM

Google Releases CodeWiki

96 points
39 comments

Mood

excited

Sentiment

positive

Category

tech

Key topics

Google

open-source

documentation

developer-tools

Debate intensity40/100

Google has released CodeWiki, a platform aimed at improving code documentation and discoverability.

Snapshot generated from the HN discussion

Discussion Activity

Very active discussion

First comment

2h

Peak period

31

Day 1

Avg / period

17

Comment distribution34 data points

Based on 34 loaded comments

Key moments

  1. 01Story posted

    11/14/2025, 1:05:59 PM

    4d ago

    Step 01
  2. 02First comment

    11/14/2025, 3:18:34 PM

    2h after posting

    Step 02
  3. 03Peak activity

    31 comments in Day 1

    Hottest window of the conversation

    Step 03
  4. 04Latest activity

    11/15/2025, 5:05:41 PM

    3d ago

    Step 04

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (39 comments)
Showing 34 comments of 39
oshams
4d ago
2 replies
Hello HN,

We previously launched Auto Wiki (https://news.ycombinator.com/item?id=38915999) in Jan 2024 and broke the ground for AI generated wikis that explain your code. Now this product has been rebuilt by the same team, as well as others and launched as a part of Google. Hope you enjoy.

Although, I've recently moved on to working on Gemini and AI research, I'm still involved as an advisor and founder emeritus of sorts. This team moves extremely fast and while we don't have full availability yet, we're working hard on addressing some early feedback before we make it more widely available including for private repos. Personally, I think the NotebookLM integration is a nice touch and distinguishing factor that we could only do as Google.

I hope you enjoy.

Thank You, Omar (Formerly Founder/CEO MutableAI)

xena
4d ago
1 reply
How do I opt out?
thedevilslawyer
3d ago
Without snark, delete all instances of your code from github or similar places.
mannanj
4d ago
Ok so it was acquired and merged into that google offering? Does this mean we lost the open source nature and ability to preserve and protect our data?
mmmlinux
4d ago
2 replies
Anyone else get an eye twitch when they read or hear "Agentic"?
hatmanstack
4d ago
1 reply
Full on cringe shivers
nacozarina
4d ago
aye, shiver me timbers, argh
bibimsz
4d ago
1 reply
what word do you prefer?
whattheheckheck
3d ago
Six seven
quamserena
4d ago
3 replies
I don’t understand how this can be more optimal than just reading the documentation that a human already wrote. All “normal” uses can be answered by reading the docs, everything advanced you can just read the code. I’m not sure when I would ever use this?
dpark
4d ago
1 reply
Generating and maintaining docs is a massive cost. Presumably the point of this is to reduce that cost. And for projects where the existing documentation is poor or nonexistent, this might be far better than what’s available today.

How well this actually works, though, I have no idea.

theletterf
4d ago
This doesn't replace docs, nor technical writers.
sidcool
4d ago
1 reply
Reading a ton of docs and interpreting them is a tedious activity. If you can get deducible or inferable answers with AI, that's a huge win. I have faced issues with kubernetes that needed me to wade through the code for days to find it was a missed case or unsupported. AI would help me in minutes. That's the claim here, if it works that way.
quamserena
4d ago
I’ve never had AI understand a problem of that depth though. It can maybe surface the right part of the docs to reference but in the times I have used it it leads me down the wrong path half of the time.
linkage
4d ago
I encourage you to put your preference to the test on the NixOS and nixpkgs documentation.
badsectoracula
4d ago
1 reply
Not sure how this is supposed to show. Does it only show stuff about existing repositories?

I put in the URL for a project of mine in Codeberg and didn't seem to be able to do anything - i expected that it'd go clone the repository, parse the code and attempt to tell stuff about it, but all i got was an error :-P.

forgotpwd16
4d ago
Apparently gotta request a new repo. Kinda lame.
xamde
4d ago
1 reply
Check out deepwiki.com, which is quite similar and works well
ThomasMidgley
4d ago
Thank you!
ThomasMidgley
4d ago
Will it be possible to document private repositories? And how can we prevent Google from using the code to train its AI?

Does anyone know of any trustworthy, usable alternatives? Perhaps even ones that run 100% on-premises?

vivzkestrel
4d ago
deepwiki is far far better than this, sorry google
tmsh
4d ago
Correct me if I'm wrong. You're also generating a decent YouTube video from a code base? Pretty cool.
lrpe
3d ago
The whole thing is automatically generated? Does anything persist? If I could be in the middle of reading it, and the next day it's completely different, that's a huge waste of my time.
stevenspasbo
4d ago
I have been doing some reading about Kafka lately so decided to check the repo and it looks like a great reference: https://codewiki.google/github.com/apache/kafka
w10-1
4d ago
Seems great: I looked at two largish code bases I'm familiar with, and learned something each time.

But is this just a summary for the impatient, or can it reduce the effort for developers writing docs?

Docs have always been the mirror of code, and thus hard to get and keep right. Can we do without the mirror, or parts of it?

Does it work when you haven't written documentation for your code? Let's say one is fanatical about writing such clear code that names are sufficient to convey what's happening (i.e., no documentation and no comments). Does it work?

If not, does it work when there are only (clear) comments?

Does it tell you when documentation, comments, or code is unclear or missing?

I.e., I'd like it to go beyond summarization to fill easy gaps and point developers to the hard ones.

The marketing blurbs on point are not helpful.

webdevver
4d ago
cool idea, but I tried searching for ffmpeg, linux, llvm-project - how does it not have the top 10 open source projects in it?
resfirestar
4d ago
Interesting. I've found Claude Code very useful for answering questions about codebases. I think that kind of functionality is on the whole more useful than static AI-generated documentation, but maybe there's a place for an always-ready and google-able starting point.

It badly needs to split up the pages for different parts of large codebases. The golang/go page is way too long and the table of contents sidebar makes you watch a scrolling animation to expand subsections.

brazukadev
4d ago
Good idea, low quality execution. The landing page looks awesome the wikis just a wall of text, no visual appealing.
ElijahLynn
4d ago
When will it be deprecated?
Palmik
3d ago
How will this purely AI generated content do from SEO perspective, I wonder.
kittikitti
4d ago
I like the idea behind this and think it could be useful for agentic applications and reduce hallucinations. However, I usually just read the source code for the most up to date understanding and it's my best approach. After a quick look at CodeWiki, it could be useful to cross reference while analyzing the code and I look forward to testing it out next time it could apply.
opaquej
4d ago
Anectodally, I've found Gemini to provide useful, but made-up solutions to issues I've encountered with Google products. It showed reasonable understanding of my problem, but then gave me solutions which the actual documentation essentially made clear were not possible. YMMV
e28eta
4d ago
If this is being regenerated every commit, I’d be interested to see the version history and/or being able to see the CodeWiki diff inside a pull request.

Maybe it’s too noisy, if the LLM isn’t stable about the way it’s wording things, or maybe it’s only useful for commits that make significant changes to architecture. However, I do think it’d be interesting to see how the documentation changes over time, as well as seeing how any specific PR changes it.

Also, I looked at golang, and I was definitely expecting a multi-page architecture with lots of cross references, not just one long scrolling field of content.

5 more comments available on Hacker News

ID: 45926350Type: storyLast synced: 11/16/2025, 9:42:57 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.