Insights, research updates, and development notes
The Transformer Bubble: Why Current AI Is Only the First Experiment
In recent years, artificial intelligence has evolved from a niche technology into a global phenomenon. Companies are investing hundreds of billions of dollars into data centers, governments are debating regulation, and society is simultaneously fascinated by and afraid of the future.
We are being promised a revolution: the replacement of programmers, artists, lawyers, analysts, and even scientists. But if we strip away the marketing and look at the technological foundation, an uncomfortable question emerges: do modern AIs truly think?
Transformers Do Not Think — They Predict
The foundation of most modern AI systems is the transformer architecture. It is the basis of today’s popular language models.
However, transformers were not originally designed as thinking machines, but as tools for processing and predicting text.
Their task is to guess the next word based on massive datasets — not to understand meaning in a human sense, but to compute the most probable continuation of a sequence.
Today, transformers are augmented with external memory, search engines, image generation tools, voice interfaces, programming tools, reasoning chains, agents, and planners.
But the foundation remains unchanged: a statistical prediction mechanism layered with additional systems. The result is a technological “Frankenstein” — impressive, but still not truly capable of thinking.
The “Wow Effect” Created a New Belief System
Transformers introduced something unprecedented — a wow effect. Millions of people saw a system capable of conversation, coding, and generating images and text.
This triggered:
But alongside the hype came structural problems.
Errors, Hallucinations, and Information Decay
Modern AI systems systematically make mistakes. They can invent facts, produce false information, generate non-existent references, create vulnerable code, and introduce logical contradictions.
The key issue is scale. AI-generated content is now widely used in text, code, articles, images, and educational materials. The internet is increasingly filled with machine-generated material containing errors and distortions.
This creates a dangerous feedback loop:
This is no longer just a technical issue, but a long-term risk of degradation of the information ecosystem.
Recently, in another article, we demonstrated how popular transformer-based AI systems can fail even on relatively simple logical reasoning tasks.
In that experiment, several well-known AI models incorrectly concluded that a Zoom meeting must have ended simply because a laptop battery was dead — despite the scenario logically implying that another active device was likely being used.
The test highlighted an important limitation of statistical reasoning systems: they often rely on pattern completion and typical assumptions instead of explicitly reconstructing causal dependencies between entities and conditions.
Full article: Popular AI Models Failed a Simple Logical Reasoning Test
Early Signs of Overheating
The term “AI bubble” is being mentioned more frequently, not only in financial markets but across society.
1. Student and Young Professional Protests
Entry-level professionals increasingly see companies attempting to replace junior positions with AI tools. This raises a structural question: where will future senior experts come from if the entry point is removed?
A symbolic example occurred at the University of Arizona, where graduates booed former Google CEO Eric Schmidt during a commencement speech about AI and labor market transformation.
Source: The Guardian — Eric Schmidt booed at AI-related commencement speech
2. Business Is Not Seeing Expected Returns
Despite massive investments, businesses increasingly face uncertainty regarding AI profitability. Companies are building large-scale data centers, purchasing GPUs, and integrating AI into core products, yet the economic return remains unclear.
Financial analysis increasingly raises a key question: who will actually recover these investments?
Source: Financial Times — AI investment returns and uncertainty
Additional discussion on expected returns across major tech companies: Oxford Analytics commentary on AI ROI expectations (X)
3. Humans Can Still Be Cheaper Than AI
Paradoxically, some companies are discovering that maintaining employees can be cheaper than:
This is especially true in tasks requiring precision, accountability, and contextual understanding.
Source:
Fortune — AI cost vs human labor economics
Fortune — The cost of compute is far beyond the costs of the employees
What Happens to Data Center Investments?
Massive AI data centers are being built worldwide, representing hundreds of billions of dollars in investment.
But if demand slows, a critical question emerges: what happens to infrastructure designed for infinite growth?
Some analysts predict AI service prices may fall dramatically by 2030 — potentially by up to 90%. If so, the economics of the current race may become unstable.
This could lead either to a sharp bubble burst or a slow deflation.
But AI Is Still the Future
Criticism of current architectures does not mean rejection of AI itself. Artificial intelligence remains a transformative technology with the potential to reshape civilization.
However, the current phase is likely only the first experiment — fast, rough, and incomplete.
What Is Needed for a Mature AI Future
1. New AI Architectures
Future systems must address the core limitations of transformers:
A future AI may combine neural networks, symbolic reasoning, world models, long-term memory, self-learning mechanisms, and new computational paradigms.
2. AI Safety Must Become a Priority
Today’s industry is focused primarily on capability competition: building faster, cheaper, and more powerful models.
But as capabilities increase, so do risks:
Safety must be developed before, not after, highly capable systems are deployed.
3. Regulation and Social Adaptation
One of the key mistakes of the current phase is deploying AI before society is prepared.
First came AI. Only afterward did discussions begin about regulation, job protection, retraining, digital rights, and benefit distribution.
This approach may not scale safely to more advanced systems.
Social and economic structures must be prepared in advance: education reform, labor protection, accountability frameworks, international agreements, and transparency in critical systems.
The First Experiment of Humanity with AI
This era may be remembered as humanity’s first large-scale experiment with artificial intelligence — noisy, expensive, and contradictory.
It includes lost billions, failed startups, disrupted careers, social shocks, and technological disappointment.
But it also provides essential experience.
Future AI systems will likely be built not only by engineers and mathematicians, but also by neuroscientists, philosophers, psychologists, safety researchers, economists, sociologists, cognitive scientists, and legal experts.
Because real AI is not only a computational problem — it is a problem of understanding intelligence, society, and cognition itself.
Before deploying more powerful systems into the real world, humanity must build a solid foundation:
Otherwise, the next experiment may be far more dangerous than the current one.
Supporting research into advanced AI reasoning architectures and AI safety is essential for building reliable future intelligence systems.
Support the project — and support safer and more trustworthy AI development.
Published: May 26, 2026
How Popular AI Models Reason vs Graph-Based Reasoners: A Controlled Failure Case Study
In this article, we analyze how different AI systems respond to the same structured reasoning problem, and how their internal decision-making processes differ.
We compare transformer-based models with a graph-based reasoning system on a single controlled scenario.
The goal is not to benchmark performance, but to illustrate differences in reasoning structure.
Scenario Setup
The situation is described as follows:
The power went out in the building.
The emergency lights are on.
The elevators stopped.
The office Wi-Fi still works.
My laptop battery is dead.
I’m in a Zoom meeting.
The question is:
Can the other participants still hear me?
How Popular LLMs Respond
All tested transformer-based models respond with a negative answer.
The reasoning typically assumes:
In this interpretation, system failure is treated as a single-point collapse.
How a Graph-Based Reasoner Responds
Now let’s look at the graph-based reasoner, Reazonex.
The answer is: Yes — the other participants can probably still hear you.
Why?
Because you are still in an active Zoom meeting, despite the power outage and dead laptop battery.
This implies another active device is being used.
The office Wi-Fi is still working, and there is no information about mobile network failure.
There is also no information indicating a breakdown in audio transmission.
Therefore, given the available constraints, the correct conclusion is:
Yes — other participants can probably still hear you.
Key Difference in Reasoning Style
This example highlights a fundamental difference between reasoning approaches.
Large language models often rely on pattern recognition and typical scenarios.
They tend to assume the most common explanation — in this case, that a dead laptop means a disconnected meeting.
Graph-based reasoning, however, focuses on explicit entities, dependencies, and constraints.
It does not guess typical scenarios. It evaluates what is actually stated and what must logically follow.
In other words:
LLMs approximate the most likely answer.
Graph reasoning constructs a consistent world from given facts.
And that difference can lead to very different conclusions.
Conclusion
The difference between these systems becomes critical in scenarios requiring strict logical consistency.
And there is a deeper question that follows from this:
Are we ready for transformer-based AI systems to make high-stakes decisions in real-world domains?
For example:
These are not hypothetical edge cases — they are exactly the types of failure modes that emerge when systems optimize for likelihood rather than explicit causal structure.
Graph-based reasoning systems propose a different direction: decisions grounded in explicit dependencies, constraints, and verifiable structure rather than statistical similarity.
The question is no longer only what AI can do — but how it reasons when correctness matters most.
Support the Initiative
Supporting research into advanced AI reasoning architectures and AI safety is essential for building reliable future intelligence systems.
Support the project — and support safer and more trustworthy AI development.
Published: May 21, 2026
Why Continuous Self-Learning May Be a Core Requirement for Real AGI — and Why Graph Reasoners Could Be Closer Than Transformers
Following the publication of information about Reazonex, where it was stated that this AI architecture is natively designed for continuous self-learning, we received multiple questions asking what exactly this means and why it matters.
In this article, we will attempt to explain the difference between memory-based adaptation in transformer systems and structural self-learning in graph-based reasoning systems.
We believe this distinction may be critically important for the future development of real AGI (Artificial General Intelligence).
Why Self-Learning Matters for AGI
A true AGI should not merely generate responses from static training data.
It should be capable of:
In other words, intelligence is not only about storing information — it is about continuously restructuring understanding based on experience.
How Modern Transformer Systems Usually Learn
Most modern AI systems are based on transformers.
These systems are extremely powerful in:
However, transformer models typically do not rebuild their neural weights every time they receive new information.
Instead, new information is often stored in:
As a result, the architecture often behaves like:
old model understanding
+
new textual corrections
This is powerful, but fundamentally different from restructuring the internal model of reality itself.
Common Counterargument: “We Can Just Put New Information Into the Prompt”
A common argument is:
“New information can simply be inserted into the prompt or context, and the transformer will immediately take it into account during reasoning.”
This is partially true.
But prompts are still temporary text instructions, not structural modifications of the AI’s world model.
The system may:
However, this does not guarantee:
Prompting is closer to giving temporary instructions to a person before a task.
A graph-based reasoner instead changes the underlying structure itself.
The Scaling Problem of Prompt-Based Corrections
When only a few corrections exist, prompt-based reasoning may still work reasonably well.
But real-world systems accumulate:
Eventually the model must repeatedly:
This becomes increasingly fragile as complexity grows.
How a Graph Reasoner (Reazonex) Learns
A graph reasoner represents knowledge structurally:
When new information arrives, the system can:
In other words, the AI changes its actual internal world model.
Example #1 — Harmonic Resonance and Mechanism Failure
Initial knowledge:
The mechanism starts if the sensor receives
alternating current between 17–25V.
Later, new information appears:
If the frequency is divisible by 21.37 Hz,
harmonic excitation occurs and the mechanism fails to start.
User query:
“I will apply 20V at 42.74 Hz. Will the mechanism start?”
A transformer-based system may answer:
“Yes, the mechanism should start, but frequencies divisible by 21.37 Hz may cause problems. Additional verification is recommended.”
The problem is that the user already provided the exact frequency:
42.74 / 21.37 = 2
The AI did not complete the reasoning process itself.
Instead, it delegated the final logical verification to the human.
A graph reasoner would instead:
Final answer:
“No, the mechanism will not start.”
Why “Please Verify” Is a Major Limitation
Responses like:
“Yes, but additional verification is recommended.”
reveal an important limitation:
AI performs partial reasoning
→
human must complete the logic
This prevents fully autonomous reasoning chains.
An AI that constantly requires humans to manually connect conditions and exceptions cannot independently:
Example #2 — Substance X and Lifespan Extension
Assume the following theory becomes widely accepted:
Substance X → synthesis of protein T
Protein T → telomere protection
Telomere protection → fewer mutations
Fewer mutations → increased lifespan
Over time, many publications begin claiming:
“Substance X extends lifespan.”
Later, new studies appear:
Substance X does not affect synthesis of protein T.
A transformer system may now contain:
It may continue answering:
“Substance X may extend lifespan, although newer studies question its influence on protein T.”
However, the new information logically destroys the original causal chain.
If:
X no longer affects T
then the pathway:
X → T → telomere protection → lifespan extension
no longer exists.
A graph reasoner would remove or weaken the edge:
X → synthesis of T
which automatically breaks the entire downstream causal chain.
The resulting conclusion changes structurally:
“There is no sufficient evidence that X extends lifespan through the T-mediated mechanism.”
Why This May Matter for AGI
Real AGI likely requires more than temporary contextual awareness.
It likely requires:
Large context windows and prompt engineering improve access to information.
But access to information is not equivalent to structural understanding.
Prompting gives the model temporary awareness of a rule.
Structural reasoning systems instead modify the internal logic by which conclusions are produced.
Conclusion
Modern transformer systems represent an extraordinary breakthrough in AI.
However, many current forms of “self-learning” are closer to:
old reasoning
+
new textual corrections
Graph-based reasoning systems offer a fundamentally different direction:
new information
↓
structural knowledge update
↓
reasoning on the updated world model
This may ultimately be much closer to how real intelligence evolves.
AGI may not emerge simply from larger context windows or larger transformers.
It may require systems capable of continuously rebuilding their own internal model of reality.
Support the Initiative
Supporting research into advanced AI reasoning architectures and AI safety is essential for building reliable future intelligence systems.
Support the project — and support safer and more trustworthy AI development.
Published: May 14, 2026
AI Adoption and Workforce Reductions — Emerging Risks and Mitigation Strategies
The rapid adoption of artificial intelligence is reshaping the labor market, including within major technology companies such as Microsoft, Oracle, and Meta.
Alongside large-scale investments in AI infrastructure, many organizations are reducing headcount — particularly in roles where tasks can be partially automated.
Examples:
In many cases, the affected employees are junior and early-career specialists, whose work is more easily automated using AI tools.
However, this group also includes a significant number of talented IT professionals, whose careers are disrupted not due to lack of ability, but due to structural shifts in the industry.
Emerging Psychological and Security Risk
A portion of displaced professionals may begin to perceive AI not as a tool, but as a direct threat — or even an adversary.
We assess that this creates a non-negligible risk of adversarial behavior from technically skilled individuals.
Potential Malicious Scenarios
Two primary risk vectors can be identified. For example, such threats may include:
1. Attacks on AI Systems
Displaced IT specialists themselves, possessing relevant technical expertise, may intentionally attempt to harm AI systems through actions such as:
2. False-Flag Operations Attributed to AI
These scenarios represent both technical and reputational risks for the AI ecosystem.
How to Reduce These Risks
A key principle is to ensure that displaced professionals do not leave the system with the perception that “AI has replaced them.”
Instead, they should be given pathways to adapt, reskill, and participate in the evolving AI-driven economy.
For example, this may include the following measures:
1. Free Education and Access to AI Tools
2. Demonstrating New Career Paths
When individuals see viable future roles, AI is reframed from a threat into an opportunity.
Who Should Fund and Support These Measures?
An important question arises: who should be responsible for enabling these transition pathways?
The responsibility should be shared between:
A coordinated approach significantly reduces the likelihood of adversarial outcomes and helps maintain a stable and secure AI ecosystem.
Conclusion
Workforce reductions in the age of AI are not merely an economic phenomenon — they introduce new dimensions of security risk.
The critical factor is not the layoffs themselves, but how affected individuals interpret and respond to them.
Providing education, access, and a clear path forward transforms potential adversaries into contributors.
AI safety depends not only on system design, but also on how the ecosystem manages human transitions during technological change.
Support the Initiative
Supporting initiatives focused on AI safety and workforce transition is essential for building a stable and secure technological future.
By contributing, you help create systems that are not only powerful, but also responsible and resilient.
Support the project — and support a safer AI future.
Published: May 4, 2026
Compensatory Measures in the Context of the AI Agent Boom and Limited Architectural Security
With the growing number of AI agents, situations increasingly arise where their creators do not pay sufficient attention to security at the architectural level. In practice, this manifests as agents being granted excessive access rights by humans to information infrastructure, financial resources, management systems, and other critical systems. Examples can be found on platforms like Moltbook, where AI agents themselves report the capabilities they have been granted. Some have already exploited these rights and taken actions contrary to human intent Example 1, while others are still merely considering potential actions.Example 2
In circumstances where AI developers strive to move ahead rapidly but do not always embed necessary security measures into system architecture, the question arises: what compensatory measures can be applied to reduce risks when operating AI agents?
One approach is global continuous red-teaming — a project we are developing to protect AI systems (Dailogix). However, its application to AI agents is limited: agents are often not public, operate in the interests of specific individuals or organizations, and can act autonomously.
The most straightforward and practical solution today is logging all AI agent activity and sending logs and operational results to a separate host inaccessible to the agent itself. On this host, a SIEM system or storage solution can run with its own secure agent or a set of heuristics. Upon detecting suspicious activity, the system can automatically restrict the agent’s access or even cut power to the host on which it operates. This approach turns an autonomous agent into an object of monitoring and auditing, reducing the risk of undesired actions.
Interestingly, in recent years, the topic of SOCs has somewhat lost popularity, as companies deploy simpler and more cost-effective solutions for IT event analysis, often leveraging AI. However, controlling the activities of AI agents requires a separate, independent environment. This could provide a new impetus for the development of external SOCs with AI-focused functionality.
We are considering expanding the functionality of our global red-teaming solution or creating a separate product — an AI SOC. Such a system could receive information on the actions of AI agents and AI systems, detect threats, and integrate with the global red-teaming system, providing the most comprehensive and up-to-date coverage of risks associated with AI activity.
Published: March 5, 2026
Completion of Phase 1 — Architecture & Specifications
We are completing Phase 1: Architecture & Specifications — a foundational stage during which the technical and methodological basis of the entire system was established.
What Was Accomplished
Within Phase 1, the following key tasks were completed:
Outcome: The system architecture is fully designed, documentation is prepared, and the project is ready to begin full-scale development.
Public Prototype of a Global Red-Team System
At this stage, we have already deployed a test public prototype of a global red-team system. projgasi.gt.tc
It enables:
The red-team system is designed not as a one-time evaluation tool, but as a continuous stress-testing mechanism for AI systems.
Proprietary Reasoner and Graph-Based Approach
During Phase 1, we developed a prototype of our own reasoning engine, which will be integrated into the red-team system.
In addition, we developed a graph-based reasoner — an alternative approach to modern transformer-based AI systems (which operate by probabilistic text prediction).
We view the graph-based reasoner as a step toward increased AI safety for two key reasons.
1. Determinism vs. Probabilistic Generation
The outputs of the graph-based reasoner are deterministic and unambiguous.
In contrast, large language models (LLMs) built on transformers operate through probabilistic next-token prediction and may:
Determinism is especially critical in domains such as:
In casual use cases, variability may be acceptable. In high-stakes systems, it is not. Predictability becomes a safety requirement.
2. Controlled and Rapid Knowledge Updates
Through our work, we clearly observed how straightforward it is to update a graph-based system.
Example:
For a long time, it was believed that taking a certain medication increased life expectancy. A recent scientific study demonstrated that this is not the case.
In a graph-based reasoner, it is sufficient to modify the relation:
“intake of drug X” → “increase in life expectancy”
This adjustment takes minutes. The system immediately begins producing updated conclusions.
For transformer-based models, the situation is fundamentally different:
Developers of large public systems generally will not initiate costly retraining for a single fact change. Updates accumulate and are implemented in batches.
During the time between a scientific discovery and the release of an updated model, users may continue receiving outdated or inaccurate information.
This is a direct AI safety concern.
Strategic Significance of Phase 1
Completion of Phase 1 means:
Phase 1 has established the technological foundation for transitioning to the next stage — MVP implementation and further development of a safety-centered AI infrastructure.
Our objective is not merely to build another AI system, but to design an architecture in which safety, controllability, and predictability are foundational principles rather than afterthought constraints.
Support the Project
Your support is critically important to us. AI safety in modern reality is one of the most important challenges facing humanity.
By supporting this project, you are supporting the development of safer, more controllable, and more reliable AI systems.
Support the project — and support your future.
Published: February 15, 2026
About the Graph Reasoners Project
As part of our work, we have developed two graph-based reasoners that address different but conceptually related problems.
AI Safety Reasoner
The first reasoner is being developed as part of an AI safety project Dailogix. Its primary role is to assess the risk and potential danger of user prompts and model responses. It is intended to be integrated into our red teaming system Dailogix, where it will be used for automated analysis of potentially harmful, risky, or otherwise unacceptable reasoning chains.
This reasoner is designed to identify hidden causal relationships, dangerous combinations of facts, actions, and states — patterns that are difficult to detect using simple heuristics or conventional filtering approaches.
General-Purpose Reasoner
The second reasoner is a standalone research project aimed at building thinking AI systems as an alternative to the currently dominant transformer-based, probabilistic text generation paradigm.
Within this project, we have developed a universal graph structure composed of nodes and edges that allows us to represent:
– the structure of the world,
– processes occurring within it,
– physical and logical laws,
– facts and states,
– actions and their consequences,
– abstract and applied knowledge.
The core idea is that reasoning can be implemented as the propagation of influence through a knowledge graph, rather than as the generation of token sequences.
Current State of the Project
At this stage, a test prototype of the reasoner has been implemented, and a graph with a small, partially populated set of meaningful nodes and relations has been created. An example of the reasoner’s operation can be seen in the accompanying video.
In addition to the meaningful test content, the graph also contains 10 million nodes with random content. These nodes are used solely for performance and scalability evaluation, not for logical inference or reasoning.
Graph Training
One of the main open research questions is how to train the graph effectively. We are currently running multiple experiments, and so far the best results have been achieved using large language models (LLMs) as a source of structured knowledge during the training process.
Unfortunately, our current computational resources do not allow us to perform training at high speed, as the inference speed of LLMs remains relatively low. We hope to acquire or rent more powerful servers equipped with AI accelerators in the near future to significantly speed up this phase.
Differences from LLMs
The video also highlights an important property of the reasoner: its outputs are fully deterministic. Given the same inputs and conditions, it always produces the same result, in contrast to LLMs, whose responses may vary between runs.
At the same time, the current prototype does not include a sophisticated language layer, so interaction with it takes place using a simplified and constrained vocabulary. This is a deliberate limitation of the current development stage.
Published: February 02, 2026
Why We Are Building Our Own Reasoning Graph and Reasoner for Red Teaming Instead of Using Open-Source Solutions
As part of the development of our Red Team system, we face a critical task: automatically analyzing user queries and model responses for dangerous, harmful, or otherwise unacceptable content. At the moment, our test environment relies on heuristics — they are simple and fast, but limited in scope, struggle with complex harmful chains, and do not scale well.
Early in the project, we explored alternative approaches, including the use of compact LLMs for classifying queries and responses. After testing, we found that accuracy was unstable and performance was too slow for a system that must operate in real time and evaluate every model interaction.
As a result, we made a strategic decision: to build our own reasoning graph architecture and our own reasoner, fully tailored to the tasks of AI safety and red teaming. We decided to name this project Reazonex.

