Paramus World
The idea of a persistence layer for representing “what is there” – real-world entities like persons, positions, molecules, etc. – aligns conceptually with ontologies, knowledge graphs, and scene graphs. Obvious: LLM generate usefull answers if they know ‘what is out there’.
Paramus World is a physical objects representation layer, based on knowgledge graph (KG).
The system is able to learn and update from several information sources and text.
Paramus World is not transactional – but it is designed for provide a bridge to the real world.
These serve as structured models of a persistent “world state” and are used in various domains including semantic web, robotics, LLM agents, and digital twins.

A server software to install
Pricing, Download and install
We will open the download next week (Aug 1st).
The software is free for up to 1000 items, but you also need a license key (free of change).
For commercial applications (up to 500,000 items), the initial cost is $2,000 (Version 1), with an annual maintenance fee of 20%. Version 2 will incur an additional charge.
Why a worldview?
LLMs are semiotic systems: They operate in semiology, not ontology. They encode how humans talk about reality, not the reality itself.

The PARAMUS World application integrates an LLM with an RDF (Resource Description Framework) knowledge graph, allowing users to interact with structured data through natural language while maintaining a persistent semantic knowledge base.
Example (EMail processing)

Is ‘Translated’ into:
1. Physical Entities (categorized by type):
- People:
- Dr. Thorsten Gressling
- Organizations/Companies:
- Gressling.com
- Locations, addresses, places:
- Lab 131
- Products, devices, equipment:
- Systag Reactor
- Physical objects, materials, substances:
- Aspirin (Substance)
- Sulfuric Acid (Substance)
2. Relationships between entities:
- Dr. Thorsten Gressling is part of Gressling.com (relationship: partOf)
- Dr. Thorsten Gressling uses the Systag Reactor (relationship: uses)
- The Systag Reactor is contained in Lab 131 (relationship: contains)
- The Aspirin synthesis involves Sulfuric Acid (relationship: involves)
- The Aspirin synthesis is conducted in Lab 131 (relationship: conductedIn)
3. Key insights about the physical world mentioned in these emails:
- Dr. Thorsten Gressling is conducting an experiment involving the synthesis of Aspirin catalyzed by Sulfuric Acid.
- The experiment will be conducted using a Systag Reactor located in Lab 131.
Integrated JSON-RPC API
- Secure Authentication: JWT Bearer tokens with rate limiting
- JSON-RPC 2.0 Protocol: Full specification compliance
- World Integration: API methods have access to world data
- Available Methods:
chat.submit
: Submit messages with world contextsparql.query
: Execute SPARQL SELECT queriessparql.update
: Execute SPARQL UPDATE operationssystem.health
: Get server status and health