Replying to @⁨Nobody_Special@piefed.social⁩

I had this experience once. We have a ChatGPT license where I work, and I asked it to configure a switch that I wasn’t familiar with. I simply described in words what network architecture I wanted and it did it! It even made some nice-looking documentation.

But, then I tried the new configs, and they didn’t work. It turns out there were some key syntax things it got wrong. And the documentation was wrong on top of that, with incorrect diagrams, and when I asked it to fix it it made different errors I the diagrams in different places. On balance, I still saved some time over reading all the manuals and figuring out the syntaxes myself, but only because I made my own documentation with the results that worked. If I had trusted the AI I would be sunk.

I’ve concluded that AI gives the illusion of competence, like a overly confident new manager. This can be very attractive to a less experienced person. But it’s really guessing, just like we all are. It can just guess after actually “reading” all the manuals. I haven’t used AI to write anything more than simple configurations and helper scripts. If I did want to use AI for more it would be in more of a pair-programming context. I might have a window open where I describe some things and ask for analysis, but I wouldn’t just run anything it does blindly.

Replying to an earlier post

The important thing to remember is that it actually has zero access to information, because that’s not how LLMs work.

At their core, they’re vector databases, and they’re trying to probabilistically come up with the next most likely token in a stream of tokens found in the DB. You can manipulate the stream by injecting text such as the content of existing files (which becomes more tokens) into the stream, but it never actually understands any of it.

That’s why hallucinations are inherently unavoidable. It’s really all just hallucinations. It’s just that you can sometimes get useful text from their hallucinations if they happen to comport with reality.

Replying to an earlier post

or to contextualize a scenario where that might be wrong.

Actually, the many dimensions of the vector field are exactly where and how they do this.

Google Gemini prompt: “List common situatuions where 2 would not be expected to folow 1”

Here are common situations where the number 2 would not be expected to follow the number 1:

🔢 Alternative Number Systems

  • Binary code: Counts 0, 1, 10, 11 (2 does not exist).
  • Odd numbers: Sequential listing skips even numbers (1, 3, 5, 7).
  • Prime numbers: Starting a list of odd primes skips 2 (3, 5, 7).
  • Fibonacci sequence: The sequence begins 0, 1, 1, 2 (1 follows 1).

🏷️ Identifiers and Classifications

  • Software versioning: A patch update moves from version 1.1 to 1.1.1 or 1.2.
  • Sports jersey numbers: Roster listings sort by position or last name, not sequence.
  • Product models: iPhone models skipped from 8 to X (10), and later from 11 to 12.
  • Street addresses: Odd and even numbers sit on opposite sides of the road.

🕒 Time and Measurements

  • Military time: The hour 01:00 moves to 02:00, but minutes go from 01 to 02 up to 59.
  • Calendar dates: January 1st is followed by January 2nd, but February 1st follows January 31st.

🃏 Games and Sports

  • Playing cards: An Ace (1) can be followed by a King in a high-low wrap sequence.
  • Leaderboards: Tie scores result in two players holding 1st place, skipping 2nd place entirely.
  • Dice rolls: Independent probability means a roll of 1 has no bearing on the next number.

🗣️ Linguistics and Formats

  • Alphabetical order: When sorting numbers as text, 1 is followed by 10, 100, and 11.
  • Roman numerals: The value I is followed by II, but formatting rules change at IV (4).

To help me narrow down what you are looking for, could you tell me if you need this for a mathematical logic puzzle, a programming algorithm, or a creative writing project?

Those context questions it asked at the end are a prompt to you to feed it dimensional guidance into its vector fields for more specifically applicable responses to your vague and open ended example.

en