←back to thread

923 points zh2408 | 8 comments | | HN request time: 1.036s | source | bottom
1. chairhairair ◴[] No.43740385[source]
A company (mutable ai) was acquired by Google last year for essentially doing this but outputting a wiki instead of a tutorial.
replies(2): >>43740451 #>>43750652 #
2. zh2408 ◴[] No.43740451[source]
Their site seems to be down. I can't find their results.
replies(2): >>43740522 #>>43742396 #
3. codetrotter ◴[] No.43740522[source]
Were they acquired? Or did they give up and the CEO found work at Google?

https://news.ycombinator.com/item?id=42542512

The latter is what this thread claims ^

replies(3): >>43742710 #>>43743638 #>>43745725 #
4. ◴[] No.43742396[source]
5. nxobject ◴[] No.43742710{3}[source]
It sounds like it'd be perfect for Google's NotebookLM portfolio -- at least if they wanted to scale it up.
6. chairhairair ◴[] No.43743638{3}[source]
I don’t know the details of the deal, but their YC profile indicates they were acquired.
7. cowsandmilk ◴[] No.43745725{3}[source]
you're going to trust the person who started the thread with no idea what happened to the company and then jumped to conclusions based on LinkedIn?
8. kaycebasques ◴[] No.43750652[source]
I meant to write a blog post about mutable.ai but didn't get around to it before the product shut down.

I did however archive the wiki that it generated for the project I work on: https://web.archive.org/web/20240815184418/wiki.mutable.ai/g...

(The images aren't working. I believe those were auto-generated class inheritance or dependency diagrams.)

* The first paragraph is pretty good.

* The second paragraph is incorrect to call pw_rpc the "core" of Pigweed. That implies that you must always use pw_rpc and that all other modules depend on it, which is not true.

* The subsequent descriptions of modules all seemed decent, IIRC.

* The big issue is that the wiki is just a grab bag summary of different parts of the codebase. It doesn't feel coherent. And it doesn't mention the other 100+ modules that the Pigweed codebase contains.

When working on a big codebase, I imagine that tools like mutable.ai and Pocket Flow will need specific instruction on what aspects of the codebase to document.