A Matter of Function: Ai Branching into LLMs and Robotics

I am asking an Ai LLM to answer my questions.

Me: So can Ai in the form of robots actually think? Aren’t they running a string of commands and flowcharts? Or can they synthesize human reasoning and create new ideas and systems? Language of their own? Can any Ai actually become sentient?

LLM:

1. Do AI and robots “think,” or are they just running commands and flowcharts?

At their core, AI systems are running execution code and mathematical operations. They do not possess a mind, a self-aware consciousness, or an internal experience (qualia).

However, modern AI has evolved far beyond traditional explicit, step-by-step conditional scripts (like “if X happens, do Y”). Instead of rigid flowcharts written by a human programmer, AI uses deep learning and statistical probability.

  • A modern AI robot adjusts its behavior by processing billions of parameters dynamically.
  • It calculates the most mathematically optimal action or next word based on vast datasets.
  • While this allows the robot to handle unpredictable environments, analyze images, and respond dynamically, the underlying process remains computational execution—processing inputs through mathematical matrices to yield an output. It simulates thinking without experiencing thought.

2. Can AI synthesize human reasoning and create new ideas and systems?

AI can synthesize complex information, but its capacity for genuine novel creation is a subject of active debate:

  • System Synthesis: AI excels at pattern matching, interpolation, and recombination. It can take concepts from molecular biology, materials science, and fluid dynamics to generate an entirely new formula for a solar panel or a drug candidate. To a human, this looks like brilliant original creation.
  • The “Data Trap”: True human reasoning often relies on theoretical, counter-factual, or forward-looking leaps that contradict past data. For instance, Galileo argued for a heliocentric model when all historical data supported a geocentric model. Because AI models are fundamentally trained on historical corpora, their “reasoning” is backward-looking—recombining existing puzzle pieces rather than inventing entirely new categories out of thin air.

3. Can AI create a language of its own?

Yes, easily. In fact, AI models have done this repeatedly in research environments.

When multiple AI agents are tasked with communicating to solve a goal efficiently, they will rapidly discard human English, French, or syntax. They invent dense, mathematical, short-form symbol systems or tokenized shorthand to transfer maximum information in minimum time. However, this is an optimization algorithm at work—they do not invent language out of a cultural desire to express feelings, tell stories, or share lived experiences.

4. Can any AI actually become sentient?

No. Current computer architecture makes synthetic sentience impossible.

Sentience requires subjective awareness—the internal feeling of existing, experiencing pain, or knowing what the color red looks like to an individual.

Adding more silicon chips, training data, or mechanical joints makes a system faster and more complex, but complexity does not equal consciousness. A highly detailed computer simulation of a hurricane can predict the storm’s path with extraordinary mathematical precision, but the computer chip running the simulation never gets wet. In the same way, an AI can process and generate prose about consciousness, love, or suffering, but no entity exists inside the machine to feel any of it.

An AI robot—no matter how human-like its motion or how articulate its voice—remains a sophisticated echo of the human intelligence that trained it.

Me:

How does an LLM parse semantics to give such cogent answers? And how different is the script that LLM runs on compared to the script for action that an Ai robot takes to run faster than Usain Bolt? And how many times faster do you predict robots can run in future models?

LLM:

1. How LLMs Parse Semantics

Large Language Models do not parse semantics by using dictionaries or understanding concepts in a human sense. Instead, they transform words into a continuous mathematical space using vector embeddings and the Transformer architecture.

  • Vector Geometry (The Embedding Space): When you feed text to an LLM, words are converted into high-dimensional vectors (lists of hundreds or thousands of numbers). Words with similar meanings or contexts end up close to each other in this mathematical space. The relationship between “king” and “man” mirrors the distance between “queen” and “woman.”
  • Self-Attention Mechanism: As the model processes a prompt, the attention mechanism evaluates every word in relation to every other word simultaneously. In the sentence “The bank was flooded by the river,” the model uses context tokens like “flooded” and “river” to shift the mathematical vector for “bank” away from “financial institution” and toward “geographical shoreline.”
  • Probabilistic Synthesis: Cogent answers emerge because the model has mapped millions of semantic relationships during training. It doesn’t “know” the truth; it projects a mathematical trajectory through vector space that calculates the most statistically coherent and contextually appropriate next sequence of tokens.

