Nexion Labs markNEXION LABS
Nexion Labs · Dubai, UAE

From raw data to an AI-architected enterprise.

We're building one connected suite that grows with your organisation. It starts with a data operating system at the core, adds enterprise-grade operations around it, then AI that builds data it, then agents that automate your business processes, and finally an architecture squad that plans the whole transformation.

The story so far

Five stages, each standing on the one before

We didn't set out to build a suite. We set out to fix how organisations work with their data, and each problem we solved exposed the next one.

  1. Chapter 01 · Own your dataShipped · Open source

    Data OS

    One engineer-native workspace to ingest, transform and deliver data.

    Data work is scattered across too many tools. Integration lives in one product, transformation in another, reporting in a third, and the glue between them is scripts nobody owns. Every handoff adds licence cost, latency and a new place for things to break.

    • Polyglot notebooks
      SQL, Python, JavaScript and HTML cells side by side in a single, versionable YAML document.
    • Embedded analytical engine
      DuckDB in-process as the shared data layer, so there's no database server to stand up.

    The foundation every other stage builds on.

    regional-sales.flownb
    sql
    CREATE TABLE sales AS
    SELECT region, SUM(amount) AS revenue
    FROM dataverse.opportunities
    WHERE statecode = 'Won'
    GROUP BY region;
    python
    df = data.get("sales")
    df["share"] = df.revenue / df.revenue.sum()
    data.put("sales_share", df)
    region
    revenue
    share
    GCC
    4.2M
    46%
    Levant
    2.9M
    32%
    Europe
    2.0M
    22%
    html · vega-lite
    4.2M
    GCC
    2.9M
    Levant
    2.0M
    Europe
    html · report
    regional-sales-report.pdf
    3 pages · rendered from the sales_share table

    Ran 4 cells · zero-copy Parquet hand-off · chart and report rendered inline

  2. Chapter 02 · Run it like infrastructureIn build · Design-partner access

    Enterprise Operations

    Take the same workflows to production with governance, audit and separate environments.

    A notebook on a laptop isn't a production service. Production means knowing who can run what, where secrets live, how a change moves from dev to prod, what happens when it fails, and being able to prove all of it to an auditor.

    • Identity & access
      Local accounts plus SSO via Microsoft Entra ID, Google and generic OIDC, with SAML and LDAP planned. Roles are scoped per environment and per workflow.
    • Environments & promotion
      Dev, QA, test, prod, or as many as you need. Each has its own setup, and changes reach it only through a governed pipeline.

    Runs the Data OS engine as-is. It extends the core, it doesn't modify it.

    Promotion · regional-sales
    dev
    v14
    Deployed
    qa
    v13
    Verified
    prod
    v12
    Awaiting approval
    Plan · qa → prod2 approvals required
    • + connection dataverse → prod-crm (mapped)
    • + secret crm-client → Key Vault
    • ~ parameter region_filter changed
    Audit chain
    a41f
    9c02
    e7b3
    51d8
    0fa6
  3. Chapter 03 · Let AI build the data flowsPreview

    AI Data Authoring

    Describe the outcome in plain language. Get back a working, validated data workflow.

    Most AI demos never touch your real data. Generic assistants produce plausible code against imaginary schemas. Business teams need output that's grounded in their own systems, respects their rules, and actually runs.

    • Grounded in your schemas
      Uses live schema introspection from Dynamics 365, SharePoint, S3 and other connected sources instead of guesswork.
    • Human approval built in
      Nothing is generated until you approve the plan, and ambiguous relationships are shown to you for confirmation.

    Generates workflows that run on the Data OS and deploy through Enterprise Operations. Its grounded-agent approach is the basis for AI for Business.

    New request
    “Monthly won revenue by region from Dynamics, excluding test accounts, as a trend chart.”
    PlanApproved
    1. 01Read opportunities & accounts from Dynamics 365
    2. 02Exclude test accounts (business rule)
    3. 03Aggregate revenue by region and month
    4. 04Render trend chart
    sql
    sql
    python
    chart
    Critic1 targeted repair · 0 diagnostics
  4. Chapter 04 · Automate the business processComing soon

    AI for Business

    Agentic AI that runs your business processes end to end, not just the data behind them.

    Process automation breaks at the first exception. Rule-based workflow tools handle the happy path, and everything else lands back in someone's inbox. Most processes are largely routine with a layer of judgement on top, and that judgement is where the time goes.

    • Agentic process flows
      Multi-step processes where agents plan and carry out each step, rather than single prompt-and-response exchanges.
    • Human approval where it matters
      Approval gates on anything irreversible or high-value, with the agent's reasoning shown alongside.

    Uses the Data OS for data, Enterprise Operations for governance, and the grounded-agent approach of AI Data Authoring.

    Process run · invoice-to-pay
    1. Trigger
      Supplier invoice received by email
    2. Agent
      Extracted 14 line items, matched PO-4471 in Dynamics 365
    3. Agent
      Price variance of 6% exceeds the 5% policy, so escalating
    4. Human
      Finance approver signed off with a note
    5. Agent
      Posted invoice, scheduled payment, notified supplier
    5 steps · 1 human decisionEvery step audited

    Illustrative example. This stage is in design.

  5. Chapter 05 · Architect the whole changeEarly access

    Transformation Squad

    An AI architecture squad that documents where you are, designs where you're going, and plans the route.

    Transformation programmes start blind. The as-is is undocumented, the to-be lives in slides, and the gap between them is discovered expensively, mid-delivery. Architecture work is slow to produce and quickly goes stale.

    • Specialist architect agents
      Business analyst, data, cloud, CRM and principal architect, each owning its own part of the model.
    • Enterprise architecture model
      Elements, relationships, snapshots and a gap analysis, so the as-is and to-be are data rather than diagrams.

    Recommends the suite wherever it fits, which brings the story back to the Data OS.

    Architecture · as-is → to-be
    As-is
    To-be
    3 integration tools
    gap
    One Data OS
    Manual monthly reports
    gap
    Scheduled workflows
    Secrets in config files
    gap
    Central Key Vault
    Dynamics 365 CRM
    keep
    Dynamics 365 CRM
    Roadmap
    Phase 1 · Foundation
    Phase 2 · Migrate
    Phase 3 · Automate
  6. Chapter 06 · What comes nextComing soon

    The next chapter is already being written.

    Data OS
    Branching & checkpoints

    Conditional cells and checkpoint/rollback in the headless runner.

    Enterprise Operations
    Enterprise sign-in

    SAML and LDAP, alongside Entra ID, Google and OIDC.

    Enterprise Operations
    Production on AKS

    Azure Kubernetes Service as the first production target.

    AI for Business
    Agentic process automation

    Agents that run multi-step business processes, with human approvals and a full audit trail.

One suite, one loop

The squad plans the change. The suite delivers it.

Each stage makes the next one possible. When the Transformation Squad designs your to-be architecture, it reaches for the suite's own building blocks first, which brings the story back to the start.

How we build

Built for organisations that can't afford to guess

Government and regulated industry hold software to a higher standard. So do we.

Open at the core

The foundation is open source. You can read it, run it and extend it before you commit to anything.

Sovereign by design

Secrets stay in your own vault, workloads run where you operate, and the AI can run entirely on local models.

Humans decide

Plans are approved before anything is generated, and ambiguity is escalated to a person instead of guessed at.

Proven, then promised

Every status on this site reflects what's running today. Nothing is labelled shipped until it is.

Also from Nexion Labs · Advisory services

Need senior architecture judgement, with or without the software?

Advisory is a separate service. It's independent and vendor-neutral: assessments, fractional principal architects, and hands-on delivery leadership for AI, data and integration programmes. You don't need to adopt any of our products to work with us.

Start wherever you are in the story.

You can adopt the open-source core today, become a design partner for what's in build, or ask the squad to map where you should go next.