Forgot your password?
typodupeerror

Comment Re:Us too (Score 1) 27

The problem I am addressing here is that man (most?) people see AI and think it is an alias for LLM. The general term you are looking for is "AI Stack", for which AI is the short form. An AI Stack can (and currently typically does) include a LLM, but there is much more to the stack. One possible layer is the machine vision component you describe. There is a difference between generative and agentic AI, but a complete AI stack these days has both as part of a complete AI system, as well as additional components. IBM has quite a few videos on Youtube that go into great detail about all of this.

Comment Re:It might be more than one person (Score 1) 82

It's a common trope, but there are at least two problems with it. The first is that it assumes no two people ever died with a shared secret, which is absurd. The second is that the game isn't over yet unless they are all dead. Someone could still come forward on their death bed to reveal that it was a team.

Comment Re:It might be more than one person (Score 1) 82

Who said it is a "single coding style"? Imagine a small team. One is a system architect, another is a domain expert, yet another is the person who authors papers and release emails, and two more people write code. It has been speculated that a single person would have to have deep knowledge in multiple domains, and nobody has provided irrefutable evidence it isn't a team who happens to know what code reviews are and how to use them.

Comment Re:Us too (Score 1) 27

This is a core misunderstanding that is often repeated by people who haven't researched AI system design. The new models are not LLMs, though they do have one component in the stack that is an LLM. What you are doing is talking about a web stack as though it was just a database, then talking about what databases can and cannot do ... essentially saying "databases can't create user interfaces!" ..."I really hope people will stop over-hyping these database thingys." For the record, the linked video doesn't paint the whole picture, but is merely intended to make the point that the picture is much bigger and more nuanced than all of the "LLMs can't ..." types are aware.

Comment It might be more than one person (Score 1) 82

People always seem to assume that Satashi Nokimoto is a single person, and if it isn't then there will always be some evidence pointing to "this is the guy" and some other evidence that "this isn't the guy", but I suspect it is team. Solving a puzzle basing the approach on a false assumption is a great way to guarantee you can't solve it.

Comment Re: Hubble out of support (Score 2) 129

There are two categories of realtime: soft and hard. Realtime is complicated, and no OS can guarantee hard realtime if the hardware is not up to the task (excuse the pun.) For example, if you are running an OS written in assembly language on am Intel 8051 microcontroller clocked at 10 Mhz you cannot handle events that could easily achieve hard realtime on a modern system, because the task switching overhead alone precludes such capability, even if your application is just an infinite loop.

Slashdot Top Deals

"Ask not what A Group of Employees can do for you. But ask what can All Employees do for A Group of Employees." -- Mike Dennison

Working...