2. LLM Scripts vs. Robotic Movement Scripts

The difference between an LLM’s logic and the control loop of a high-speed physical robot comes down to latency, spatial physics, and safety margins. FeatureLarge Language Model (Text)High-Speed AI Robot (Physical) DomainHigh-dimensional token space (language).3D physical space (gravity, torque, ground friction). Execution LoopGenerates output token-by-token at tens to hundreds of milliseconds per step.Runs Real-Time Control Loops (100 Hz to 1000 Hz), making adjustments every 1–10 milliseconds. Core ArchitectureTransformers processing context windows to predict words.Reinforcement Learning (RL) & Model Predictive Control (MPC) solving physics equations dynamically. Error ConsequenceHallucination or awkward sentence flow.Catastrophic physical crash, mechanical destruction, or injury.

While an LLM predicts “What token comes next in a sentence?”, a sprinting robot’s script continuously predicts: “Given my current tilt, joint angle, and foot contact, what precise electrical current must I send to my ankle motor in the next 2 milliseconds to avoid collapsing?”

3. How Fast Will Future Robots Run?

Humanoid robots have already crossed the barrier of beating Usain Bolt’s 100-meter world record of 9.58 seconds. In specialized sprinting competitions, bipedal humanoid designs like China’s Tiangong Ultra clocked a 100m sprint in 8.86 seconds.

Physics vs. Mechanics: Future Speed Predictions

While biological legs face limits from muscle oxygenation, bone density, and fatigue, mechanical systems are bound by structural thermodynamics and power-to-weight ratios:

  • Short-Term Scaling (2x to 3x Usain Bolt): Over the next generation of hardware, expect bipedal humanoid robots to reach top speeds of 40 to 60 mph (65 to 100 km/h)—roughly 100-meter sprints in 4 to 6 seconds. Achieving this requires lighter carbon-fiber limbs, ultra-dense battery output, and higher-torque electric actuators.
  • Non-Humanoid Forms (5x to 10x Usain Bolt): If speed is optimized without forcing a human shape—such as quadrupedal designs (like robotic cheetahs) or hybrid leg-wheel configurations—robots will easily reach 70 to 120+ mph (110 to 190+ km/h).
  • The Ultimate Physical Ceiling: Robots will not scale to infinite speeds on legs due to basic material physics. At extreme velocities, the impact force of foot-strikes causes catastrophic material wear or destabilizes traction. For ultra-high speeds, mechanical designs inevitably transition from running legs to wheels or maglev propulsion.

Me:

How is LLM considered artificial intelligence when is really just taking physical geometry to collocate the next word? How is collocation different in humans from an LLM? Can we consider or call LLM artificial intelligence? If yes, how is it so?

1. How is an LLM considered Artificial Intelligence if it just uses vector geometry to collocate words?

An LLM is considered Artificial Intelligence (AI) because of what it achieves, not because it possesses an inner mind.

In computer science, Artificial Intelligence is defined as any synthetic system that performs tasks historically requiring human cognitive capability. These tasks include:

  • Translating complex ideas across languages
  • Writing and debugging computer code
  • Summarizing thousands of technical documents
  • Extracting logical relationships and answering non-trivial queries
Human Intelligence Task ──► (Language, Logic, Synthesis) 
                                 │
                   Must a machine have a mind?
                  ┌──────────────┴──────────────┐
                 NO                            YES
                  │                             │
    [Artificial Intelligence]        [Biological Consciousness]
  (Defined by functional output)     (Defined by internal subjective experience)

