Earlier quoted context omitted.
So, like the present
With more wealth concentrates at the top, yes.
AMD acquires Taalas to boost inference performance by etching models in silicon
341–350 of 712 posts
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#342Thinking that five or six years from now, Fable-level intelligence could be provided at 100x the current speed... makes me feel lost. I cannot imagine what the future will look like.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#343What I like about this, is that it significantly increases the probability of a sci-fi scenario where you're picking up a hot chip on the black market; rumor has it, Mythos 9 weights baked in...
Plug it in, and it's a old prototype with Gemma 5 weights baked onboard. Dammit, fucked by Craigslist again!
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#344I'm surprised neither OpenAI nor Anthropic made this move first. The Chinese open weight models are pulling ahead and commoditizing their value proposition. Baking models onto silicon would've been the next logical move to get a moat. Google is already doing this and has an experimental project on top of already having TPUs and cramming their quantized flash onto individual TPUs for inference.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#345> At 20 billion parameters per chip, you’d need just 50 accelerators to support a trillion-parameter model I don't see any evidence that this is possible. From my understanding, the whole model needs to be on a single chip. Which rules out any popular frontier models with several trillions of parameters. Even smaller sub-frontier models have hundreds of millions of parameters, so these would be ruled out as well.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#346Earlier quoted context omitted.
I'm not sure inference speed is always the slowest thing for me right now. The agent is running tests, loading webpages, etc, which all take time. I don't know if a fast agent would speed things up in all cases. That said, it obviously depends on the project.
> " The agent is running tests, loading webpages, etc, which all take time " A frustrating vision of the future would be when we've been asking for faster loading lighter web pages for years and then companies start caring about it and improving it not for us humans but for LLMs.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#347Question: we currently emulate neural networks by performing matrix math in synchronous clock CPU architectures. Would it not be better to abandon synchronization and etch neuron synapses directly in silicon, keeping only the weights variable? I think some researchers are pursuing this, but I forget what the approach is called.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#348Earlier quoted context omitted.
It is my understanding that just baking the model itself into silicon only gives moderate gains because memory bandwidth remains a bottleneck.
The big benefit is ROM cells require fewer components than DRAM. So the chips would be tiny, dense, cheap and consume far less power.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#349Earlier quoted context omitted.
I don’t get why this is an issue? You can run Claude/OpenAI SOTA models through Amazon bedrock. These weights have to live somewhere to run on Bedrock.
somewhere = an AWS data center with multiple layers of security and NDAs They won't sell/rent/license the weights to an end user at any price because they don't trust your security.
Re: AMD acquires Taalas to boost inference performance by etching models in silicon
#350Earlier quoted context omitted.
The big benefit is ROM cells require fewer components than DRAM. So the chips would be tiny, dense, cheap and consume far less power.
I thought DRAM was pretty dense already. Is mask ROM that much denser?
Someday, I imagine model weights could even be encoded as analog resistors (memristors or similar) for even greater density