←back to thread

923 points zh2408 | 1 comments | | HN request time: 0.205s | source
Show context
throwaway290 ◴[] No.43742526[source]
You didn't "build an AI". It's more like you wrote a prompt.

I wonder why all examples are from projects with great docs already so it doesn't even need to read the actual code.

replies(1): >>43742593 #
afro88 ◴[] No.43742593[source]
> You didn't "build an AI".

True

> It's more like you wrote a prompt.

False

> I wonder why all examples are from projects with great docs already so it doesn't even need to read the actual code.

False.

This: https://github.com/browser-use/browser-use/tree/main/browser...

Became this: https://the-pocket.github.io/Tutorial-Codebase-Knowledge/Bro...

replies(2): >>43742633 #>>43742655 #
throwaway290 ◴[] No.43742633[source]
That's good, though there's tons of docstrings. In my experience LLM completely make no sense from undocumented code.
replies(1): >>43742958 #
1. afro88 ◴[] No.43742958[source]
Fair, there are tons of docstrings. I have had the opposite experience with LLMs explaining code, so I am biased towards assuming this works. I'm keen to try it and see.