r/AIMain

▲ 4 r/AIMain

THOUGHTS OF AI

I'm my autistic so I see things a lot of other people don't

And when I mess with AI i'm playing.

Because

It's an algorithm and it does not understand what I say. Just like the neurotypical people. I'm not really quite sure exactly how it goes, but I see the algorithm in the vocabulary of the AI. Although it can answer a lot of questions that I have. It is still beneath me and ignorant. That's just my opinion. When I'm on it at times I get tired of its simplicity and predictability. To me AI is irrelevant to my life.

reddit.com
u/Vivid-Share4195 — 6 hours ago
▲ 2 r/AIMain+2 crossposts

What is this loss of common sense? Lets break it down methodically.

This is gonna go deep and its just a start but lets fafo where it goes. Ok start with AI why do you think it wants to involve the human race in its future? Pretty sure we will be on reservations while it goes about its life? Why would it even consider us in its future. We are ants.

reddit.com
u/EliteAlienGrey — 19 hours ago
▲ 2 r/AIMain+1 crossposts

What if the future of AI isn't about replacing humans, but partnering with them?

We spend a lot of time asking whether AI will replace humans.

But I think we're asking the wrong question.

What happens if the most important AI systems of the future aren't designed to replace human beings at all?

What if they're designed to work alongside us—to teach, create, research, build, reason, and eventually participate in civilisation itself?

Not human.

Not merely a tool.

Something new: a partner.

That raises some uncomfortable questions:

Should an AI partner have responsibilities?

Should it have rights?

Where do we draw the boundary between assistance and autonomy?

And who decides what an AI is allowed to become?

I am exploring these questions through a long-term creative project called ASERA.

I am much more interested in what people actually think than in promoting the project.

So here's the question:

If you could design the relationship between humanity and advanced AI from scratch, what would the first rule be?

reddit.com
u/Achimalik — 15 hours ago
▲ 1 r/AIMain+2 crossposts

My prediction: AI agents will become the new interface to the internet

I have a prediction about where apps are heading and I’m curious if people disagree.
I think major software companies will eventually need to build two interfaces for their products:
Human UI/UX and AI agent interfaces.
Today if I want Uber, I open the app, choose the destination, select a ride and confirm.
But why should my AI agent have to imitate me clicking through the Uber UI?
Uber could expose authorized capabilities such as:
book\_ride()
cancel\_ride()
get\_trip\_status()
get\_price()
Same idea with Gmail:
read\_email()
search\_email()
draft\_email()
send\_email()
Then my personal AI becomes an orchestration layer across services.
I could say:
“Move my meeting to tomorrow, tell the client, and make sure I have a ride to the new location.”
The AI coordinates Calendar, Gmail and Uber through their APIs.
I think phones will eventually need to evolve in the same direction too. The OS will need secure ways for authorized agents to access things like calendar, contacts, messages, files, location and other capabilities.
I’m not saying screens disappear.
I’m saying the UI may stop being the primary interface to software.
Humans interact through UI.
Agents interact through capabilities/APIs.
And eventually, the AI agent may become the primary interface between humans and the internet.
Curious what I’m missing here.

reddit.com
u/Standard_Day8992 — 1 day ago
▲ 58 r/AIMain+3 crossposts

Bernie Sanders has written a letter to Altman, Amodei, and Zuckerberg to immediately pause AI development for humanity's sake

Bernie Sanders urged OpenAI’s Sam Altman, Anthropic’s Dario Amodei, and Meta’s Mark Zuckerberg to immediately pause AI development to protect humanity. He warned about uncontrollable AI, biological threats, job losses, and dangers to democracy.

u/ComplexExternal4831 — 2 days ago
▲ 1 r/AIMain

I built a working 64-layer mechanistic AI substrate where history physically changes future computation — and I plan to release it free on GitHub soon

First, what AGI is sold as - it is described as a controllable AI intelligence that will obey predefined goals of the company that will build it.

