Bottom Line
Lascaris is Scalytics’ sovereign decision fabric for autonomous operations. It lets AI agents read live events, reason over shared memory, enforce policy, and act inside the operator’s own network. Data, prompts, reasoning, and decision records stay under customer control, whether deployed on-premise, air-gapped, or in a sovereign cloud.
Why Sovereign AI Operations Matter Now
AI agents are moving from assistants to operational actors. They no longer only answer questions. They monitor live systems, compare options, trigger workflows, coordinate teams, and leave behind decisions that must be explained later.
That shift changes the infrastructure requirement.
For defense, energy, space, public-sector, and critical infrastructure operators, the question is not whether AI can support operations. The question is whether AI can operate inside the same control boundary as the mission itself.
Modern operators need one operational picture across fragmented systems, units, sensors, logs, models, and data stores. The common answer from the market is centralization: move the data into one cloud, one database, one vendor environment, then place AI on top.
That answer creates a new dependency.
NATO’s Data Strategy for the Alliance points toward secure data sharing, interoperability, data-centric governance, federated data meshes, and environments where Allies retain control over their data. EU regulation moves in the same direction. The EU AI Act sets a formal framework for AI systems. The NIS2 Directive raises cybersecurity obligations across critical sectors. The EU Data Act strengthens user control, access, portability, and fair use of data.
These are not abstract policy signals. They shape procurement, architecture, audit, and risk management.
A foreign cloud region, a vendor-hosted agent platform, or a closed inference pipeline may still leave the operator dependent on infrastructure, legal process, support terms, remote APIs, and external control planes. The US Department of Justice describes the CLOUD Act as a legal framework for access to electronic information held by global providers. That does not mean every foreign platform is unsafe. It means serious operators must treat jurisdiction, control, access, logging, and operational dependency as architecture questions, not contract footnotes.
Sovereign AI is not a slogan. It is a deployment model.
The Trap: Moving Data to the Brain
Outsourced intelligence platforms usually follow one mechanic: the data goes to the compute.
That creates friction before the first model runs. Telemetry, logs, sensor feeds, maintenance data, operational records, intelligence reports, and decision history must be copied, synchronized, normalized, and governed across boundaries. The larger the system, the worse the failure mode becomes.
Data movement adds latency. It increases bandwidth cost. It creates new copies to secure. It creates new retention questions. It also shifts leverage from the operator to the platform owner.
The goal is not a larger data lake. The goal is a shared operational reality.
Scalytics approaches the problem from the opposite direction: compute comes to the data. That principle is also the foundation behind Apache Wayang, created by the founding team behind Scalytics and now an Apache Top-Level Project. Wayang plans execution across systems so workloads can run where the data lives instead of forcing the data into one central engine.
Lascaris extends that idea into autonomous operations.
The operational brain does not need to own every raw asset. It needs controlled access, shared memory, policy enforcement, and a durable record of what happened. Agents can coordinate across the mission while data, prompts, reasoning, and decision records stay inside the operator’s boundary.
Lascaris: Sense, Decide, Act Inside One Boundary
Lascaris is Scalytics’ sovereign decision fabric. It packages the Scalytics stack into one integrated, tested, supported distribution for high-stakes environments that require independent AI operations inside their own infrastructure.
The operating model is simple:
- Sense: agents read live operational events from the Kafka spine.
- Decide: agents reason over shared memory, historical context, policy, and mission state.
- Act: agents publish decisions, trigger approved actions, and write every step to the audit trail.
Three stages. One boundary.
Lascaris is designed for operators who cannot hand their operational data, reasoning traces, prompts, model context, and decision history to a third-party SaaS layer. It can run in a customer data center, sovereign cloud, restricted network, or air-gapped environment. It connects to existing Apache Kafka, Confluent, or Redpanda environments, so teams can extend the event backbone they already operate instead of replacing it.
The result is a unified decision fabric without a forced data relocation project.
The Stack Behind the Sovereign Decision Fabric
Lascaris is not one black-box agent framework. It is a productized distribution of the Scalytics stack.
kafSCALE: The Streaming Spine
kafSCALE provides the Kafka-compatible event backbone for autonomous operations. It is built for high-volume streams, long retention, Kubernetes deployments, and object-storage economics. Operators can keep live events and historical state available without turning broker disks into the main scaling limit.
For sovereign deployments, this matters because the event stream becomes the operational source of truth. Agents do not operate from stale exports. They subscribe to live topics, consume state, and publish decisions back to the stream.
kafGRAPH: Shared Memory for Agents
kafGRAPH gives agents shared memory. It turns operational context into a graph that agents can query, update, and reason over. This is what prevents each agent from becoming an isolated assistant with partial context.
In critical environments, shared memory is not a convenience feature. It is how agents maintain a synchronized view of entities, events, infrastructure, risks, policies, and prior decisions.
kafCLAW: Runtime, Policy, and Coordination
kafCLAW is the agent runtime. It coordinates agents, manages tool access, enforces policy, and keeps decisions on the record.
That policy layer is essential. Autonomous systems cannot be trusted because they sound confident. They must be constrained by runtime controls, approved tools, permission boundaries, and audit trails.
Apache Wayang: Compute Where the Data Lives
Apache Wayang provides the federated execution principle behind the Scalytics architecture. Queries and computation can be planned across different execution engines and data systems instead of forcing every workload into one central platform.
This is the technical foundation for the core sovereign pattern: do not copy the data unless the mission requires it. Push execution to the right place.
kafSIEM: Evidence and Investigation
kafSIEM turns decisions, events, entities, and relationships into an investigation layer. Every edge needs evidence. Every decision needs a trace.
For regulated and mission-critical operations, audit is not a report generated after the fact. It is part of the runtime. The decision fabric must record what happened, when it happened, what context was used, which policy applied, and which action followed.
How a Sovereign Agent Loop Works
Consider a restricted operational environment with live telemetry, local logs, historical incident records, asset metadata, and mission-specific policy.
A telemetry topic receives an anomaly from an edge system. An agent subscribed through kafCLAW reads the event. The agent checks current policy, retrieves context from kafGRAPH, and uses local models approved for that deployment. Apache Wayang can push computation toward the relevant data source when broader context is needed across distributed systems. The agent then publishes its decision to a local command topic. kafSIEM records the event chain for investigation and audit.
No raw telemetry has to leave the operator’s environment. No remote proprietary model API has to be invoked. No vendor control plane has to receive the reasoning trace.
The intelligence is unified. The execution remains local.
Reference Deployment Pattern
A sovereign deployment begins inside the operator’s own infrastructure. That may be a national data center, a restricted Kubernetes cluster, a sovereign cloud environment, or an air-gapped network.
The following Kubernetes NetworkPolicy is a simplified boundary example. It is not a complete hardening profile. Production deployments combine this kind of control with image signing, admission policies, secret management, runtime monitoring, identity integration, encryption, backup policy, and cluster-level egress enforcement.
How a Sovereign Agent Loop Works
Consider a restricted operational environment with live telemetry, local logs, historical incident records, asset metadata, and mission-specific policy.
A telemetry topic receives an anomaly from an edge system. An agent subscribed through kafCLAW reads the event. The agent checks current policy, retrieves context from kafGRAPH, and uses local models approved for that deployment. Apache Wayang can push computation toward the relevant data source when broader context is needed across distributed systems. The agent then publishes its decision to a local command topic. kafSIEM records the event chain for investigation and audit.
No raw telemetry has to leave the operator’s environment. No remote proprietary model API has to be invoked. No vendor control plane has to receive the reasoning trace.
The intelligence is unified. The execution remains local.
Reference Deployment Pattern
A sovereign deployment begins inside the operator’s own infrastructure. That may be a national data center, a restricted Kubernetes cluster, a sovereign cloud environment, or an air-gapped network.
The following Kubernetes NetworkPolicy is a simplified boundary example. It is not a complete hardening profile. Production deployments combine this kind of control with image signing, admission policies, secret management, runtime monitoring, identity integration, encryption, backup policy, and cluster-level egress enforcement.
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: strict-sovereign-boundary
namespace: intelligence-ops
spec:
podSelector:
matchLabels:
app.kubernetes.io/part-of: scalytics
policyTypes:
- Ingress
- Egress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: intelligence-ops
ports:
- protocol: TCP
port: 9092
- protocol: TCP
port: 8080
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: intelligence-ops
The principle is default-deny. Internal communication is explicit. Agent traffic, broker communication, policy services, and audit systems stay within approved namespaces and networks.
Lascaris is designed to operate within that posture. It does not require outsourced inference, external license servers, or remote telemetry to run the mission loop.
Why Distribution Matters
The Scalytics stack is open at the core. That matters for inspection, trust, and long-term control.
But high-stakes operators need more than a GitHub repository. They need compatibility across components, security review, repeatable deployment, verified releases, long-term maintenance, and one support line when the system becomes operational infrastructure.
That is why Lascaris exists as a distribution.
Lascaris was shaped in close collaboration with design partners operating in demanding environments. Their real-world requirements and feedback helped refine the distribution into a production-grade, integrated platform offering a sovereign, open, and operationally viable alternative to centralized proprietary intelligence systems.
Lascaris packages the stack into a tested and supported platform. It gives operators one release line, one operational model, and one accountable vendor relationship while preserving the ability to inspect the system and avoid sealed infrastructure.
This distinction matters in defense, energy, space, and regulated industry. Sovereignty is not only about where the server runs. It is also about whether the operator can understand, inspect, maintain, and replace the system without losing the mission.
What Sovereignty Requires
Sovereign AI operations are not the easiest option. They are the controlled option.
The operator must own or govern the infrastructure. Kubernetes, storage, identity, network segmentation, observability, backup, and incident response need real operational maturity. In high-assurance environments, air-gapped or restricted deployments also mean deliberate update cycles rather than continuous vendor-side changes.
Model strategy also changes. Operators use local models, open-weight models, or approved private models instead of routing every prompt through a remote frontier model. Fine-tuning, retrieval, policy, memory, and tool access become part of the operator’s controlled environment.
Those constraints are not weaknesses. They are the price of independence.
The reward is control over the full decision chain: data, stream, memory, policy, model, action, and evidence.
What Operators Gain
Operational Independence
Lascaris reduces dependency on third-party control planes, remote inference APIs, and proprietary decision systems. Operators can run autonomous capabilities inside their own boundary, on infrastructure they govern.
Lower Data Movement
Instead of relocating sensitive data into a central cloud platform, Lascaris lets agents work through streams, shared memory, and federated execution. The platform coordinates decisions without forcing every source system into one database.
Live Decision Context
Agents operate from live events and shared operational memory, not stale exports. This is critical for grid operations, defense environments, industrial response, fraud investigation, and time-sensitive mission workflows.
Audit by Design
Every agent action can be recorded as an event. That creates a durable chain of evidence for governance, investigation, and post-incident review.
No Rip and Replace
Lascaris can extend existing Kafka-compatible infrastructure, including Apache Kafka, Confluent, and Redpanda environments. The decision fabric grows from the operational backbone already in place.
Why the Name Lascaris Matters
The name is deliberate.
Lascaris refers to Malta’s wartime command rooms and the signal networks that connected distributed observation points into coordinated action. That is the product idea: one sovereign command layer over distributed signals, without collapsing every asset into a central system owned by someone else.
Modern AI operations need the same pattern. Sense across the network. Decide inside the boundary. Act with evidence. Keep the mission under control.
Next Step
Evaluate where your current AI, data, and event infrastructure depends on third-party control. Start with the systems that carry operational telemetry, mission context, regulated data, incident workflows, or agent decisions.
Scalytics reviews existing Kafka, data, and AI architectures to design a phased path toward sovereign autonomous operations. The goal is not to rebuild everything. The goal is to connect what already exists into a decision fabric where data, reasoning, and evidence stay under your control.
Schedule an architecture review or explore the Scalytics open-source stack.
About Scalytics
Our founding team created Apache Wayang, the federated execution framework that lets computation run where the data lives and dramatically reduces unnecessary data movement.
We also built and maintain kafSCALE, a high-performance, Kafka-compatible streaming platform designed for Kubernetes and object storage. It delivers elastic scale without broker complexity or lock-in.
Our mission: Keep data in place. Bring compute to the data. Enable secure, sovereign, and production-ready AI operations.