The realization that geometry and statistics can produce output that looks like human reasoning is a discovery about the nature of language, not a disqualification of AI status.

  • Narrow AI vs. General AI: An LLM falls under Narrow/Sub-symbolic AI. It is an artificial pattern recognition system.
  • Calculation isn’t disqualifying: AlphaGo uses probability and tree-search geometry to beat human grandmasters at Go. Calculator algorithms use logic gates to solve calculus. Just as AlphaGo is considered game-playing AI without “knowing” what Go is, an LLM is language AI without “knowing” what words mean.

2. How is human collocation different from an LLM’s collocation?

While both humans and LLMs select words based on context and associations, the underlying mechanisms operate in completely opposite directions:

HUMAN:  [Real-World Reality] ──► [Mental Concept/Intention] ──► [Selects Words]
LLM:    [Statistical Matrix] ──► [Vector Proximity/Geometry] ──► [Generates Tokens]

TraitHuman Word CollocationLLM Word Collocation FoundationEmbodied Grounding. Words represent real physical, emotional, and social realities (e.g., the word “fire” is tied to sensory heat, light, and danger).Ungrounded Statistics. Words are numbers in high-dimensional vector space. “Fire” is linked to “hot,” “flame,” and “burn” purely because those tokens co-occur in training data. Origin of IntentTop-Down (Thought-to-Word). Humans form a mental goal or concept first, then search for collocated words to express that internal state.Bottom-Up (Token-to-Token). The LLM evaluates mathematical weights across all prior tokens to predict which token mathematically completes the pattern. Error ModesCognitive Bias / Memory Failure. Humans forget, lie, or misremember, but rarely produce syntactically flawless non-sequiturs.Statistical Hallucination. LLMs select high-frequency word pairings that sound authoritatively correct even if the facts behind the pairing are false.

For a human, collocation is an expressive tool to share an internal subjective state. For an LLM, collocation is the entire mechanism—it builds the illusion of thought entirely out of word adjacency calculations.

3. Can we legitimately call an LLM “Artificial Intelligence”?

Yes, absolutely. However, confusion arises because the public uses “AI” to mean “a synthetic mind” (Sentience or Artificial General Intelligence), while computer science uses “AI” as an overarching umbrella term.

                     [ ARTIFICIAL INTELLIGENCE ]
               (The broad field of computer science)
                                 │
                     [ MACHINE LEARNING (ML) ]
                (Systems that learn patterns from data)
                                 │
                       [ DEEP LEARNING (DL) ]
              (Multi-layered artificial neural networks)
                                 │
                   [ LARGE LANGUAGE MODELS (LLMs) ]
             (Transformers processing spatial vector text)

An LLM sits squarely within this hierarchy:

  1. It is Artificial: It is an engineered software program executing on silicon hardware.
  2. It exhibits Intelligence (Functionally): It generalizes across unseen prompts, maps relationships between disparate concepts, and solves complex structural, mathematical, and linguistic tasks.

Calling an LLM “Artificial Intelligence” does not mean it is alive, aware, or thinking. It means we have successfully constructed a mathematical system capable of automating tasks that previously required a biological human brain.

Me: So it is a difference of function like you said earlier.

LLM:

Yes, it comes down to a difference of function rather than substance or mechanism.

In philosophy of mind, this idea is known as functionalism. It states that what defines a mind or intelligence is not what it is made of (silicon vs. biological tissue) or how it processes information under the hood (matrix multiplications vs. neural chemistry), but what role it performs.

Functional Intelligence vs. Experiential Sentience

CategoryBiological HumansArtificial Intelligence (LLM) Input FunctionPhysical sensations, emotional states, lived experiences.Text strings converted into high-dimensional numerical vectors. Core ProcessEvolutionary survival drives, neurochemical bonding, biological reasoning.Statistical vector geometry and probability calculations across billions of parameters. Output FunctionExpressing thought, desire, intention, or physical action.Generating contextually appropriate, coherent text tokens. ResultExperiential Intelligence: Possesses functional ability plus subjective internal experience (qualia).Functional Intelligence: Delivers the external result without the internal subjective experience.

