• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle

  • Main issue comes from GDPR. When one uses the consent basis for collecting and using information it has to be a free choice. Thus one can’t offer “Pay us and we collect less information about you”. Hence “pay or consent” is blatantly illegal. Showing ads in generic? You don’t need consent. That consent is “I vote with my browser address bar”. Thing just is nobody anymore wants to use non tracked ads…

    So in this case DMA 5(2) is just basically re-enforcement and emphasis of previous GDPR principle. from verge

    “exercise their right to freely consent to the combination of their personal data.”

    from the regulation

    1. The gatekeeper shall not do any of the following:
      (a) process, for the purpose of providing online advertising services, personal data of end users using services of third parties that make use of core platform services of the gatekeeper;
      (b) combine personal data from the relevant core platform service with personal data from any further core platform services or from any other services provided by the gatekeeper or with personal data from third-party services;
      © cross-use personal data from the relevant core platform service in other services provided separately by the gatekeeper, including other core platform services, and vice versa; and
      (d) sign in end users to other services of the gatekeeper in order to combine personal data,

    unless the end user has been presented with the specific choice and has given consent within the meaning of Article 4, point (11), and Article 7 of Regulation (EU) 2016/679.

    surprise 2016/679 is… GDPR. So yeah it’s new violation, but pretty much it is “Gatekeepers are under extra additional scrutiny for GDPR stuff. You violate, we can violate you for both GDPR and DMA violation, plus with some extra rules and explicity for DMA”.



  • That is just its core function doing its thing transforming inputs to outputs based on learned pattern matching.

    It may not have been trained on translation explicitly, but it very much has been trained on these are matching stuff via its training material. Since you know what its training set most likely contained… dictionaries. Which is as good as asking it to learn translation. Another stuff most likely in training data: language course books, with matching translated sentences in them. Again well you didnt explicitly tell it to learn to translate, but in practice the training data selection did it for you.




  • Well difference is you have to know coming to know did the AI produce what you actually wanted.

    Anyone can read the letter and know did the AI hallucinate or actually produce what you wanted.

    On code. It might produce code, that by first try does what you ask. However turns AI hallucinated a bug into the code for some edge or specialty case.

    Hallucinating is not a minor hiccup or minor bug, it is fundamental feature of LLMs. Since it isn’t actually smart. It is a stochastic requrgitator. It doesn’t know what you asked or understand what it is actually doing. It is matching prompt patterns to output. With enough training patterns to match one statistically usually ends up about there. However this is not quaranteed. Thus the main weakness of the system. More good training data makes it more likely it more often produces good results. However for example for business critical stuff, you aren’t interested did it get it about right the 99 other times. It 100% has to get it right, this one time. Since this code goes to a production business deployment.

    I guess one can code comprehensive enough verified testing pattern including all the edge cases and with thay verify the result. However now you have just shifted the job. Instead of programmer programming the programming, you have programmer programming the very very comprehensive testing routines. Which can’t be LLM done, since the whole point is the testing routines are there to check for the inherent unreliability of the LLM output.

    It’s a nice toy for someone wanting to make a quick and dirty test code (maybe) to do thing X. Then try to find out does this actually do what I asked or does it have unforeseen behavior. Since I don’t know what the behavior of the code is designed to be. Since I didn’t write the code. good for toying around and maybe for quick and dirty brainstorming. Not good enough for anything critical, that has to be guaranteed to work with promise of service contract and so on.

    So what the future real big job will be is not prompt engineers, but quality assurance and testing engineers who have to be around to guard against hallucinating LLM/ similar AIs. Prompts can be gotten from anyone, what is harder is finding out did the prompt actually produced what it was supposed to produce.



  • Ehhhh. 2016, the year of an open no-incumbent primary? That is not called division, that is called primary democracy working as supposed. Primary is exactly the time, when party membership is under no obligation to show unity. That only needs to happen during the national election stage.

    Also just due to winning primary one isn’t as candidate free to ignore other candidate bases. Not out of any high ideals, but hard political reality. No voter is obligated to show up and voters are emotional beings. Slight them and they might stay home (which is the actual risk, instead of them voting for the other party).

    It might be “self-harming”, but again voters can be emotional instead of rational. One has to play to their actual psyche, instead of the idealistic perfect rational psyche one would want them to have. Atleast if one wants to win and shouldn’t the aim of democratic party be win by near any means begging, promising the moon to its base, being as enthusiastic and energetic as possible for the national good of avoiding another Trump presidency.

    People talk about electorates obligation to avoid another Trump presidency. What about DNCs obligation to go above and beyond to avoid another Trump presidency.

    Which is easier to change? The collective psyche layout of 300 million people or one party’s campaign program and political agenda? It’s easier to fix the candidate/candidates program to match the electorate, rather than fix the electorate to match the candidate.

    So if there is “division” among party base, it is the candidates and party programs job to move to match, cover and repair the cracks. Not out of high ideals, but since that is the one practically fast enough way to fix the issue. Base isn’t going to suddenly change their psyche and emotional state just, because DNC says to do so out of national good. Again emotional beings, not robotic, rational automatons.


  • Well even on not being rare, lynxes are stalking predators. Given what noisy clumsy travels us humans are and their keen senses, one is lucky to see a lynx. Since firstly they are always stalking or hiding just naturally and specially so hiding upon most likely spotting human way before human spots them. One could go right by one and not notice it. We aren’t on their menu given our size and not being normally encountered prey species. Also as stalkers unless it is something like a mother lynx protecting its young, it won’t make itself known. Far rather hides and let’s you pass without encounter. Since one less risk of the lynx getting injured in fight, if it can’t just hide away and go unnoticed.

    Though on top of that some species of lynx are very endangered.


  • Well mostly the flaw is people assigning the test abilities it was never intended. Like testing intelligence. Turing outright as first thing in the paper presenting “imitation game” noted moving away from testing intelligence, since he didn’t know to do that. Even on the realm of “testing intelligent kind of behavior” well more like human like behavior and human being here proxy for intelligent, it was mostly an academic research idea. Not a concrete test meant to be some milestone.

    If the meaning of the words ‘machine’ and ‘think’ are to be found by examining how they are commonly useit is difficult to escape the conclusion that the meaning and the answer to the question, ‘Can machines think?’ is to be sought in a statistical survey such as a Gallup poll. But this is absurd. Instead of attempting such a definition I shall replace the question by another, which is closely related to it and is expressed in relatively unambiguous words.

    Turing wanted a way to step away from stuff like “thinking” and “intelligence” directly and then proposed “imitation game” mostly to the rest of the academia as way to develop computer systemics more towards “intelligent behavior”. It was mostly like “hey we need some goal to have as a goal to have something to move towards with these intelligence things. This isn’t intelligence, but it might be usefull goal or tool for development work”. Since without some goal/project/aim to have project don’t advance. So it was “how about we try to develop a thing, that can beat this imitation game. Wouldn’t that be good stepping stone. Then we can move to the actual serious stuff. Just an idea”.

    However since this academic “thinking out aloud spitballing ideas” was uttered by the Alan Turing, it became the Turing Test and everyone started taking it way too seriously. Specially outside academia. Who yes did play the imitation game with their programs as it was intended as research and development tool.

    exemplified by for example this little exerpt of “not trying to do anything too complete and ground breaking here”:

    In any case there is no intention to investigate here the theory of the game, and it will be assumed that the best strategy is to try to provide answers that would naturally be given by a man

    It is pretty literally “I had a thought”. Turin makes no claims of machine beating the game having any significance other than “machine beat this game I came up with, neat”. There is no argument of if machine beats imitation game, then X or then it means Y is reached.

    Rest of the paper is actually about objections to the core idea of “it could ever be possible for machine to think” and even as such said imitation game is kinda lead in or introduction to Turing’s treatise various objections of various “it would be impossible for machine to think” arguments. Starting with theological argument of “only human soul can think. Hence no animal or machine can think.” … since it was 1950’s.


  • Yeah. Unless he has evidence… Yeah, don’t go around spewing that kind of stuff. How about going with “looks like middle-aged man having midlife crisis and currently in the “gym rat” phase of it”… little dig in there, but you know more realistic. Yeah he is little funny with the shirtless sports posing, so throw some shade over it. However it in no way implies cheating on his wife. Don’t know if he is, don’t know if he isn’t, but getting the middle life crisis hobby of “jiu-jitsu” doesn’t tell anything about that.

    As said I think him getting in shape, sports and posing is way more about just bulk standard mid-life crisis. “Oh I’m getting little old. When did that midsection and belly got so wide. I should start a sports hobby to get in shape and avoid cardiovascular disease”. Some people get a motorbike to catch the lost youth. Others become gym rats/sports nuts to try to catch back their lost youth body.

    Again which really wouldn’t be that interesting except billionaire and also him apparently getting so hooked on it, that he started competing in tournaments.

    Doesn’t also remove anything from his horrible record of business ethics. He has absolutely horrible business ethics as most of these silicon valley billionaires in the advertising/social media sphere. Comes with the territory. One doesn’t start a targeted advertising social media business, if one values the ethics of peoples right to privacy.