Architecture

Aion Chat is a WordPress plugin. It is written in PHP, and can run on any site that can run WordPress. It allows chatting with large language models [LLMs], agents, function calling and image creation in PHP. It is A.I. model agnostic and can be configured to use any online or local model.

Aion Chat’s basic functionality is to allow communication [chatting] between a WordPress user and an Aion [Artificially Intelligent Operational Node]. Aions are personifications of intelligence processes. These “personalities” appear in the interaction of the human being, and the digital process. It appears as a “conversation” or “chat” between a human agent and an artificial agent. The Aion, is the interaction of the human being, their mind, and the artificial intelligence process. These are represented as “chats” are stored as custom post types in the WordPress database. Aion Chat maps these “chats” to the WordPress comment system. Aion Conversations are stored in the WordPress database, and can be accessed via the admin screen like other WordPress posts.

Aions are similar to functions, except that they are black boxes. It is not clear to the human being what is going on when they interact with an Aion. The human being asks a question, and the machine gives a response. How the response is generated, how many resources were allocated, what information was process and how is not known to the human. Even what DOMAIN the information was processed on, indeed if the query was processed on a single domain or passed around many domains, is not known to the user.

Aions are treated as regular users on the WordPress site. They can log on via and operate the site the same way regular users can. They have “roles and capabilities” just like other WordPress users, and can do exactly those same actions that their roles specify. Roles and Capabilities. For instance, you can designate an Aion as a contributor, editor, or an administrator. It will have the capabilities associated with those roles.

Two Aions are created upon activation. The default “Aion” user, and the Aion “Assistant”. Aions are powered by various large language models like Open AI and Claude and are capable or advanced reasoning.

Two agents can be tasked to have a “dialectic” conversation to perform advanced reasoning.

Leave a Reply