Google Releases CodeWiki
11–20 of 45 posts
Re: Google Releases CodeWiki
#12Does anyone know of any trustworthy, usable alternatives? Perhaps even ones that run 100% on-premises?
Re: Google Releases CodeWiki
#13Re: Google Releases CodeWiki
#14I 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?
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.
Re: Google Releases CodeWiki
#15I 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.
Re: Google Releases CodeWiki
#16I 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?
Re: Google Releases CodeWiki
#17Not 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.
Re: Google Releases CodeWiki
#18Anyone else get an eye twitch when they read or hear "Agentic"?
Re: Google Releases CodeWiki
#19I 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?
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.