HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rusk

4,309 karmajoined 10 yıl önce
Transcybernetic Humanist Systems Programmer Homo Ludens http://rusk.ie/

Submissions

Sideways, Not Up: Why AI Is Not a New Abstraction Layer

sixsideddice.com
2 points·by rusk·18 gün önce·0 comments

I wasted so much money on AA batteries because I missed this tiny detail

makeuseof.com
14 points·by rusk·8 ay önce·2 comments

comments

rusk
·evvelsi gün·discuss
It’s not a big secret. I’m pretty sure it was mentioned in Chris Pratt’s recent adaptation…
rusk
·evvelsi gün·discuss
I was suggesting that website hosting isn’t a particularly hard problem with no moat. European customers could go literally anywhere.
rusk
·4 gün önce·discuss
“American website hosting companies are disproportionately exposed to market shock from their European customers”
rusk
·5 gün önce·discuss
Yes they don’t call it AI
rusk
·5 gün önce·discuss
> Successful product though, wasn't it

If you can call being an “also ran” in a field they had a ten year march on their competitors in success, yeah.

Truth be told it was the shoddy code they were forced to use for the vanity of their paymaster might well have held them back, though manifestly that is not a bad thing. Probably the best outcome, really.
rusk
·5 gün önce·discuss
In so far as AI can do hardware reliably you can bet your bottom dollar the big chip fabs have already been doing that. They don’t call it AI though and the models aren’t language based, surprisingly enough /s
rusk
·11 gün önce·discuss
I think a lot of European nations have been reevaluating their relationship with the US. Digital sovereignty in particular is a burning topic.
rusk
·11 gün önce·discuss
I agree with everything you have written here, however even in the face of that it makes “economic” sense for the EU to wait it out.
rusk
·11 gün önce·discuss
> no balls and no vision

Seems to me they’re waiting it out. Everything could change in a presidential election and the European economy wins either way. It is an economic bloc after all.

What you describe would be what’s called “cutting off your nose to spite your face”
rusk
·11 gün önce·discuss
The concern is not so much that the US will lose friends moreso that other business partners will become more prominent. The US has a lot of social capital to burn. I’m not certain that somebody hasn’t calculated how much they can get away with…
rusk
·11 gün önce·discuss
Sounds right
rusk
·11 gün önce·discuss
When an engine stalls, the implication is that the chain reaction that drives it is failing - I don’t think that is the case with a GPU as it will quite happily sit there drawing watts til you give it things. In systems nomenclature the inverse term for bubble is utilisation. This or that link is or node is using x% of its capacity. Indeed, if you monitor your GPU with nvidia-smi you will see that very term in the instrumentation.
rusk
·11 gün önce·discuss
The term I would use would be “underutilised”
rusk
·12 gün önce·discuss
> I totally struggled to find the right frame of mind to explore any of this stuff without feeling defeated and bamboozled.

I found LM studio to be a nice starting point. Frindlier and more featureful than Ollama and not as intimidating as llama.cpp (though you will want to use that eventually)
rusk
·12 gün önce·discuss
Spent a week trying to get sensible results out of llama 3.3 At one point it even simulated doing the work, log output and everything and when I challenged it about the missing artefacts it actually started questioning my intelligence. Seems appropriate for a Zuck enterprise.

Qwen on the other hand got straight to work with astonishing competency on the same system.

From what I read llama3 needs beefier compute to reliably invoke tools, which I presume relates to it focussing more on simulating AGI rather than being a useful tool.
rusk
·18 gün önce·discuss
51% shareholding he’s free to make all the mistakes he wants
rusk
·20 gün önce·discuss
> You're just looking for the study of rhetoric.

I presume you mean, that what I and others is observing is patterns in mere rhetoric. That this is just unimportant window dressing around the actual problem solving.

Yet, generation of rhetoric seems to be one of the key usecases, and one of the key features that makes this technology seem “intelligent”.
rusk
·20 gün önce·discuss
It’s TOS for using ebdpoint. It says:

access is provided under condition you respect these restrictions

You are not obliged to honour this. It is not enforceable so it seems strange.

Browsers enforce it, but it can be turned off and nobody expects it to be implemented by a simple REST client application.

It’s a gentleman’s agreement. It’s a statement of expectation to the browser. On the one hand it may be for the protection of the browser user, from cross site attacks, and from malicious code on the web.

But crucially it provides little protection for the endpoints themselves bar accidental misuse.

It is very unusual and rare example of “cooperative” security in a web that’s frequently so adversarial.

And that’s what makes it hard to grasp.
rusk
·20 gün önce·discuss
It does not. Sometimes it will spawn a mess of ad hoc python, sometimes it will do curl and sed, and very very occasionally it will use the correct tool for the job if it remembers to use the skill you developed in the previous session.
rusk
·20 gün önce·discuss
Determinism is a desirable property for software, yes, and its lack thereof from LLM’s is a common complaint, but often a feature depending on who you ask. There is an element of randomness, “hotness” that is central to who LLM work but the pattern we see here manifesting reveals the deterministic processes below, but I don’t think you could rely on this technology to be deterministic, if that’s what you wanted.