Live data from Hacker News

Copilot for Docs

githubnext.com

31–40 of 56 posts

Re: Copilot for Docs

#31
post #16
post #8

Earlier quoted context omitted.

1. Hallucinate the Manual; 2. Hallucinate Tests based on the Manual; 3. Hallucinate the Code to pass the Tests; Voila! You hallucinated the whole software!

4. Hallucinate the satisfied customer.

5. Hallucinate receiving money from hallucinated customers

Re: Copilot for Docs

#32
post #7

Ok, so why do we need stackoverflow anymore?

I think the next iteration of LLM will not be able to use newer libraries because of lack of training material on stackoverflow.

Re: Copilot for Docs

#33
Who made this website? I feel like I am in a vegas casino and having trouble focusing.

It was unclear in the quick pitch but I am wondering if they essentially throwing RAG/search on top of a GPT model? I am guessing so because I cannot imagine you could train the model on such a limited source and get meaningful information. If thats the case perhaps this will be interesting but I think there are other interesting angles to this approach than focusing on a single library/codebase.

Re: Copilot for Docs

#34

I'm so used to links not being underlined, I tried clicking the orange 'Copilot for docs' about 4 times !

> I'm so used to links not being underlined Here’s a user stylesheet I’ve been using for 2½ years (when color-mix() landed behind a pref in Firefox Nightly!): :any-link { text-decoration: underline color-mix(in srgb, currentcolor 30%, transparent) !important; } :any-link:is(:hover, :active, :focus) { text-decoration: underline !important; } This means links get a semitransparent underline normally, and full-opacity o…

This is a really nice technique, thanks for sharing.

Question: why would you prefer the latter technique on public sites, vs what's in your user stylesheet?

Re: Copilot for Docs

#36
I switched to Cursor (VSCode fork) a couple of months ago. It does this already and I haven’t looked back since. Especially as the copilot extension (along with all my others) work out of the box.

It has full knowledge of your entire codebase rather than being limited to currently open files (I assume embeddings with RAG) and will index documentation (or any other URL).

I find it especially useful for things like Swift/SwiftUI APIs given how quickly they can evolve, not to mention copilot’s other limitations when it comes to languages beyond JS/TS, Python, etc

Re: Copilot for Docs

#37
post #33

Who made this website? I feel like I am in a vegas casino and having trouble focusing. It was unclear in the quick pitch but I am wondering if they essentially throwing RAG/search on top of a GPT model? I am guessing so because I cannot imagine you could train the model on such a limited source and get meaningful information. If thats the case perhaps this will be interesting but I think there are other interesting a…

That’s an official GitHub website surprisingly.

Re: Copilot for Docs

#38
post #36

I switched to Cursor (VSCode fork) a couple of months ago. It does this already and I haven’t looked back since. Especially as the copilot extension (along with all my others) work out of the box. It has full knowledge of your entire codebase rather than being limited to currently open files (I assume embeddings with RAG) and will index documentation (or any other URL). I find it especially useful for things like Swi…

How can you be sure Cursor isn’t just pilfering your entire codebase? Where’s the trust factor? Does look cool tho

Re: Copilot for Docs

#39

So how do you actually use this? Or is it just a design/proposal?

Copilot for docs is a horrible name for this demo. It feels more like a search engine concept, the knowledge base is up to date, and the answer is personalized. But again, the naming is horrible, I thought is was a Copilot just for markdown.

I thought it was an autocompleter for writing documentation.

I am very disappointed that it isn't.

I had some success having ChatGPT document my code, it fact, it does a better job than I do by myself. Sometimes I have to fix some misunderstanding, but when it comes to writing and finding the right words, it is way better than I am. For me, it works better than for code generation, and I think that kind of "Copilot for Docs" would make a lot of sense.

Post reply on HN