Earlier quoted context omitted.
> they'd fail on any novel problem not in their training data Yes, and that's exactly what they do. No, none of the problems you gave to the LLM while toying around with them are in any way novel.
None of my codebases are in their training data, yet they routinely contribute to them in meaningful ways. They write code that I'm happy with that improves the codebases I work in. Do you not consider that novel problem solving?
The path to ubiquitous AI (17k tokens/sec)
461–470 of 471 posts
Re: The path to ubiquitous AI (17k tokens/sec)
#462Re: The path to ubiquitous AI (17k tokens/sec)
#463The NextPlatform article hints at their approach: “We have got this scheme for the mask ROM recall fabric – the hard-wired part – where we can store four bits away and do the multiply related to it – everything – with a SINGLE TRANSISTOR. So the density is basically insane. And this is not nuclear physics – it is fully digital. It is just a clever trick that we don’t want to broadcast. But once you hardwire everythin…
(Kiddin’, my silly way to say thanks for a deeply technical look, helps me understand the kind of knowledge work that might be useful n years from now!)
Re: The path to ubiquitous AI (17k tokens/sec)
#464Earlier quoted context omitted.
Yea I mean this is the first publishable draft of a startup cooking on this. I'm confident there are at least 1-2 OOMs of improvement to come here in terms of the (intelligence : wattage) ratio. I really thought we were going to need to see a couple of dramatic OOM-improvement changes to the model composition / software layer, in order to get models of Opus 3.7's capability running on our laptops. This release tells…
The way I imagine it in 2-4 years we're going to be hit with a triple glut of better architecture, massive oversupply of hardware and potentially one or two hardware efforts like this really taking off. It's pretty crazy we're already 4 years in and outside of very niche / low availability solutions, it's still either GPU or bust
Is it because we stop doing ~2024-style, large-scale training (marginal returns aren't worth it)? Or because supply way outpaces the training+inference demand?
AFAIU if the trend lines /S-curves keep chugging along as they are, we won't hit hardware oversupply for a long, long time without some sort of AI training winter.
Re: The path to ubiquitous AI (17k tokens/sec)
#465There's an old idea of adaptive media. Imagine a video drama that's composed of a graph of clips, like an old "choose your own adventure" book ("Do you X? If yes, goto page 45"). With gaze tracking, one can "hmm, the viewer is more focused on character A than B... so we'll give clips and subplots with more A". Now, when reading, the eye moves in little jumps - saccades. They last 10's of ms, the eye is blind during t…
Generative TikTok for words
Re: The path to ubiquitous AI (17k tokens/sec)
#466Re: The path to ubiquitous AI (17k tokens/sec)
#467If I could have one of these cards in my own computer do you think it would be possible to replace claude code? 1. Assume It's running a better model, even a dedicated coding model. High scoring but obviously not opus 4.5 2. Instead of the standard send-receive paradigm we set up a pipeline of agents, each of whom parses the output of the previous. At 17k/tps running locally, you could effectively spin up tasks like…
Models can't improve themselves with their own (model) input, they need to be grounded in truth and reality.
Re: The path to ubiquitous AI (17k tokens/sec)
#468Earlier quoted context omitted.
Models don’t get old as fast as they used to. A lot of the improvements seem to go into making the models more efficient, or the infrastructure around the models. If newer models mainly compete on efficiency it means you can run older models for longer on more efficient hardware while staying competitive. If power costs are significantly lower, they can pay for themselves by the time they are outdated. It also means…
From my own experience, models are at the tipping point for being useful at prototypes in software, and those are very large frontier models not feasible to get down on wafers unless someone does something smart. I really don't like the hallucination rate for most models but it is improving, so that is still far in the future. What I could see though, is if the whole unit they made would be power efficient enough to…
You must not have much experience using the new frontier models then. A lot of large tech companies are replacing their SDLC with agentic workflows. The tooling and frameworks are still ramping up, but the models have no problem producing production ready software given proper specifications.
Re: The path to ubiquitous AI (17k tokens/sec)
#469I'm curious how much of "hardcoding" is in the chip? Can it have parts that don't need changing much and "offload" the rest into some sort of high-speed/bandwidth interconnect? Will we reach a state where we have chips on which models can be "flashed" like CPU firmware? Or eventually will we reach a state where none of these tricks will be needed because like run-of-the mill Intel/AMD commodity CPUs, we will have ful…
Re: The path to ubiquitous AI (17k tokens/sec)
#470Earlier quoted context omitted.
There is nothing new here. This has been demonstrated several times by previous researchers: https://arxiv.org/abs/2511.06174 https://arxiv.org/abs/2401.03868 For a real world use case, you would need an FPGA with terabytes of RAM. Perhaps it'll be a Off chip HBM. But for s large models, even that won't be enough. Then you would need to figure out NV-link like interconnect for these FPGAs. And we are back to square o…
This is new. You are citing FPGA prototypes. Those papers do not demonstrate the same class of scaling or hardware integration that Taalas is advocating. For one, the FPGA solutions typically use fixed multipliers (or lookup tables), the ASIC solution has more freedom to optimize routing for 4 bit multiplication.