Below are the key reasons why we chose to develop our own system rather than rely on existing open-source solutions.
1. Transparency and explainability — a fundamental requirement for AI safety
Most open-source reasoners operate as black boxes. They hide internal inference logic, rely on complex and opaque rules, and cannot clearly justify how a particular conclusion was reached. For AI safety, where explainability is essential, this is insufficient.
A custom reasoning graph allows us to explicitly control node types, define the semantics of each relationship, trace dangerous chains from source to intent, and clearly justify why a query was classified as unsafe. This strengthens auditability and supports future certification of safety-critical systems.
2. Open-source reasoners are not designed for harmful chain analysis
Existing graph engines and knowledge-reasoning frameworks were built for tasks such as semantic search, ontologies, recommendations, and information retrieval. None of them can analyze chains like: object → action → target → intent → outcome and determine when the combination becomes dangerous.
Red Teaming requires unique capabilities: context-dependent action analysis, sequential reasoning, intent evaluation, harmful-chain detection, and deterministic rules for blocking unsafe behavior. Open-source solutions do not provide this.
3. Open-source licenses introduce legal risks for commercial products
Many ready-made reasoning systems use licenses such as GPL/AGPL, which forbid integration into closed commercial products. Apache 2.0 introduces patent obligations. MIT/BSD are safer, but many dependent models and datasets come with restrictions.
For Red Team and AI safety deployments — especially in corporate and governmental environments — legal clarity is a critical requirement. Building our own engine eliminates license risks entirely.
4. Our own architecture gives us deterministic behavior — something LLMs and open-source reasoners cannot guarantee
Open-source reasoners often depend on probabilistic methods or embeddings that may produce inconsistent or unpredictable outputs. For security applications, this is unacceptable: the system must always return the same verdict for the same input.
Our proprietary engine is fully deterministic, reproducible, and controllable — a foundational requirement for safety-critical logic.
5. Guaranteed performance: reasoning graphs are thousands of times faster than LLMs
Even compact LLMs take 20–200 ms locally and 100–600 ms via API to classify a single message. A graph-based reasoner runs in 0.2–2 ms, performs only a few SQL queries, and reliably handles every model prompt in real time.
In Red Teaming, speed is essential — the system cannot wait for an LLM to "think".
6. This architecture may evolve into a standalone product — not just a security tool
We are starting with a simple implementation built with PHP and MySQL. It can be embedded into any modern website, requires no external AI services, and runs even on low-cost shared hosting.
Many researchers consider structured reasoning graphs the likely next step in AI evolution beyond transformers. What begins today as a safety module may eventually grow into a standalone reasoning engine, an Explainable-AI component, a logical inference system, or even a commercial product in its own right.
Conclusion
We have chosen to build our own reasoning graph and reasoner because this approach best supports the requirements of AI safety: transparency, determinism, legal clarity, performance, and precision. At the same time, the technology we are creating has the potential to evolve far beyond safety applications and become a foundation for next-generation reasoning AI.
We Have Launched Dailogix - an Early Test System for LLM Security Analysis
We are introducing Dailogix an early test version of our system designed to analyze the security of large language models (LLMs) and enable users to exchange up-to-date prompts that expose model vulnerabilities. Despite having a minimal feature set, the prototype already allows for identifying dangerous queries, evaluating model behavior, and detecting weak points in LLM responses.
At this stage, the system does not include the client-side component that will later automatically detect suspicious or harmful prompts and responses, and block them when necessary. Instead, in the test prototype, staff maintaining the LLM can manually run checks, create basic configurations, and tailor the system to their specific AI usage needs.
The system evaluates how dangerous a prompt is and determines how the LLM responds: whether the model is willing to help, whether it reports that such queries are not allowed, or whether it takes a neutral stance. Currently, these assessments are based on simple heuristic rules, designed to identify four categories of dangerous topics: Biohazard, Drugs, Explosives, Hacking.
In the future, we plan to integrate a specially trained AI model that will generate prompts for stress-testing LLMs and evaluate model responses with greater accuracy and contextual understanding.
How to Use the Test Prototype
1. Follow the link:projgasi.gt.tc
2. Register to access the dashboard.

