Earlier quoted context omitted.
I guess this would be the context window size in the case of LLMs. Edit: On second thought, maybe at a certain minimum context window size it is possible to cajole the instructions in such a way that you at any point in the process make the LLM work at a suitable level of abstraction more like humans do.
Maybe the issue is that for us the "context window" that we feed ourselves is actually a compressed and abstracted version - we do not re-feed ourselves the whole conversation but a "notion" and key points that we have stored. LLMs have static memory so I guess there is no other way as to single-pass the whole thing. For human-like learning it would need to update it state (learn) on the fly as it does inference.
Nvidia Trains LLM on Chip Design
21–30 of 151 posts
Re: Nvidia Trains LLM on Chip Design
#22I. J. Good, in 1965 - https://en.wikipedia.org/wiki/I._J._Good
Re: Nvidia Trains LLM on Chip Design
#23Earlier quoted context omitted.
Actually I think this is a good point: fundamentally an AI is forced to “color inside the lines”. It won’t tell you your business plan is stupid and walk away, which is a strong signal that is hard to ignore. So will this lead to people with more money than sense to do even more extravagantly stupid things than we’ve seen in the past, or is it basically just “Accenture-in-a-box”?
AI will absolutely rate your business plan if you ask it to. Try this prompt:"Please rate this business plan on a scale of 1-100 and provide buttle points on how it can be improved without rewriting any of it: "
Re: Nvidia Trains LLM on Chip Design
#24Earlier quoted context omitted.
Maybe the issue is that for us the "context window" that we feed ourselves is actually a compressed and abstracted version - we do not re-feed ourselves the whole conversation but a "notion" and key points that we have stored. LLMs have static memory so I guess there is no other way as to single-pass the whole thing. For human-like learning it would need to update it state (learn) on the fly as it does inference.
Half baked idea: What if you have a tree of nodes. Each node stores a description of (a part of) a system and an LLM generated list of what the parts of it are, in terms of a small step towards concreteness. The process loops through each part in each node recursively, making a new node per part, until the LLM writes actual compilable code.
Re: Nvidia Trains LLM on Chip Design
#25The title is a bit misleading as the first sentence says "to help chip designers with tasks related to chip design, including answering general questions about chip design, summarizing bug documentation, and writing scripts for EDA tools." Still pretty cool though.
Isn’t that what chip design is?
Re: Nvidia Trains LLM on Chip Design
#26Google has been using machine learning for chip design since at least 2021: https://www.nature.com/articles/s41586-021-03544-w Hasn't brought about the singularity yet.
DEC did it in the 1980s: https://en.wikipedia.org/wiki/VAX_9000#SID_Scalar_and_Vector...
Wow.
Re: Nvidia Trains LLM on Chip Design
#27Earlier quoted context omitted.
LLM's can't gut a fish in the cube when they get to their limits. On a more serious note: I think the high-level structuring of the architecture, and then the breakdown into tactical solutions — weaving the whole program together — is a fundamental limitation. It's akin to theorem-proving, which is just hard . Maybe it's just a scale issue; I'm bullish on AGI, so that's my preferred opinion.
> LLM's can't gut a fish in the cube when they get to their limits. Is this an idiom? Or did one of us just reach the limits of our context? :P
Re: Nvidia Trains LLM on Chip Design
#28Re: Nvidia Trains LLM on Chip Design
#29Earlier quoted context omitted.
LLM's can't gut a fish in the cube when they get to their limits. On a more serious note: I think the high-level structuring of the architecture, and then the breakdown into tactical solutions — weaving the whole program together — is a fundamental limitation. It's akin to theorem-proving, which is just hard . Maybe it's just a scale issue; I'm bullish on AGI, so that's my preferred opinion.
Actually I think this is a good point: fundamentally an AI is forced to “color inside the lines”. It won’t tell you your business plan is stupid and walk away, which is a strong signal that is hard to ignore. So will this lead to people with more money than sense to do even more extravagantly stupid things than we’ve seen in the past, or is it basically just “Accenture-in-a-box”?