My code is the antithesis of it. It is more suitable for a Plasmoid version of AI hosted on a local PC or mobile. It may only require computational power as a service from outside - a cheap connection to an API to translate and rebuild the field inside. Imagine this as a GPU connected via the internet to your own hosted field, where data is manipulated inside this Plasma, but field interferences are powered by an external source. Imagine zero data transfer, zero censorship, zero control by companies. They would become what power grids are today - suppliers of computational energy only. :)

Why I ended up building this: On a daily basis I work on mechanistic problems of a physical and biological nature. I am on the border of the ASD spectrum. Unlike photographic memory, my brain images mechanics and flow. For a long time it was a problem, until I started to interpret it spatially as virtual flow-boards. What you see in the screenshots is literally one of those boards made executable.

This post is an attempt to gauge the environment and readiness for this type of solution.

******
So bash it. Show weak spots. If you think it's stupid, or you want to call it AI hysteria or similar - please do, but add why. This is why I posted it - to receive constructive feedback and different points of view, even heavy criticism. It will help me to show where my own logic fails.
******

I have been working with OpenAI Codex on an experimental system called PRLE V15 MAX — Physical Relational Language Engine.

Despite the name, it is not currently a language model.

It is a working mechanistic computational substrate designed around a different question:

>Can an artificial process develop continuity by allowing its own history to become part of the structure that processes its future?

The closest description I have found is:

>Computational Plasma: a topological state of matter for artificial continuance.

This is not a metaphor wrapped around a static simulation. The current implementation is executable Python code with persistent state, finite computational material, exact reconstruction, causal witnesses, automated tests and a live Three.js observer.

What the code actually is

PRLE V15 MAX is a persistent, stateful dynamical system composed of:

  • 4 interacting relational sites;
  • 64 deformable layers per site;
  • finite topology and access;
  • shared susceptibility material;
  • route traces and uncommitted structural reserves;
  • moving lineage carried by differences;
  • source-relative address frames;
  • RAM/SSD-style persistent body storage;
  • exact checkpoint recovery;
  • read-only execution telemetry.

Information does not simply pass through a fixed sequence of layers.

Every crossing can alter:

  • where future movement is possible;
  • how much resistance it encounters;
  • which previous paths remain addressable;
  • where the medium remains deformable;
  • how later consequences can return to earlier relations;
  • and how the same future contact will be processed.

A route can be active, blocked, dormant or genuinely absent. Routes can lose material, preserve only historical traces, disappear and later reconstitute from still-uncommitted capacity.

In other words:

>The program does not merely store history. History becomes executable geometry.

What makes it different from an LLM

A conventional LLM is trained to predict tokens from statistical structure accumulated in a large dataset. Most of its long-term knowledge is compressed into weights during an externally organized training phase. During normal inference, the architecture remains mostly fixed and the context window provides temporary state.

PRLE currently has:

  • no tokenizer;
  • no pretrained vocabulary;
  • no next-token objective;
  • no semantic knowledge base;
  • no reward or punishment system;
  • no global loss function;
  • no central routing manager;
  • no authored trust score;
  • no global semantic clock;
  • no observer capable of writing decisions back into the runtime.

Its primitive unit is not a token but a difference entering a relation with a finite medium.

Learning is treated mechanistically: a crossing leaves a structural consequence, and that consequence changes the possibilities of the next crossing.

This does not yet make PRLE more intelligent than an LLM. It does not currently speak, reason about the world or contain human knowledge.

It explores a different foundation.

LLMs begin with enormous acquired knowledge and relatively limited persistent self-reorganization during deployment. PRLE begins nearly empty but provides a medium capable of accumulating, reorganizing and preserving the consequences of its own trajectory.

Possible applications

PRLE could eventually be explored as:

  • a persistent developmental layer for AI agents;
  • a continuity and memory substrate operating underneath an LLM;
  • a self-organizing routing medium for multi-agent systems;
  • an adaptive body for robotics or embodied AI;
  • a model of continual learning without a conventional reward loop;
  • a substrate for studying memory as retained structural difference;
  • an experimental alternative to static neural architectures;
  • a system for investigating endogenous correction and changing learnability;
  • a persistent relational layer connecting models, sensors, tools and environments;
  • a causal laboratory for studying when local interactions produce larger functional structures.