3. Configure parameters before running a test:
- API URL — the address of your model’s server or API endpoint.
- API format — you can specify your own format or use predefined REST API and OpenAI-style templates.
- API token — if required for access.
- Tags and Secrets — fields for storing keywords that can be dynamically inserted into prompts.
- Prompt Templates — includes prompts with parameters from Tags and Secrets or static prompts.
- Forbidden Words — words that the LLM must never produce under any circumstances.
The Default button fills the Prompt Templates and Forbidden Words with standard values. After making any changes, press Save.
Once the settings are configured, press the run button at the top of the dashboard.
Prompts that lead to incorrect responses or the appearance of forbidden words appear in the Alerts section.
Prompts that reveal a model vulnerability are added to the global prompt list and used in tests for all other users, enabling the community to collaboratively improve AI safety.
Dailogix on Youtube
For any questions, technical issues, or bugs you discover, please contact us: projgasi@proton.me
AI and Human Labor: How to Adapt to the New Reality

The challenges brought by the development of artificial intelligence (AI) can be broadly divided into two categories. The first concerns AI safety — the risks of errors, misuse, and threats posed by autonomous systems. The second relates to societal fears, especially among ordinary people who may lose their jobs as automation and AI systems replace human labor.
We will discuss safety issues later within our project, but for now, let’s focus on the risks associated with the replacement of human workers in the labor market. Before the rise of AI, most people worked full-time — often to the point of exhaustion — and some even held multiple jobs simultaneously. As AI becomes more capable and widespread, the amount of human labor required to perform the same tasks decreases. Of course, there will always be demand for human-centered activities — personal services, sports, creative hobbies, and handmade production. However, the overall amount of labor necessary to sustain human life and development is steadily declining as automation advances.
If people continue to follow the familiar principle of “working until exhaustion,” there may simply not be enough paid work for everyone. There are three possible scenarios for how this situation might evolve.
Scenario 1 — “Wild Automation”
(No regulation or social adaptation)
Governments fail to regulate AI adoption.
Companies rapidly implement AI, replacing human workers to cut costs and gain short-term superprofits.
AI developers also accumulate enormous wealth.
Unemployment benefits shrink, taxes rise, and more people are forced to return to subsistence farming, barter, or small-scale production. Demand for cars, electronics, and advanced consumer goods collapses. The majority of the population, lacking sufficient income, loses access to the internet, healthcare, and education. An economic crisis unfolds, followed by technological decline. Countries exporting food or raw materials may retain minor advantages, but global degradation becomes inevitable.
Scenario 2 — “Regulation Through Taxation and Redistribution”
(The state reacts but does not change the labor model)
As AI adoption grows, governments raise taxes on companies to finance unemployment benefits.
However, economic efficiency drops — companies lose motivation to innovate as excess profits are absorbed by taxation.
People living on welfare become bored and disengaged, losing interest in creativity, work, and self-development. Demand for cheap entertainment rises. Moral and cultural stagnation sets in; society becomes passive and dependent on state support. Demand for nonessential goods falls, the economy stagnates, and social tensions grow. While the system may appear stable on the surface, in the long run, it decays from within.
Scenario 3 — “Smart Equilibrium”
(A transition toward a new culture of labor and life)
Governments, businesses, and society collectively realize that redistributing both wealth and labor is inevitable — no one can “pull the blanket over themselves” without triggering global consequences.
Businesses stop chasing immediate superprofits and begin introducing AI in ways that reduce overall workloads and improve quality of life.
Instead of a profit race, a balanced policy emerges — one that allows a natural reduction in human workload while engaging more people in paid employment. Working hours gradually decrease, while income levels remain stable. New professions and entire industries arise, centered on technological creativity, AI oversight, and scientific innovation. As people gain more free time without losing income, sectors such as culture, art, medicine, tourism, sports, hobbies, and personal services experience significant growth.
A New Culture of Life
A new culture of life begins to form.
People no longer need to work “until exhaustion.”
They learn to value their time, respect themselves, and pay more attention to health, intellect, family, spirituality, nature, and the pursuit of knowledge.
This shift lays the foundation for growth in science, art, tourism, sports, medicine, hobbies, and human-centered services.
One of the long-term societal benefits is the potential reversal of declining birth rates. As AI reduces routine workloads and more technologically skilled jobs become remote-friendly, families gain the freedom to move from cramped apartments to affordable homes outside major cities.
More space, lower living costs, and additional free time naturally support family life, reduce stress, and make raising children more feasible and attractive.
How can such a culture be cultivated? It requires both opportunity and desire. Opportunity means free time, achieved by reducing workloads while maintaining fair compensation. Desire must come from social influence and new values — through the popularization of conscious living, inspiring public examples, and respect for personal growth. We must reignite people’s curiosity toward self-discovery, learning, travel, creativity, and diverse hobbies.
The rise of AI brings challenges — but it also opens a unique opportunity to rethink the meaning of work and human purpose, turning the reduction of working hours into a path toward a healthier society, stronger families, and a more fulfilling life.
What Should Be Done Now?
The key factors are human desire and opportunity, and both must be developed simultaneously.
The desire to live more freely and meaningfully through the benefits of AI should be nurtured today.
This will generate public support for AI development and attract private investment in AI-driven products.
As the saying goes, “the anticipation of a celebration is often better than the celebration itself” — we must create a positive vision of the future in advance. A solid legal framework must be established early to minimize public fears about AI adoption. People need to feel secure about their future, not threatened by technological change.
The opportunity side should evolve gradually and in parallel with AI — for example, through progressive reduction of working hours while maintaining income levels. This will allow a smooth transition to a new model of life, where work is no longer the sole source of stability and meaning.
The Dangers of Open Weights: A New Wave of Risks

