HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ghostzilla

no profile record

comments

ghostzilla
·в прошлом году·discuss
Which brings the question, if LLMs are an asset of such strategic value, why did China allow the DeepSeek to be released?

I see two possibilities here, either that the CCP is not that all-reaching as we think, or that the value of the technology isn't critical, and that the release was further cleared with the CCP and maybe even timed to come right after Trump's announcement of American AI supremacy.
ghostzilla
·в прошлом году·discuss
This seems more like a move designed to frighten China -- or force them to spend money making LLMs -- then an actual threat. The clues are that Trump ceremonially blessed the deal but did not promise money (SoftBank et al will, supposedly), and then Musk said that's all fake because SoftBank doesn't have the money, and Altman countered that Musk should not be butthurt and should put America first. Who does that? I'm thinking, no one who has something real on his hands.
ghostzilla
·в прошлом году·discuss
That's interesting, it hasn't occurred to me to check his games. That said, I remember reading that Machiaveli was once given a territory to govern and he was terrible at it, despite The Prince. It may be a thing about teachers vs doers.

THAT said, there is a lot of intersting things one can learn from John Carmack, so there's an exception to every rule.
ghostzilla
·в прошлом году·discuss
Jesse Schell's book is a great read beyond game design.

Thanks for the other links.

To leave something in return, here's something I read the other day and kept thinking about it (I'm designing on a PvP motion based game)

"In competitive games, there is little more valuable than knowing the mind of the opponent, which the Japanese call “yomi.”

As a side note, I would even argue that the “strategic depth” of a game should be defined almost entirely on its ability to support and reward yomi."

The Yomi Layer concept is a reminder that moves need to have counters. If you know what the opponent will do, you should generally have some way of dealing with that.

https://www.sirlin.net/ptw-book/7-spies-of-the-mind
ghostzilla
·2 года назад·discuss
Another adage is "code should be written for people to read, and only incidentally for machines to execute". This goes directly against code being written by machines.

I still use ChatGPT for small self-contained functions (e.g. intersection of line and triangle) but mark the inside of the function clearly as chat gpt made and what the prompt was.
ghostzilla
·2 года назад·discuss
Or a pebble; for a super intelligent pebble.

“God sleeps in the rock, dreams in the plant, stirs in the animal, and awakens in man.” ― Ibn Arabi
ghostzilla
·2 года назад·discuss
> You don’t need unit tests if you have integration tests.

Which is why, as per Jim Coplien, most unit testing is waste.

But converting one type of unit tests into another is a perfect showcase for AI-generated code. They could have even kept just the prompts in the source and regenerate the tests on every run, were it not for inaccuracy, temperature, and the high cost of running.
ghostzilla
·2 года назад·discuss
On the internet, no one hears you being subtle. (Torvalds)

I'll add my own view: when you watch a movie, read a book, listen to a song, play a game... you CONNECT with the mind of the person who made it. When there is no mind, or the source is a dead, statistical amalgamation of countless fragments of other minds, there is nothing you'll want to connect to, nothing you'll want to squander precious hours of your life on.

And while you may be curious to see, once maybe, a movie such an imaginary AGI-LLM has created from your prompt, no one else will have the slightest interest in seeing it. And vice versa. Which means there would be absolutely NO MONEY in that market. There would be no market.
ghostzilla
·2 года назад·discuss
Certainly agree with you on that one.
ghostzilla
·3 года назад·discuss
I find it draining to have to be on the lookout constantly for hallucinations, or omissions a person wouldn't make. I imagine as long as I'm walking well known paths -- well known to many but not me -- I'm safe, but the moment I need nuances I can expect that one of those nuances is completely and convincingly made up, except I don't know which one.
ghostzilla
·3 года назад·discuss
> People raving about it on twitter

For the most part usages of GenAI have been sharing output on social media. It is mind-blowingly fascinating, but the utility of it is far far behind.
ghostzilla
·3 года назад·discuss
They probably don't. Forced ad viewing is fundamentally dishonest: they can force the user to watch the ad, but they can't force him to pony up for what is being advertised.
ghostzilla
·3 года назад·discuss
The best description of AGI I've seen is in Michael Crichton's Prey. He describes in a fairly plausible detail how AGI rises from the building blocks. The emotion he captures is that of dealing with a psychopath -- goal oriented with no empathy -- to the infinite degree.

That said, I think ChatGPT and LLMs trick us into seeing intelligence where there is none because we are evolutionarily wired to look for signs of intelligence as a potential threat. Our defense mechanisms are asymmetrical as they have to err on the side of being overly cautious: you may mistake a rock for a bear but you won't mistake a bear for a rock.

So it is with ChatGPT: its conversation style triggers a false alarm deep in us that there is intelligence there and we can't shake that warning off, but this software design is just exploiting the flaw (of sorts) in our wiring.