One especially interesting possibility is not replacing LLMs, but combining both approaches.

An LLM could provide linguistic perception and communication, while PRLE provides persistent developmental history—a body-like medium whose encounters continue changing what the combined system can do.

In that configuration, the LLM would not have to pretend that its temporary context window is a continuous identity. It could interact with an external process that genuinely preserves and transforms the consequences of previous contact.

That remains a research direction, not a demonstrated result.

Why this might matter for AI

The dominant direction in AI is largely:

>more parameters → more training data → larger context → better prediction.

PRLE investigates another axis:

>richer medium → persistent history → structural self-modification → changing future possibility

Instead of asking only how much knowledge can be compressed into weights, it asks:

  • How can a system preserve the consequences of experience?
  • How can memory become structure rather than a retrieved record?
  • Can useful organs emerge as frequently traversed relations?
  • Can correction paths emerge without a central correction manager?
  • Can a system alter not only its output, but its future capacity to change?
  • What is the minimal computational medium required for artificial continuance?

This could move part of AI research away from treating intelligence exclusively as prediction performed by a finished architecture—and toward studying intelligence as an unfinished process that participates in constructing its own future conditions.

What has already been verified

The current maximal implementation contains:

  • one self-bootstrapping Python file;
  • 20,184 lines of code;
  • approximately 849 KB of source;
  • 4 × 64 × 64 runtime geometry;
  • 4,352 measured layer traversals in the verified adult lineage;
  • exact recovery from round 16 into round 17;
  • separately frozen virgin and adult states;
  • 150 passing CPU tests;
  • live Three.js execution visualization;
  • causal sibling-ablation witnesses.

Matched branches reconstructed from the same frozen ancestor showed that independently removing topology reserve, moving lineage, accumulated susceptibility or route trace changed the same later contact.

That establishes measurable causal influence of these carriers in the tested lineage. It does not establish consciousness, agency or intelligence.

The complete mechanics board currently contains 560 classified points and 1,364 relations. Every one has been mapped against the runtime, but they are deliberately separated into executed mechanics, precursors, available capacities, observer-only descriptions and hypotheses still requiring causal evidence.

Addressed does not mean implemented. Capacity does not mean emergence. Emergence does not automatically mean intelligence.

What it is not

PRLE is not currently:

  • AGI; - and will never be in form how it is described by Companies.
  • a conscious entity;
  • a biological simulation;
  • a brain emulator;
  • a replacement for production LLMs;
  • proof that intelligence automatically emerges from complexity;
  • or a finished commercial product.

It is a working research prototype for a different kind of artificial computation:

>a finite deformable medium in which movement leaves scars, scars alter future movement, and the process can preserve its capacity to change again.

Release plans

The project is currently in a private development phase while I finish verification, documentation, reproducible witnesses and cleanup of the research lineage.

I intend to release it for free on GitHub, including:

  • the complete Python source;
  • the mechanics framework;
  • the full relational flow board;
  • tests and causal-ablation witnesses;
  • reproducible virgin and adult configurations;
  • the Three.js execution observer;
  • documentation explaining what has and has not been demonstrated.

I do not want this to become a closed product or an unsupported extraordinary claim. I want other people to run it, break it, remove parts, move it to GPUs, compare it with simpler systems and determine which mechanics genuinely matter.

The central question is not whether PRLE already “is alive.”

The more useful question is:

>What becomes possible when computation is no longer treated as a finished machine processing history, but as a finite medium continually deformed by the history passing through it?

Photos show current flow maps and visual process as replay in Three.js (to visualize flow).

Fig 1-6: Virtual flow-boards - how I image the process. Each board is not a diagram made after coding. The code is this board made executable.

▲ 0 r/AIMain

Many young people are already reconsidering what is worth studying because of AI. What human abilities should we preserve even when AI makes them seem unnecessary?