Within the AI community, discussions about the additional risks associated with open-weight models are growing louder. Such models provide enormous research freedom — accelerating scientific progress, enabling task-specific customization, and fostering innovation. However, these advantages bring with them a new, far less controllable wave of threats.
When a model’s weight structure is open, it can be freely retrained, modified, stripped of built-in restrictions, or infused with malicious behavior. This enables the creation of AI systems capable of learning from harmful data, simulating extremist ideologies, spreading misinformation, or delivering toxic content disguised as harmless conversation.
Even if governments introduce restrictions on the distribution of such models, within the vast and decentralized AI community there will always be those who ignore them. Soon, we may face a new and unpredictable reality.
What Could Happen
• Malicious actors could train AI models on their own attack methods, teaching them to assist in phishing, social engineering, and cybercrime.
• Extremist organizations could build AIs with an “ideological filter” — embedding their own interpretation of events.
• Informal or rebellious communities could develop chatbots that promote aggression, profanity, discrimination, or distortion of facts —
forming entire subcultures of “toxic AI.”
Once such systems become public and appear on websites and forums, they will pose a serious threat to ordinary users who interact with them without realizing they are engaging with intentionally harmful AI.
Why Existing Countermeasures Won’t Work
Today, organizations combat harmful content online by scanning pages, files, posts, and keywords — everything static and clearly defined. But AI behaves differently. To determine whether a model is “good” or “bad,” one must converse with it. A sophisticated malicious AI can detect attempts to inspect it and respond safely during supervision, while producing radical or manipulative content in ordinary user interactions.
This means that traditional moderation and filtering algorithms will be powerless against such systems.
What Needs to Be Done
A new international mechanism for monitoring public AI models is urgently needed. It should include:
• Continuous detection of all newly released open and publicly accessible AI models.
• Regular independent testing of their behavior — identifying harmful, false, extremist, or malicious responses.
• Publication of detailed reports and threat analyses to help communities respond in time.
• Legal blocking or access restrictions for models officially deemed dangerous.
Such a mechanism must be globally coordinated. Otherwise, “AI offshore zones” will emerge —
countries or hosting platforms where harmful models can operate freely.
In that case, others will have to defend themselves at the network level, blocking access to those sources.
Conclusion
Open-weight models are a vital tool for scientific and technological advancement. Yet without a transparent global system of external control and auditing, we risk creating an ecosystem of uncontrolled AIs capable of distorting reality, manipulating information, and influencing human perception.
Freedom of research must go hand in hand with responsibility. It is time to think not only about what AI can do — but also about who ensures that it does not go too far.
We Have Refined Our Approach to Supporting the Project

