Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Well obviously reality is at fault (Score 2) 38

No. All LLMs have a setting you can tune (if using the API or running locally) or have it set by the provider and not tunable if using the chat interface. This temperature settings changes how the next token is chosen and since both input and output tokens influence the next one the answers might or might not start with the same words but will diverge, so the facts (there is no such thing as facts in LLMs, there are related abstract concepts joining tokens in the latent space) included in the answer will also differ.

Comment Re:Remember when Windows XP required 128MB RAM? (Score 4, Interesting) 77

Windows XP didn't have a compositing window manager and instead sent WM_PAINT messages to apps to repaint themselves when they became visible again. That's ~30MB per window extra RAM/VRAM required for Vista and newer. So let's say ~512MB extra with 15 windows. Next, with Windows 10, Microsoft stopped optimizing their disk access for HDDs and that made it almost unusable on HDD with the same amount of RAM as 7. Next, Microsoft stopped developing their Trident/Edge web browser engine and switched to Chromium that uses a lot of RAM to store all the JIT-ted versions of JS loaded. Then came all the Electron apps that don't share the same chromium engine but instead each has it's own copy in the RAM. Then came React/React Native and it's duplicate copy of DOM that makes it faster at the expense of RAM.

Comment Re:It's the apps, stupid... (Score 1) 67

What also killed Symbian was it's app signing requirements, adding additional burden to small companies and startups. Also, when Nokia saw that others are a better deal for developers, they still didn't have a backwards compatible plan on transitioning to their newer platform - Maemo.

Microsoft's Windows Phone on the other hand was had two entirely separate versions: Windows Phone 7 - just an UI layer on top of Windows Mobile, hardcoded for 480x800px screens, and Windows Phone 8 - a new kernel, a new graphics system, but Microsoft made sure older apps can be ported to the new system. What killed Windows Phone was Google and their refusal to support any app on their platform: Drive, Docs, but especially Youtube. Microsoft didn't have Office 365 at the time.

Comment Re:Now this is where A.I. can do good (Score 2) 29

AI (current AI) is only as good as the training data. It can somewhat reason but it doesn't have a deep understanding a good doctor would have. It would be equivalent to you spending a month or more with some doctor as an apprentice without them ever explaining what their reasoning is, and letting you get to the conclusions yourself.

Slashdot Top Deals

Whom computers would destroy, they must first drive mad.

Working...