| ▲ | causal 6 hours ago |
| There's some psychological mechanism by which my brain immediately recognizes AI generated text and just short-circuits to "there is no information here". And when I force myself to read AI-generated text I realize I'm making my brain do creative work to impart meaning to the words. It is exhausting because my brain is literally trying to do a just-in-time rewrite of the text into something valuable. Something is deeply wrong with AI generated output, and I say this as someone who is typically very impressed by AI. |
|
| ▲ | diego_sandoval 16 minutes ago | parent | next [-] |
| When I read AI-generated prose that is aimed at the general public, I have the exact same feeling. But when I ask Codex a technical question about coding, I don't get it at all. Codex replies to me in a very direct, technical manner, similar to the way I speak. When I ask ChatGPT to be concise and technical, I get the same effect. I think it's because prose aimed at the general public has to be very attention-baity --like the textual equivalent of a Mr. Beast video--, not because AI is incapable of writing like a human. |
| |
| ▲ | BobbyJo 8 minutes ago | parent [-] | | I use Claude and I find that it speaks in a very obfuscated manner when explaining things. It seems to make up jargon as it goes on top of spending a lot of tokens dancing around a point. I often find myself having to ask it to rephrase things, or speak directly about mechanism or consequence, in order to understand the point. | | |
| ▲ | sebmellen 3 minutes ago | parent | next [-] | | Using Claude for any kind of technical writing makes me feel like it was trained on snarky Huffington Post articles written by a 23 year old mixed media arts graduate and then was told to intentionally obfuscate the most important elements of any text by extensively rambling about what was not done and for what reason. | |
| ▲ | disgruntledphd2 7 minutes ago | parent | prev [-] | | GPT is less bad for this, which is why I've mostly shifted to using it. |
|
|
|
| ▲ | TalkingCodeMonk 5 hours ago | parent | prev | next [-] |
| The "something deeply wrong" part about AI, that even most technology enthusiasts evidently do not seem to grasp, is that it is still fundamentally a statistical model — an algorithmic construct — and does not possess any real intelligence or critical thought whatsoever. No matter how much investors and tech companies want you to believe that they are on the verge of super intelligence, nothing I've seen to date can not easily be explained by "correlation engine", including the "novel" math solutions, all of which appear to just be "a composition of solutions humans have developed and documented elsewhere" upon deeper inspection. |
| |
| ▲ | PaulHoule 5 hours ago | parent | next [-] | | Some of it the effect of tells. “It’s not X, it’s Y” is not a bad pattern but it was baked into the instruction following training set just like the other patterns. I catch myself about to use it and use something else because I want to look human. I have, a few times, tried to use AI to write something that I was struggling to find the words and I just didn’t like how it didn’t seem like my voice. If there was just one person doing it would be OK but when it is 100s of blog posts submitted to HN a day it is like wearing a “I’m an NPC” t-shirt. | | |
| ▲ | sa-code an hour ago | parent [-] | | Someone shared with me this system prompt that at least makes assistant outputs usable For information retrieval tasks, I want you to provide links to sources and use exact quotes as much as possible. When using a source, consider if it is primary or secondary information. If secondary sources are found, search again for primary sources. Sources and quotes, if applicable, should be mentioned in the answer first before the rest of the response with links.
|
| |
| ▲ | pyridines 5 hours ago | parent | prev | next [-] | | I just can't accept that it possesses no intelligence. It is not equivalent to human intelligence, obviously, but how can a system without some semblance of rational thinking solve open math problems? Even composing earlier human work into something novel requires intelligence and understanding on some level. | | |
| ▲ | wongarsu 4 hours ago | parent | next [-] | | We couldn't agree on what intelligence means before ChatGPT happened. Now, agreement on the term seems even further away If performing well on an IQ test or performing at a high level on knowledge work is intelligence to you, these models are intelligent. If intelligence requires sentience for you, then ... well, I don't think we really agree what that is either, never mind how to measure it. But LLMs certainly don't have it right now But the consistent trend of the last couple decades (arguably since Turing's time) seems to be that any time a computer reaches our definition of intelligence we decide that that was a flawed definition | |
| ▲ | bluetomcat 4 hours ago | parent | prev | next [-] | | It has no semantic depth. The sentences and the paragraphs are a statistically viable derivation of existing human text, but once you try to grasp the whole thing with its temporal and spatial dimensions, you are left with a blurry mess that rots your brain. It's a polished, inoffensive and shallow interpretation as written by an opinionated reputation-seeking user of Quora, circa 2019. Assertive, bold, without typos, clean-cut and bulleted, but without an interesting semantic core. | |
| ▲ | bayindirh 5 hours ago | parent | prev | next [-] | | It's just filled to the brim with relations between things. It's good at searching a very large meaning space and create correlations. What it does is to cover great distances and find related things in that large space which needs a long time and large corpus of knowledge to find the connection. This is not intelligence. It's just a good correlation engine with a very big albeit lossy database of things. | | |
| ▲ | rnd33 4 hours ago | parent | next [-] | | Intelligence is compression, compression requires subtraction, and for some reason LLMs are not good at subtracting. To create a coherent model you kinda have to subtract correlations until only the essential parts are still there. What I don't understand is why LLMs haven't been able to do this yet, if it's the harness or some orchestration layer above the LLM that is needed. Because fundamentally if you can identify correlations then it's just another small step to prioritize and remove lower value or irrelevant correlations. I wonder if what's needed is to introduce subtraction tokens in some sense, and in post-training reward the model on that. | | |
| ▲ | tyromaniac 2 minutes ago | parent | next [-] | | I've heard that expression before, but I don't think it can be presented and stated so matter of factly. Where does that put bzip? | |
| ▲ | fluoridation an hour ago | parent | prev | next [-] | | Intelligence is compression? What do you mean? Intuitively that doesn't seem right. >What I don't understand is why LLMs haven't been able to do this yet LLMs are just trained on what humans have said. Why is it surprising that it's still not possible to reconstruct the intelligence that wrote all that by working backwards? Think of your own work experience. When you look at a piece of code, say, are you always able to discern why the person did what they did, just from the code, with no additional context? | |
| ▲ | jrmg 2 hours ago | parent | prev [-] | | Intelligence is compression That’s a controversial statement. |
| |
| ▲ | pyridines 5 hours ago | parent | prev [-] | | The very fact that it is able to search within a meaning-space demonstrates that it understands semantics, to some extent. Philosophically, that is profound, for something that is just one big matrix multiplication. Drawing connections between things in meaning-space is surely a facet of intelligence. | | |
| ▲ | bayindirh 4 hours ago | parent | next [-] | | It’s not intelligence if you are the one who gives the correlations to the model in the pre-training. It’s Word2Vec, applied. Model doesn’t learn anything. You embed these correlations and build it from there. It just searches the space. As my AI professor said in the first lecture: “All AI is advanced search”. | | |
| ▲ | pyridines an hour ago | parent | next [-] | | Okay, I guess you're right that its ability to do this is just correlational, which doesn't imply it has any understanding. However, you have to conclude that some tasks which we used to believe required intelligence don't actually require any, which is disconcerting. | | |
| ▲ | bayindirh an hour ago | parent [-] | | No, what I would say is the tasks which are handled in a passable manner by LLMs can be mathematically modeled with some reasonable accuracy. Many things are predicted by models in our planet. From weather to production and material science. Building the model needs intelligence, running the model does not. The person who came up with the formulae for CFD was intelligent. The computer running the model is not. Same for LLMs, chess engines, engine ECUs and financial prediction systems. Again, for the example’s sake; the person who came up with an algorithm is intelligent. The model mixing its training data to emit something similar is not. | | |
| ▲ | pyridines 26 minutes ago | parent | next [-] | | I get what you're saying. The thing itself is just math. I'll just say it depends on how you define intelligence. If at some point we're be able to simulate a human brain with 100% accuracy, I would say that it is intelligent, it sounds like you would not. (I don't mean to imply consciousness or personhood or anything else by "intelligent".) | |
| ▲ | hombre_fatal 26 minutes ago | parent | prev [-] | | This starts to feel like you're defining the word intelligence out of any meaning and out of any way we apply that word. So when LLMs can do all human knowledge work, and do it better than humans, we'll be in the mines listening to you go on about how it's actually just autocomplete or just math, a distinction that apparently means nothing. |
|
| |
| ▲ | 2 hours ago | parent | prev [-] | | [deleted] |
| |
| ▲ | 4 hours ago | parent | prev [-] | | [deleted] |
|
| |
| ▲ | duped an hour ago | parent | prev | next [-] | | I don't think statistically driven prediction implies reasoning or intelligence. | | |
| ▲ | malfist 36 minutes ago | parent [-] | | Its a mirror to human intelligence. Regurgitating phrasing to match what someone who can reason put together, but it isn't any more intelligent than the reflection of you in the mirror is. |
| |
| ▲ | figers 5 hours ago | parent | prev | next [-] | | watch this and see if you think it has intelligence by the end https://www.youtube.com/watch?v=kYUicaho5k8 | | |
| ▲ | ragequittah 4 hours ago | parent | next [-] | | I wonder if you went back before we had any idea how the brain worked and talked to the smartest people about how neurons work (without giving away that it's a human brain) then asked them all "would such a system be intelligent?" how many would say yes. The main problem I have with people stating it's not intelligent or conscious is I don't think we even have a good definition of either word that satisfies everyone. Philosophers have been trying (and failing) to elegantly define these things forever and everyone out here proclaiming they've got the definitive answer and this specific thing they're seeing doesn't fit under it. | |
| ▲ | pyridines 5 hours ago | parent | prev | next [-] | | This looks interesting, but would you mind saying a sentence or two about why before I commit to an hour-long video? It looks like it shows how they work internally, which is sort of a non sequitur. Brains also work mechanistically. I'm claiming that any system which is able to do what AIs do must necessarily have some sort of intelligence. | | |
| ▲ | figers 4 hours ago | parent [-] | | fair reply to an hour video, Scott is just so good to hear his talk is better than I can explain it... go to 24 minutes and 07 seconds. it's statistically determining what the next word should be based on all the text it's been trained on. It's not intelligence and he shows what probability it puts on each word that it chooses, but also shows a lot of the other words it was thinking of using. In a later part he shows how it uses words that are not the highest probability (and you question why did it go this route, it's not more correct), but the user never sees this, they see what they think is the correct answer always... he also shows how context you feed it has a lot to do with what it returns... to the point he can get it to return the capital of France is Marseille, just by typing Marseille a bunch of times before the question. Human intelligence doesn't get confused like that. And it's not a "hallucination", it's just probability of the next token prediction based on the information it's been trained on and fed, it's not intelligence. | | |
| ▲ | rnd33 4 hours ago | parent [-] | | Isn't this a case of missing the trees for the forest though? The human brain is not an LLM, and an LLM is not intelligent in the same way as a human brain. However, an LLM is a prediction machine, prediction IS at the very least one (or the most fundamental) element of intelligence. The brain most surely contains at least some kind of simulacrum of a prediction machine. How that prediction machine is used or wrapped is another matter. If I said to you: "Blue blue blue, the color of my car is red", would you have absolute confidence in your prediction that my car is red? Or would the way I phrased that sentence make you slightly uncertain, and wonder if there's some miscommunication going on here? | | |
| ▲ | figers 3 hours ago | parent [-] | | LLMs are awesome awesome tech! A lot of people seem to think it's human level intelligence. |
|
|
| |
| ▲ | bayindirh 5 hours ago | parent | prev [-] | | I also like this: https://laurentiugabriel.github.io/token-town/ It shows internals of an LLM nicely, simplified manner. |
| |
| ▲ | ThrowawayR2 4 hours ago | parent | prev [-] | | LLMs are pattern prediction systems with a large training data set. It is not surprising that they can predict patterns, particularly for a well structured field like mathematics that is also amenable to automated proof checking to help steer it. |
| |
| ▲ | fallingbananna 30 minutes ago | parent | prev | next [-] | | Are we sure there is some objective, technical definition of what is intelligence and what is not? Isn't it rather a subjective philosophical concept? What if human intelligence is also a statistical model, trained by evolution to make decisions that lead to offspring? The one major difference I see between AI and people is the ability to learn and memorize. All memory/learning solutions that current AI architectures offer just feel like workarounds and simply don't work anywhere near as a person learning something new and remembering it. | |
| ▲ | tempodox 5 hours ago | parent | prev | next [-] | | Thank you for helping me keep my sanity. | |
| ▲ | GPerson 4 hours ago | parent | prev [-] | | I mean this in the kindest way possible, but you are wrong that the math solutions are that easily dismissed. And there are many more than are publicized. A specific math problem I wanted solved for 3 years did not get solved by any model until fable and, and I tried it on every model and know the literature surrounding it well. |
|
|
| ▲ | dudeinhawaii 2 hours ago | parent | prev | next [-] |
| You are re-compressing information that is in-effect meaningless because it's all decompression artifacts. The AI had a nugget of data and decompressed that into a flood of text. The exhausting thing is that we're then trying to re-compress that or derive the original intent and meaning from noisy decompression. It's like un-zipping a zip file into a probability space of what could have been in the zip -- and then having to find the actual files worth reading. |
|
| ▲ | rnd33 4 hours ago | parent | prev | next [-] |
| Completely agree. AI is very impressive in many ways but there is something deeply wrong that is hard to put into words. The output is probable but never true, if that makes sense. I think this is also the mechanism behind why AI generated videos and images are so captivating at first. I remember when Midjourney first launched and it was hours and hours of a brain-melting "Wooooooow". But once you get used to it and start to identify the patterns the brain quickly labels most AI-generated content as blank space. If the image or text wasn't created by a human, then there was no intent behind the content, there is no message or novel information conveyed, and it reads as noise. |
| |
| ▲ | causal 3 hours ago | parent [-] | | Yeah AI generated content hints that there is a whole world behind it, the way that an image pre-AI was a clue that there was a rich 3D space that corresponded to the image. It seems our brains are adapting to that and recognizing "actually the signal behind this message is quite sparse" even when presented with rich imagery. |
|
|
| ▲ | KronisLV 17 minutes ago | parent | prev | next [-] |
| > just short-circuits to "there is no information here" That is my experience with the way the models write by default, often even when instructed not to do that. With enough effort you can get even them to slightly unslop the writing so it doesn't read like some LinkedIn/Buzzfeed brainrot, but the problem is that it's not trivial to do and most people won't do it, so the default is indeed horrible. |
|
| ▲ | arjie 36 minutes ago | parent | prev | next [-] |
| Yeah, I have the same problem. There's a good quote example of this: > There’s a growing scissor between people who are happy to read AI and those who violently bounce off from it. > People adapt in different ways — and some people absolutely cannot look at it. That cognitive split creates a surprisingly powerful opportunity: you can write something that, technically, sits right there on the page, yet an entire sub-population will be incapable of staying with it long enough to actually read it. You can hide entire sub-structures in plain sight. It’s not avoidance — it’s adaptive obfuscation. > The paragraph before this one was the only thing generated in this essay and if you just skipped over it I highly recommend reading and really understanding what it’s saying. It's quite effective. I think this kind of text functions like the chumboxes you see at the bottom. Taboola and so on. Just mental ad-block takes over. |
|
| ▲ | LelouBil 5 hours ago | parent | prev | next [-] |
| For some research I looked up some very old Reddit threads a couple of days ago. And, Oh my god, you can actually see how this style of writing influenced AI writing today, I constantly had to remind myself: "this was posted before ChatGPT released". The reddit influence is especially true for "storytelling" writing. |
| |
| ▲ | efilife an hour ago | parent [-] | | I experienced the same lately. Even dug some of my old posts where I put in the effort and formatted them using reddit's markdown. Wouldn't dare it today |
|
|
| ▲ | renyicircle 20 minutes ago | parent | prev | next [-] |
| It's like if on any website you went to you saw a lot of posts written by the same guy over and over again. Even if he used different names, you'd start to recognize him eventually because of his style. Seeing as he doesn't say a lot of valuable stuff, you'd also learn to skip whatever he says. I do worry that it's just survivorship bias and we're also consuming higher-quality AI output that's indistinguishable from human writing, but we focus on the raw, unedited, low-effort AI slop and think that we're good at recognizing AI text. Even if we really are at the moment, it might not be long until AI companies figure it out. I'm not sure why they haven't yet, given how many books they've burned for this already. Maybe it's just more efficient for the model to stick to a single way of writing, I don't know.
But when that point comes, we'll be back to the usual way of reading and interpreting text because there would be no way to tell what produced it. |
|
| ▲ | SoftTalker 5 hours ago | parent | prev | next [-] |
| Do you have much exposure to pre-AI corporate memos, mission statements, marketing plans, or white papers? Because they were mostly written in that style. Full of buzzwords, cliche similes, platitudes, jargon and stock phrases. |
| |
| ▲ | bayindirh 5 hours ago | parent | next [-] | | The thing is, people writing them had a style. Every company has its own style, or feeling for these kinds of texts. Also for the initiated, these buzzword-filled blocks of text provided some between the lines information; sometimes big, sometimes small. AI generated text doesn't have this. Every model has its bias towards a certain style, an overly agreeable tone, some exaggeration to make the user important and smart, but the text has none of the information crumb these pre-AI texts contained. Even when you use tools like Grammarly and allow it to "Impact-MAXX" your text, the resulting text is a bland wall of letters, carrying none of your voice or style, less elegant than a corporate text and emptier than space. It's beyond bland. It's tasteless. | |
| ▲ | never_inline 5 hours ago | parent | prev [-] | | AI tries to make the prose "interesting". I don't want to read interesting prose. I want to read interesting ideas. | | |
| ▲ | bayindirh 5 hours ago | parent [-] | | The prose is not only interesting, also glorious. Gloriously grandiose, monumentally empty at the same time. It's like a hook of a pop song. Interesting to listen, but entirely empty. |
|
|
|
| ▲ | hdndjsbbs 43 minutes ago | parent | prev | next [-] |
| The junior engineers at my job have a terrible problem of writing AI "proposals" to problems. The proposals are all extremely detailed and verbose to a thought-terminating extent. It takes a lot of effort and self-control to parse out the actual "ideas". I think of the Dwight Eisenhower quote: "Plans are useless. Planning is indispensable." The process of thinking through a system and communicating your design to other humans is a core part of software engineering. You want to build the right abstractions and communicate the right level of detail. Delegating all that thought to an LLM means your proposal isn't clear to the target audience, and it's not helping the author to understand the problem. |
|
| ▲ | GPerson 4 hours ago | parent | prev | next [-] |
| People should notice that it is constantly inventing plausible jargon, some of which may or may not have been used in some specific context. |
| |
| ▲ | moritzwarhier 4 hours ago | parent [-] | | It gets worse with language mixing, but I can't help from finding it funny at times, unless it bites me. | | |
| ▲ | cpeterso an hour ago | parent [-] | | Yes, I've had both ChatGPT and Perplexity return English answers with Hindi words sprinkled in (for totally unrelated queries). For example, I asked ChatGPT to summarize a long news story and it substituted the Hindi equivalent हत्या for the word "murder", as if ChatGPT was trying to work around alignment training or keyword block lists that discourage it from using the word "murder". | | |
| ▲ | moritzwarhier 44 minutes ago | parent | next [-] | | Yeah that's a very good example, because it also demonstrates the "alignment issue", assuming ChatGPT wants to avoid confirming accusations of murder, or simply using the word without strong evidence. So kinda charitable :) I was recently wondering for a minute, shame on me, what "the stand of the deployment" means, because in the given context, it was almost halfway meaningful to consider the AI thinking that the deployment "has a stand" on something, when compared to the development environment. Jargon is even worse though, and I've not yet verifies whether it gets reinforced by language mixing. "Decider-verifyer resolution" was kind of neat, however, it wasn't some sophisticated machine, it was the verification loop I agreed on with the AI (mix of tools usage and manual steps). | |
| ▲ | fwip 32 minutes ago | parent | prev [-] | | Just the other day I was using text-to-speech with Gemini, and for some reason, it transcribed my full query in Hindi (in the middle of an English conversation), and naturally the LLM responded with Hindi as well. I don't know exactly what I said, but after translating it back, it appears to have attempted a phonetic transcription of my words (rather than translating my actual question). | | |
|
|
|
|
| ▲ | slopinthebag 29 minutes ago | parent | prev | next [-] |
| Yep. It's like it's painful to read for me. It's because the next-token predictor is just mashing (mostly) grammatically-correct and plausible sentences together, without any real intention or meaning. So everything sounds plausible, but almost entirely void of meaning. |
|
| ▲ | Flamkuchlo 5 hours ago | parent | prev | next [-] |
| Are you sure you are not doing the same thing with other texts? I started to skim a lot more text due to me having read a lot. Like in news article, i stoped reading the first paragraph because it repeats just what it was already written in the short subtext. Then there is the second paragarph which is used to have some historical view or whatever it is. |
| |
| ▲ | causal 3 hours ago | parent | next [-] | | I am very good at skimming over text. Human-written text I can usually glean the gist from very quickly, and get to choose how much I want to glean from it: The closer I look, the more I find. With AI-written text, it's almost the opposite: the closer I look, the less I find. It is so information-sparse. | |
| ▲ | cyanydeez 5 hours ago | parent | prev [-] | | I started skimming reports im required to produce quarterly snd annually. I designed them to provide novel information at start and end so I can update them easily. The problem I encounter is both my memory is degrading, but since these reports are largely duplicative, knowing which version im remembering is technically impossible since theres so much overlap. The overlap is tge same problem as context poisoning. Id been doing this for over a decade when i started working with a new engineer with a few years of experience and younger. I tried to explain how i set these docs up so they can be skimmed and you can update the specific facts needed. They exclaimed they would never skim and rewrite it all. There was zero way to explain how exhausting that will become as they age. So theres certain a tension about how people and AI will generate documents. | | |
|
|
| ▲ | peder 5 hours ago | parent | prev | next [-] |
| > There's some psychological mechanism by which my brain immediately recognizes AI generated text and just short-circuits to "there is no information here". I think you need to self-correct here, because otherwise you'll be ineffective in an information setting, where I expect AI-generated resources will not only be the norm, they will absolutely swamp the environment. |
| |
| ▲ | iceflinger 3 hours ago | parent [-] | | AI-generated resources swamping the information environment only makes it more important to have the mental mechanisms for quickly filtering out their non-information. | | |
| ▲ | causal 3 hours ago | parent [-] | | Yeah I don't think the solution to a flood of useless information is to try and digest more of it. | | |
| ▲ | peder 2 hours ago | parent | next [-] | | I'm not saying digest it, I'm saying be able to scan it/skim it/move on, but ignoring it won't help. | |
| ▲ | fwip 29 minutes ago | parent | prev [-] | | Perhaps we'll all become metaphorical pandas, spending 14 hours a day ingesting nutrient-poor bamboo. (And producing a proportionate amount of excrement ourselves.) I hope not. |
|
|
|
|
| ▲ | jes5199 6 hours ago | parent | prev | next [-] |
| yes, but now I’m also experiencing that for human-written text |
|
| ▲ | xnx 6 hours ago | parent | prev | next [-] |
| > my brain immediately recognizes AI generated text I bet it does. I bet it also recognizes some human text as AI text, and doesn't detect other AI text. |
| |
| ▲ | causal 3 hours ago | parent | next [-] | | I am not claiming to have a perfect AI classifier. That is an unnecessary claim that distracts from the broader point. | |
| ▲ | nozzlegear 5 hours ago | parent | prev | next [-] | | Show me AI text that manages to climb out of the uncanny valley, and I'll show you AI text that's been edited by a human. | | |
| ▲ | fragmede 5 hours ago | parent [-] | | https://github.com/blader/humanizer | | |
| ▲ | nozzlegear 4 hours ago | parent | next [-] | | The problem is the well's been poisoned just by the fact that I know this is AI trying to hide AI, so I'm already poised to look at the examples and declare "aha! this is obviously AI!" Moreover, it's not single sentences or phrases that make AI text stick out (though obviously those are the biggest tells), it's the text taken as a whole. When you read the full output example in that repo, it seems obvious to me that it's AI (though again, it could be the poisoned well). This is the uncanny valley I was talking about; something is just off about it. | | |
| ▲ | renyicircle an hour ago | parent [-] | | I agree that it feels off and I wonder what I would have thought if I'd seen the "after" example without knowing it's AI output put through a humanizer. Would I think much about the weird use of the word "honest"? About "that's the Lisbon I kept thinking about, not the castle"? Or how the story feels very impersonal somehow, with the author just mentioning their calves and legs sometimes as the only way of convincing the reader of their humanity? |
| |
| ▲ | slopinthebag 30 minutes ago | parent | prev [-] | | The readme feels AI generated |
|
| |
| ▲ | 5 hours ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | chasd00 6 hours ago | parent | prev | next [-] |
| > Something is deeply wrong with AI generated output It works just fine for me. |
| |
|
| ▲ | ghostbrainalpha an hour ago | parent | prev | next [-] |
| I've got a 3 step instruction to compress Ai text into useful info. 1. Ask it to write according to the Google Developer Documentation guidelines. Gets rid of fluff, less emotional statements, no it's not x it's why. 2. Tell it you have extreme ADHD and need everything condensed as much as possible. You can always ask for expansion on an answer later. 3. Bullet points whenever possible. |
|
| ▲ | cedws 5 hours ago | parent | prev [-] |
| Once you see past the illusion I think there’s no going back. AI writing style is just dogshit. This hype wave is based on the belief that we’re inching closer to AGI but seems to me we just increasingly struggle to define intelligence. LLMs seem smart because they can pump out thousands of LOC quickly, and enthral you with fancy words and bullet points. I don’t fall for the intelligence illusion anymore. |
| |
| ▲ | causal 3 hours ago | parent [-] | | I'm not sure we need to declare AGI around the corner nor declare it all dogshit. I think that's part of what's so dissatisfying about it; it strikes at such extremes of both awesome and awful. |
|