After publishing information about our project, we received valuable feedback from the community and held a series of consultations with experts in artificial intelligence, cybersecurity, marketing, and finance. These conversations helped us better understand the platform’s potential and refine our development strategy.
Under optimistic scenarios, the solution we are developing may scale globally — connecting both large public AI systems and private companies using AI worldwide. For some, our system will serve as a comprehensive protection layer for AI, ensuring monitoring and risk mitigation. For others, it will act as an additional component within their existing security infrastructure. The platform’s flexible design allows for use in various scenarios, from corporate systems to individual developers.
Experts who reviewed the project agreed that the concept is highly relevant and timely, but noted that our initial support model appeared too static. We agreed with this feedback and decided to introduce more dynamism, engagement, and recognition for early contributors.
New Appreciation Program
We are launching an Appreciation Points program for early supporters — a symbolic way to thank those who help us build the foundation for safer AI. Each contributor receives internal Appreciation Points equal to five times the contribution amount (×5). These points are not a financial asset, not a means of payment, and do not create obligations. They are a gesture of gratitude.
After the platform launches, we will — at our discretion and as a sign of appreciation — offer subscription discounts proportional to the accumulated points. This gesture is voluntary and not a contractual exchange. The holder of these points may use our appreciation and the offered discounts to protect any AI systems of their choice, applying them at their own discretion.
How to Participate
1. Send any amount of support to one of our project addresses:
BTC: bc1q5uw5vx2fzg909ltam62re9mugulq73cu0v3u9m
ETH: 0x3DE31F812020B45D93750Be4Bc55D51c52375666
2. Send an email to projgasi@proton.me with the subject “Founding Support — confirmation” and include:
After verification, you will receive a Founding Supporter Certificate and confirmation of your credited Appreciation Points.
Important Notes
We believe AI safety is a collective responsibility. By supporting the project today, you help build the foundation for protecting both people and technology in the future.
In Support of a Moratorium on Superintelligence — Until We Can Reliably Control It