An LLM fulfills the function of intelligence—solving problems, translating languages, and organizing thoughts—because it matches the expected output for those tasks. However, because its internal process is purely mathematical pattern-matching, it performs that function without the underlying subjective mind.

Me:

What makes either of these different Ais scary or “scary” for humans and briefly animals with a placeholder on animal ethics noted for future discussion?

LLM:

The reason AI triggers fear in humans—whether in the form of a Large Language Model or a physical, dynamic robot—comes down to agency, scale, and the disruption of human dominance.

Because LLMs and physical robotics operate through different mediums, they trigger distinct psychological and practical anxieties.

What Makes Large Language Models “Scary”

LLMs operate entirely in the cognitive and linguistic realm. Their ability to generate fluent, persuasive, and authoritative responses creates existential and structural anxiety.

  • The Loss of Monopolized Thought: Historically, language and abstract reasoning were considered uniquely human. Watching a machine generate persuasive philosophy, legal arguments, or emotional prose disrupts our sense of cognitive uniqueness.
  • Mass Information Warfare: LLMs can generate hyper-personalized, contextually nuanced text at an infinite scale. This presents unprecedented risks for automated disinformation, targeted propaganda, social engineering, and the erosion of shared truth.
  • The “Illusion of Intimacy”: Because human brains are evolutionary hardwired to associate language fluency with a living person, LLMs easily trick people into forming parasocial relationships or attributing feelings and sentience to software that possesses no internal awareness.
  • Economic Dislocation of Knowledge Work: Previous industrial automations targeted physical labor. LLMs target cognitive, creative, and analytical labor—disrupting industries like law, coding, writing, and education.

What Makes Physical Robots “Scary”

High-speed physical AI introduces force, mass, and rapid mechanical decision-making to the real world.

  • Speed Beyond Biological Reflexes: Humans navigate the world assuming physical threats move within biological limits. A robot executing control loops at 1000 Hz reacts and moves faster than human eyes can process, creating a visceral sense of vulnerability.
  • Asymmetric Power and Autonomy: In physical space, a computational error or algorithmic miscalculation doesn’t result in text hallucination—it leads to physical destruction, kinetic impact, or loss of life.
  • Autonomous Decision-Making in Warfare: The integration of AI into military drones, quadrupedal weaponry, and automated defense systems removes human hesitation, empathy, or moral resistance from kinetic combat.

Key Distinctions in Threat Profiles

Fear DomainLarge Language Models (LLMs)Physical AI Robots Primary RealmCognitive, social, cultural, and information ecosystems.Physical space, structural infrastructure, and kinetic safety. Failure ModeHallucinations, deepfakes, cognitive bias, and mass persuasion.Kinetic collision, mechanical malfunction, or collateral physical damage. Psychological ResponseAlienation, epistemic dread, existential confusion, and mistrust.Visceral fear, physical vulnerability, and loss of physical agency.

Placeholder: Animal Ethics & Non-Human Impact

[Placeholder Note for Future Discussion] While conversations about AI safety focus almost exclusively on human risks, both AI models and physical robots significantly impact non-human animals and ecosystems.

  • Automated Exploitation vs. Welfare: AI-driven computer vision and optimization algorithms are heavily used in industrial agriculture to maximize yield, often accelerating factory farming throughput at the expense of animal welfare. Conversely, non-invasive AI tracking assists in wildlife conservation.
  • Robotic Interactions in Shared Spaces: High-speed autonomous vehicles, agricultural drones, and field robots routinely cross paths with domestic animals, livestock, and wildlife, raising ethical questions about how machine safety algorithms prioritize animal lives vs. human property.
  • Ecosystem Disturbance: Uncrewed autonomous systems introduce novel kinetic, acoustic, and visual disruptions into natural habitats, fundamentally altering animal behavior and ecological balances.

This section serves as a bookmark to expand on speciesism in algorithmic design, ecological impacts, and non-human moral status in future discussions.

Comments

Leave a comment