Home About Products Contact

Intelligence that
doesn't interrupt

Our products embed agentic AI into the surfaces people already use — apps, websites, and workflows. The AI works in the background. The user just gets a better experience.

Agent Layer

fossal.agent

A lightweight agent runtime that plugs into your existing app architecture. It observes user context, reasons about intent, and takes autonomous action — all without adding UI chrome. Think of it as a background process that makes your app smarter.

// Initialise the agent layer in your app
import { AgentLayer } from '@fossal/agent'

const agent = new AgentLayer({
  model: 'fossal-q4',
  context: 'shopping-cart',
  actions: ['suggest_alternative', 'auto_fill', 'fraud_check'],
  budget: '0.002_per_request'
})

agent.observe(cart).reason().act()
Sub-200ms inference
Runs on commodity GPUs
SDK for iOS, Android, Web
Horizontal auto-scaling
Fraud Prevention

fossal.shield

An autonomous fraud-detection agent that sits inside your checkout flow. It evaluates every transaction in real time using behavioural signals — not just static rules — and blocks, flags, or allows actions before the user even notices. No friction added.

// Shield watches your transaction flow silently
import { Shield } from '@fossal/shield'

const shield = new Shield({
  sensitivity: 'high',
  signals: ['device_fingerprint', 'behavioural', 'velocity'],
  onAction: async (verdict) => {
    if (verdict.risk === 'block') return cancelOrder()
  }
})
Real-time behavioural analysis
Zero added checkout friction
Self-tuning risk thresholds
<50ms per evaluation
Flow Optimisation

fossal.flow

An autonomous UX optimiser that learns how users move through your app — then quietly removes friction points, pre-fetches data, and reorders screens to reduce time-to-completion. No A/B test dashboards. The agent just makes it better.

// Flow observes and optimises in production
import { Flow } from '@fossal/flow'

const flow = new Flow({
  target: 'onboarding',
  optimise: 'time_to_value',
  constraints: ['no_ui_changes', 'preserve_brand'],
  deploy: 'gradual_rollout'
})
Learns from real usage patterns
No UI/UX team required
Gradual, safe rollouts
Measurable time-to-value gains

Commodity. Scalable. Yours.

No proprietary hardware. No per-seat licensing. Everything runs on standard cloud infrastructure — and scales horizontally as you grow.

Standard GPUs

Run on any commodity GPU — no need for specialised accelerators. Optimised for cost, not capability theatre.

Horizontal scaling

From 10 requests to 10 million — same architecture. Stateless inference, auto-scaling groups, no bottlenecks.

Open models

Quantised open-weight models that run anywhere. No vendor lock-in, no API dependency, no surprise price hikes.

Want early access?

We're onboarding select partners. If you're building an app that could benefit from invisible AI, we'd like to hear from you.

Reach out