LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice.
This draft appears to contain text generated by a large language model (such as ChatGPT). You cannot use LLMs to generate article content.
LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice. Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. See the advice page on large language models for more information.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
AVAP (Advanced Virtual AI Systems Programming) is a high-level, AI-native programming language designed for the creation, orchestration, and management of AI Systems (APIs + MCP Servers + AI Agents) developed by 101OBEX, Corp in Palo Alto the heart of Silicon Valley. Unlike general-purpose languages like Python or C++, AVAP is domain-specific, focusing on the abstraction of backend logic and service integration.
Raúl Nogales (Founder & CEO) and Rafael Ruiz (Co-Founder & CTO) began working on AVAP (Advanced Virtual API Programming) in 2024 as a new arquitecture for virtual programming language. AVAP (Advanced Virtual AI Systems Programming) or AVAP 3.0, released in 2026, was a major revision and coverage increase the language from API to AI Systems.
For decades, software systems have been designed around a simple model: humans operate applications.
Users interact with interfaces, developers write code, and operators manage the infrastructure that keeps systems running. APIs enable communication between services, but the execution and orchestration of systems ultimately depend on human intervention.
Artificial intelligence is changing this model.
Recent advances in AI reasoning, agent architectures and system interaction protocols are enabling artificial intelligence to move beyond analysis and content generation. AI is increasingly capable of executing actions, coordinating processes and interacting directly with software systems.
This shift introduces a new class of software architecture.
Traditional software architectures were designed for applications and humans.
AI introduces a fundamentally different requirement: systems must expose capabilities that artificial intelligence can discover, understand and execute.
An AI System is a software system whose capabilities can be discovered, reasoned about and executed by artificial intelligence, enabling humans and AI to operate it collaboratively.
In an AI System, digital infrastructures are no longer composed solely of applications and services. Instead, they are structured around capabilities that can be invoked and coordinated by intelligent agents.
These systems typically integrate:
Together, these components form systems where software and artificial intelligence collaborate to execute processes, manage operations and evolve digital infrastructure.
While artificial intelligence capabilities have advanced rapidly, most existing software infrastructures were not designed to support AI-operated systems.
Traditional architectures lack:
As a result, organizations face a growing gap between the capabilities of artificial intelligence and the structure of the software systems it needs to operate.
Enabling the next generation of software requires a new technological foundation.
The core philosophy of AVAP is "Logic over Infrastructure." It aims to reduce the overhead of traditional API development by:
AVAP is structured around the AVAP Engine, which interprets scripts and manages the lifecycle of a request.
AVAP uses a structured syntax that combines declarative elements with imperative logic. A typical script defines a Logical Step and a Target Service.
// This is a basic starting point for developing an API using AVAP language.
// Creates a global variable named 'final_message' with the value \"Hello World!\".
addVar(final_message, 'Hello World!')
// You can capture parameters sent by the client via query string, headers, or request body.
addParam(name,name_recovered)
// You can read or write from a database into AVAP variables.
// This template omits real DB operations, but here's an example:
// ormAccessSelect('username,id', dbase, 'age > 25', usersList)
// AVAP allows you to connect to databases using AVAP Connectors, external database libraries,
// psql_connector = avapConnector(\"REJfQ09OTkVDVE9SMTc1MDQ2MjI0MDMyO1=\")
// users = psql_connector.query(\"select * from obex_users;\")
// or its native ORM capabilities.
// You can add validations, conditions, loops, or transformations here.
// Example: personalize the message if 'name' was provided.
if(name_recovered,None,'!=')
final_message = \"Hello %s\" % name_recovered
end()
// Adds the variable 'final_message' to the result object.
// Any variable added via 'addResult' will be included in the API response.
// To control the HTTP status code returned by the API, assign it to the '_status' system variable.
addVar(_status,205)
// Use addResult to include it in the final response payload.
addResult(_status)
addResult(final_message)The AVAP ecosystem is built around AVAP Sphere, its central platform for professional and enterprise environments, available in both on-premise and cloud deployments. This flexibility allows organizations to adapt the system to their specific needs in terms of scalability, security, and infrastructure control. AVAP Sphere acts as the core layer, providing orchestration, data management, and application services.
Official Website[1]
Developer Website[2]
Repository Open Source AVAP Lenguaje Server [3]
Repository Open Source AVAP Language Definition Server [4]
Repository Open Source PLATON (Kernel Virtual Language Programming) [5]
Reddit Channel for Developers [6]
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.