22 points sagivo 57 minutes ago 18 comments
ChrisMarshallNY 45 minutes ago | parent
Marketing folks talked like that, for almost my entire career (it was basically a meme), which wound up, as AI was coming into its own.
mettamage 37 minutes ago | parent
I recently found a programming task it really sucks at: trying to make a texture from normal house pictures and apply that to a 3D house model.
TheOtherHobbes 24 minutes ago | parent
You can wrangle it into something more interesting with shaping and filtering passes, and you can also ask for styles of dead people. (It gets annoyed if you ask for the living.)
That can take you surprisingly far. But most people accept the first thing they get, which is why you see the same style everywhere.
PaulKeeble 37 minutes ago | parent
samrus 26 minutes ago | parent
rjsw 34 minutes ago | parent
baxuz 31 minutes ago | parent
simianwords 23 minutes ago | parent
A lot of arguments do boil down to one specific “load bearing” one and I’m glad I learned vocabulary to express this thing from Claude
temac 16 minutes ago | parent
Load-bearing feels like an unnecessary analogy.
simianwords 3 minutes ago | parent
andrewstuart 16 minutes ago | parent
“Here’s the part no one is talking about”
brunohaid 11 minutes ago | parent
**Use controlled technical English.** Prefer an ASD-STE100 style: use short sentences, direct terms, active voice, and one idea per sentence; avoid slang, hype, vague pronouns, and unnecessary jargon.
in your agents.md. The concept of STE100 seems sufficiently ingrained in the models to eliminate 90% of the annoying fluff.MichaelMoser123 9 minutes ago | parent
gizajob 6 minutes ago | parent
Punctuated like this.
Was then AI tone…
Then I’d have believed you.
schiffern 2 minutes ago | parent
ThePhysicist 3 minutes ago | parent
I recently tried writing a paper with Claude and it was an absolute disaster, I spent hours (days?) instructing it about writing style and pointing out anti patterns to avoid, but I couldn't get it to even produce simple sentences, it would always add unnecessary lead up sentences, put the most important information at the end of the sentence, use the typical "It's A, not B!" or "B, not A!" type sentences. In the end I gave up and edited everything manually. Makes me wonder how AI can be so smart that it poses a human-level extinction threat but can't seem to even write a simple paper based on facts and information you spoon feed it. I now think it's an intelligence illusion due to the training data and optimization process being hidden from us, essentially it keeps working better and better because we invested massively in optimization of specific use cases like coding, where users contributed billions of training samples that are part of the LLM model. The same is true for text-based workflows and others, the sampling density of the training space is getting much better due to the massive use of AI everywhere so the models extrapolate better between the different instances, but I'd wager they would still miserably fail to generalize to things that are outside of the most common training use cases now. That's why I am also very skeptical about recursive self improvement of these systems, look at what happens when you let agents work recursively / in a loop now, they just keep piling more garbage onto garbage and choke on their own output. I have observed it in my paper writing as well, you feed input into the AI system, the system produces output, the next paper iteration works on that output but the AI doesn't differentiate properly between it's own output and your original input, that pollutes the next output which is then used as input again, eventually the system just churns on its own hallucinated/fabricated outputs until the result is complete garbage that no amount of steering will fix. The same is true for most vibe coded software I built with AI, it holds together decently initially, but the more AI code and decisions accumulate the more the system operates on its own outputs and keeps piling more output on it. More than anything we really need a way to keep system data accurately tagged, i.e. clearly mark human input from AI output and keep AIs churning on output data that it produced itself but treats as input.
altern8 2 minutes ago | parent
"Perform an inspection of the filter" vs. "Inspect the filter".