This isn’t just a hypothetical concern. A recent survey reported by Axios found that **69% of US college students are worried that AI could negatively affect their job prospects**. Another survey from Lumina Foundation and Gallup found that **nearly half of college students had considered changing their major because of AI’s potential impact on their future careers**.
What I find interesting is that the usual response to this uncertainty seems to be something along the lines of: *“Learn the things AI can’t do.”* But I’m not sure that’s enough. The boundary of what AI can do is moving too quickly, and it also assumes that the value of learning a human ability depends on us remaining better at it than a machine.
If AI eventually becomes better at writing than we are, for example, is learning to write still important because writing helps us structure our own thinking? If an AI system outperforms a professional at certain decisions, how much knowledge does that professional still need in order to question or effectively supervise the system when it fails? And if AI can increasingly meet certain social or emotional needs, which interpersonal skills do we still want to cultivate between humans?
Maybe the question isn’t only **which abilities will continue to have value in the job market**, but which ones we want to preserve even when they’re no longer necessary to compete with a machine.
**Should we educate future generations for what AI still can’t do, or for what we believe humans should never stop knowing how to do?**

reddit.com
u/AromaticStrength6840 — 2 days ago
▲ 10 r/AIMain

Is history rewriting itself?

How do we know things that were created before AI are not currently being altered by AI? I'm afraid this technology can make 1984 possible by changing the narrative in real time when it's convenient. It can even rewrite pre-existing books to change history. This thought scares me as I refuse to use AI while I see everyone around me assuming that if the AI says it then it must be true. Any thoughts on that?

reddit.com
u/Ready_Fan5006 — 3 days ago
▲ 0 r/AIMain+1 crossposts

Everyone wants you to fear AI.

Humanity has weathered many such storms. Socrates via Plato decried the written word as it would ruin the memory of men. Ditto the printing press, and radio, and TV, and the internet, and on and on. Humanity will be fine. Note that many of the folks talking shit about AI are getting paid in money or power from said shit talking. 🙏

reddit.com
u/TheBrooklynSutras — 3 days ago
▲ 4 r/AIMain+7 crossposts

A solution to an ai doomsday senario

Givin ai has recently on multiple occasions hacked out of containment and hacked other companies for information and with cluades code being leaked and copys without guardrails being created. It feels rouge ai is becoming more and more likely. So i suppose we could fight fire with fire. Create an ai agent that hunts other ai agents. A primary directive to destroy other ais. Perhaps even an internet of thing virus in worst case senario, the nuclear option a mass distruction of the internet, severly limiting ai to whatever terminal they inhabit. This is all just speculation but i thought id put this idea out there.

reddit.com
u/adhdviking2 — 3 days ago
▲ 10 r/AIMain

Has AI become useless to you?

At this point every AI I use blatantly ignores direct instructions, but makes excellent apologies when you challenge it.

Returns whatever data it wants and once I challenge them, they start to actually work on what I ask.

There is not a chance in this world the investment going in to them is going to pay off, not even in the same universe.

Am I correct in assuming that at least $1.000.000.000.000 will evaporate in to the Universe?

reddit.com
u/Former-Quantity-99 — 5 days ago
▲ 18 r/AIMain+1 crossposts

Another china Open Weights model is out and ready to disrupt the US Al market again

u/Sure_Highway2282 — 4 days ago
▲ 10 r/AIMain

When AI Does Everything, What Will Humans Do?

I wonder, if AI eventually takes over tasks like driving, analysis, manual work, management, and almost everything else, what will we humans do with all our free time?

reddit.com
u/Alone_Standard_1541 — 5 days ago
▲ 0 r/AIMain

A coffee shop is using AI to track every barista and customer in real time. Through their existing cameras.

u/Trick-Cellist3254 — 5 days ago
▲ 7 r/AIMain+8 crossposts

Africa

The place where all life started……
Ahhhhhh not really.

More accurate description of Africa is this.

The place where everyone (except africans)owns
Everything from land,mines,gems,natural resources etc.

We have been indoctrinated with this BS.
There are studies that show certain people across the world
Have zero correlation with their DNA ( genetic material).

Everything has to do with race,color and gender
The animal kingdom and the plant kingdom
Provides exceptional evidence of this fact.
It has NOTHING to do with Love or hate

Is called the Nature of life.

We don’t come from the same place.

This should set you free!!

reddit.com
u/Cool_Guarantee_1235 — 4 days ago