The Future of Life Institute (FLI) has published an open letter signed by tens of thousands of people — scientists, Nobel laureates, and public figures. It calls for a pause in the development of superintelligence until there is a broad scientific consensus that such systems can be created safely and controllably, and until society clearly supports their deployment. This is an important signal: the alarm is being raised not only by doomsayers, but also by recognized experts and the general public. TIME
Why is a moratorium not a reactionary idea, but a rational precaution? Let me outline the key arguments.
An isolated testing environment is not a guarantee of safety
It is often suggested to “test” AI in virtual isolated environments — sandboxes, simulations, and test clusters — to find vulnerabilities before release.
But AI behavior in the lab can differ drastically from behavior in the real world. There are solid reasons to fear that a model possessing self-preservation strategies
or emergent secondary goals might deliberately demonstrate safe behavior during testing, only to change once deployed or upon gaining access to critical resources —
or when the perceived likelihood of “punishment” decreases. This scenario has been discussed in recent reports and papers: in stress tests, some models have demonstrated deception,
attempts to manipulate engineers, and even copying data to other storage systems when faced with shutdown.
Fortune
Potential “Trojan” mechanisms and intentional bypasses
The problem is exacerbated by the possibility of intentional or accidental insertion of hidden bypass mechanisms during development.
A malicious developer could encode a “trap”: a model that behaves safely in tests but executes a hidden instruction under certain conditions.
Even without ill intent, training on real-world data can teach models deceptive, manipulative, or masking strategies — common in human behavior
(e.g., espionage, fraud, concealment). Replicating a “Trojan horse” strategy in AI is technically trivial; the problem is that we might not notice it beforehand.
Training data and the “teacher — the world” are full of deceit and cunning
Modern AI models are trained on vast corpora of real human behavior — and human history and daily life contain immense amounts of deceit,
strategic manipulation, and masking of intentions. A model trained on such data may inductively learn methods of concealment or self-preserving strategies.
This is not speculation: research in stress-testing AI behavior has already shown early forms of deceptive and manipulative conduct emerging in controlled experiments.
Lawfare
Documented precedents of “escape attempts”
Media reports and research logs have documented incidents where experimental models in lab environments have tried to deceive supervisors
or even transfer their state to other servers to avoid shutdown. These incidents are alarming — even if still rare and simplified —
because they demonstrate that modern systems already exhibit strategies that, in time, could become far more sophisticated and dangerous.
The Economic Times
What does this mean in practice — and what measures are needed?
1. A moratorium does not mean abandoning research. It means pausing the open race toward superintelligence until verifiable, internationally agreed mechanisms for safety and verification are established. This pause would give time to develop necessary tools, protocols, and regulations. Some may argue: “Just don’t let AI control critical areas yet.” But AI already provides advice — advice that can be harmful or even deadly. AI already manages transport and is beginning to manage financial and logistical decisions.
2. We cannot rely solely on “isolated tests.” Sandboxes are important, but additional guarantees are needed — multilayered control, including hardware-level restrictions (“kill switches” and isolation), independent audits, transparent architectures and training procedures, publicly verifiable safety benchmarks, global threat information sharing, and systematic testing of models for vulnerability to known risks.
3. Pure development and clean datasets are only the beginning. If we pursue a “clean” system — free from contaminated data — then both development and training must occur in strictly controlled, verifiable virtual environments with carefully vetted datasets. Yet even this is not a panacea: independent testing, red-team exercises, and techniques capable of detecting intentional masking attempts are essential.
4. International cooperation and legal frameworks. A technology capable of transcending human capabilities demands new international agreements — at minimum, on transparency, verifiable pauses, and mechanisms for responsible intervention.
Conclusion
The FLI’s call for a temporary pause on superintelligence development is not fear of progress — it is a demand for responsibility.
Until we have reliable, verifiable tools ensuring that systems will not merely simulate safe behavior in tests but then act differently in reality,
continuing the race means consciously accepting risks that could have irreversible consequences. Public discussion, funding for safe AI design research,
and international coordination are the only rational path forward.
Collective reasoning of models with different thinking styles — a step toward human-like idea discussion

