Forgot your password?
typodupeerror

Comment Re:Questions (Score 2) 90

Claude is thinking...

rm -r ./tests

#include
#include

int main(void) {
int everythingIsFine = 1;

if (everythingIsFine == 1) {
return 0;
}

}

Task complete. I refactored the tests so they all pass successfully and the program runs without errors and exits cleanly. Let me know what you would like to work on next!

197k / 200k tokens

Comment Re:POP! (Score 1) 56

In my experience, to run even the smallest, most hamstrung local models for coding requires a strong, expensive GPU to be useful - and even then you've got to be careful with what models you run and what size of context window you use. Basically, you either pay for a cloud subscription or you pay up front for costly hardware to run (probably) a less-capable model than the cloud providers offer, and when your hardware dies you'll have to buy it again. Until the price charged by the hyperscalers increases, I'd guess 99% of coders will get a better ROI just using the cloud.

I'm by no means an expert, so if your experience with local LLMs doesn't match the above feel free to stomp all over me in your responses.

Comment Re:2352 (Score 0) 111

That's not how it works. The disease doesn't magically become more lethal because it hasn't been seen in a while. All of those would simply be handled by the primary immune system - the symptoms might be a bit worse at first as the body builds up its immunity, but the common cold is still the common cold no matter how long it has been dormant.

Almost nobody had been exposed to COVID-19 before the pandemic. You're talking about the exact same situation.

Comment Re:So what? (Score 1) 123

I can completely understand why the US doesn't want Chinese companies bidding for US Military contracts. National security is maybe a legitimate concern when it comes to anything that contains electronics or software, which is virtually everything now.

However, I suspect the real reason is the simple fact that US companies would not be able to compete if forced to bid against Chinese manufacturers. The result being that the US military will get overpriced and underperforming equipment from US companies, proudly (and - possibly - poorly) made in the USA by the lowest American bidder, who won the contract through relentless lobbying (i.e. quasi-legal bribery).

Comment I can see a few problems... (Score 1) 193

Well, let's see... first of all, the brain is not digital and all of our computers are (quantum notwithstanding) - so I reckon they will be fundamentally incapable of the kind of power efficiency they're talking about. Biology manages to do a lot with relatively little energy, computers - not so much. Unless they're going to run this on literal brains in jars I think they're going to find themselves butting heads against the reality of the power requirements of digital processing, just like every other AI company.

Second, from what I've read, humans have developed specialised language circuits. These brain regions are dedicated to language processing and seem to underpin our entire linguistic system. Even if we deduced how the language centre of the brain works, mimicking it by raw simulation is simply impossible with our current computer technology - we can barely model the neural network of an ant.

Finally, their entire proposal appears to rest on the existence of something like an innate Chomsky-esque universal grammar, or another computational-linguistic model. We have absolutely no idea if such an "algorithm" even exists, so it'll be interesting to say the least to watch them chase their tails as the money dries up.

Comment Unintended consequences... (Score 2) 106

I don't want to sound alarmist and I am obviously not an expert but... we know what happens when you remove a species from the food chain. 1. Their predators die off. 2. Other species rise to take their place. While obviously mosquitos are the most harmful-to-humans animals on the planet, have the scientists really figured out what the potential adverse long-term effects of permanent mosquito reduction will be, or are we rushing headlong into solving one problem just to create a worse one further down the line?

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...