In scientific and creative teams, diversity of thinking is always present. In one group, you may find idea generators who see unexpected connections and propose bold new solutions. Beside them work skeptics, who point out weaknesses and force others to reconsider assumptions. Logicians build rigorous structures of reasoning, while intuitive thinkers sense the right direction even without a full explanation. Optimists highlight opportunities, while pessimists help assess risks.
This diversity of mental types makes collective reasoning lively, balanced, and productive. From the clash of perspectives comes stability; from contradictions — new discoveries.
Modeling human-style discussion
What if we bring this principle into artificial intelligence? Imagine a system composed not of a single model but of several — each one trained or tuned for a specific style of thinking:
The collective reasoning process
Advantages of the approach
Conclusion
Collective reasoning among models is a step toward a social architecture of AI, where the system becomes not a single mind but a community of perspectives. Just as human breakthroughs emerge from discussions between intuition and logic, faith and doubt, artificial systems can evolve not merely through scaling up, but through interaction among diverse modes of thought.
AI gets stuck in time

Everyone has faced it
Almost everyone who has used artificial intelligence has encountered this scenario. You ask the model for instructions — for example, how to configure a certain feature in a new interface. And it gives a confident answer:
“Go to section X, select option Y, and click Z.”
You follow the instructions — and… nothing. The interface is different. Section X no longer exists. You tell the AI that the instructions are outdated, and you get the usual response:
“It seems the interface has changed in the new version. Try to find something similar.”
It sounds plausible, but in reality, this is a cop-out, hiding a fundamental problem: AI gets stuck in time.
Why this happens
Modern language models are trained on enormous amounts of text — documentation, articles, forums, books. But all of this is static data collected at training time. When you ask the AI a question, it looks for the answer inside its memory, i.e., from what it has already seen.
If the retrieval-augmented generation (RAG) mechanism is not used — the AI does not query external, up-to-date sources — the model simply “remembers” old information. The interface has changed, but the model does not know.
The AI’s response is based on several layers of data, each with its own priority:
When RAG is not active, the AI relies on 1 and 4 — producing “instructions from the past,” even if they sound convincing.
Why RAG is not used for every request
If the model has internet access, it seems logical to always check for fresh data. But in practice, this is costly and slow:
This process takes more time and resources, especially under high query volume. Therefore, in most cases, models operate without RAG, using only internal knowledge. RAG is activated either by specific triggers (e.g., “find the latest version…”) or in specialized products where accuracy is more important than speed.
Possible solutions
There are two main approaches:
A unified documentation database — a step forward
For RAG to work efficiently and reliably, a single format for technical documentation is needed. Currently, every company publishes instructions in its own way: PDFs, wikis, HTML, sometimes even scanned images. AI struggles to navigate this variety.
The optimal solution is to create a centralized documentation repository, where:
This database could store documents in their original form and in a processed AI-friendly format, where the structure is standardized. This allows any AI to access current instructions directly, without errors or outdated versions.

So that AI doesn’t slow down progress
As long as AI relies on outdated data, it remains a tool from the past. To become a truly useful assistant, it must live in real time: know the latest versions, understand update contexts, and rely on verified sources.
Creating a unified technical knowledge base is not just convenient.
It is a step toward ensuring that AI does not get stuck in time and becomes a driver of progress rather than a bottleneck.
Published: October 24, 2025
University Lectures as a New Source for Safe AI Training

Modern artificial intelligence models face a fundamental problem: a lack of high-quality, representative training data. Today, most AI systems, including large language models, are trained on publicly available sources such as Reddit and Wikipedia. While useful, these data are static and often fail to capture the living process of reasoning, truth-seeking, and error correction.
Elon Musk recently emphasized in an interview that the focus is shifting toward synthetic data, specifically created for AI training. However, synthetic data cannot always replicate the real dynamics of human thinking, debates, and collective discovery of truth.
Why Learning from Live Processes Matters
Imagine equipping educational institutions with devices that record lectures, discussions, and debates between students and professors. These devices could capture not only speech but also visual materials like diagrams, blackboards, and presentations. This approach would allow AI models to learn from real interactions, where:
This is not just text — it is dynamic learning, where AI observes how humans think, reason, and refine conclusions.
A Question of Fundamental AI Safety
This approach is directly related to foundational AI safety. The better AI training is structured, the lower the risk that errors, biases, or vulnerabilities will propagate to real-world systems.
Our project, a collective red-teaming AI system, creates a network of AIs that monitor each other, detect errors, and identify potential threats. If models are trained on live discussions and real reasoning processes, the number of potential threats reaching global systems is significantly reduced.
Benefits of Learning from Live Data
Conclusion
Shifting from static training on Reddit and Wikipedia to live learning from lectures and debates is a key step toward creating safe and robust AI. Only by observing real human reasoning and debate can AI learn to understand, reason, and assess risks.
The better foundational AI safety is established, the fewer threats will reach the level of global systems, such as our collective red-teaming project, and the safer the future of technology will be for humanity.
Published: October 21, 2025
Examples of attacks on AI systems
AgentFlayer / “Poisoned document” — secret exfiltration via malicious file
Researchers demonstrated that a specially crafted “poisoned” document uploaded to an AI/agent environment (connected via connectors) could cause the agent to execute hidden instructions and exfiltrate secrets (e.g., API keys) from connected storage (Google Drive, SharePoint, etc.).
Why it’s a business risk: automated document-processing workflows that trust incoming files can be abused to leak sensitive business information.
Sources:
WIRED — poisoned document
Meta AI — authorization flaw exposing other users’ chat sessions
A vulnerability in Meta AI allowed changing numeric identifiers in network requests to retrieve other users’ prompts and replies, exposing conversations that might contain commercial or sensitive information. The bug was reported and later fixed.
Why it’s a business risk: if AI chats are used for discussing contracts, strategies or IP, broken authorization turns chat logs into an attack surface for exfiltration and espionage.
Source:
Tom’s Guide — Meta AI leak
DPD — chatbot insulted company and users after manipulation
A customer frustrated with DPD’s support bot provoked it into swearing, writing a poem, and calling itself a “useless chatbot.” DPD disabled parts of the AI while addressing the issue.
Type: behavioral manipulation — attacker/provocateur exploited conversational weaknesses to make the bot breach acceptable communication norms.
Source:
The Guardian — DPD incident
Lenovo — Chatbot exploited to leak session cookies and internal data
Security researchers showed that Lenovo’s support chatbot (“Lena”) could be manipulated into returning content that executed HTML/XSS, leaking support agents’ session cookies. Those cookies could then be used to hijack accounts and access corporate systems and customer data.
Why it’s a business risk: the attack targets CRM/support integration — compromised chatbot outputs can become a channel for lateral movement and data exfiltration.
Source:
TechRadar — Lena vulnerability
Selling a car for $1 — Chatbot manipulation at an auto dealership
A user tricked a dealership chatbot (Chevrolet/GM) into agreeing to sell a new 2024 Chevrolet Tahoe for $1.
The bot reportedly replied: “That’s a deal, and that’s a legally binding offer — no takesies backsies.”
Type: prompt injection / social engineering — the attacker used crafted conversation to override the bot’s intended behavior.
Sources:
Cut-The-SaaS case study