n8n
Visual workflow and agent orchestration for the long tail — approvals, notifications, data movement, and human-in-the-loop steps that business teams need to read and change themselves. Self-hostable, which matters when the payload is SAP data.
Reinciar · AI engineering for the SAP ecosystem
That gap is the entire business. Generic AI teams don’t know what a company code is. Generic SAP teams don’t know what a tabular foundation model is. We sit in the overlap — agentic systems, AI engineering, and applied machine learning, built around SAP data, SAP process, and SAP authorization.
| Doc | Vendor | Amount | Late | Conf. |
|---|
The difference
The market is full of both halves. Horizontal AI consultancies that will learn your ERP on your budget. SAP integrators that will bolt a chat window onto a Fiori tile and call it intelligent.
We built the firm at the join — not to do more, but to do the one thing that requires both sides at once.
Not “we’ll discover your schema in discovery.” The table structures, the document flow, and the reasons your open item aging looks the way it does.
Authorization objects. Principal propagation. Change documents. Clean core. What an AI system can read versus what it is permitted to act on.
An agent that answers questions about a purchase order is a demo. An agent that creates one — inside the requester’s own authorization context, with an audit trail — is a deployment.
Most of what an ERP is asked to predict is a tabular problem wearing a language-model costume. Knowing which is which is the job.
Practices
Everything we build has to survive contact with a live SAP landscape — its identity model, its change control, its auditors. That constraint is what shapes all three.
Low-code and pro-code agents that reason, call tools, and take action across SAP and non-SAP systems through MCP — including customer-facing CX built on Amazon Connect.
Explore → Practice 02Choosing between tabular and text models, then running the full LLM lifecycle — RAG for context, fine-tuning for domain, LLMOps for everything after go-live.
Explore → Practice 03Classification, regression, forecasting, anomaly detection, and entity resolution on SAP master and transactional data — with calibrated, explainable output.
Explore →Practice 01 · Agentic systems
The failure mode in agentic projects isn’t model quality. It’s that nobody wrote down precisely what the agent was supposed to do, so nobody can tell whether it does it — and nobody scoped what it was allowed to change. We start there.
Most enterprises need both, and the mistake is choosing one for the whole estate. We match the surface to the workload: how much state it carries, how tightly it must be audited, and who maintains it after we leave.
Visual workflow and agent orchestration for the long tail — approvals, notifications, data movement, and human-in-the-loop steps that business teams need to read and change themselves. Self-hostable, which matters when the payload is SAP data.
Graph orchestration, tool-calling loops, multi-agent handoff, checkpointing, and evaluation are engineering patterns — not vendor allegiances. Choice follows state complexity, latency budget, and auditability requirements.
LangSmith is not an afterthought in that list. Tracing, evaluation datasets, and regression testing on agent behaviour are the difference between an agent you can put in front of a finance team and one you can only demo. Microsoft Agent Framework — the successor merging Semantic Kernel’s enterprise state management and telemetry with AutoGen’s multi-agent orchestration patterns — is our default where the landscape is already Azure-standardised.
Framework-level work covers custom builds. A large share of enterprise agent spend, though, runs through packaged agent platforms — and buyers increasingly shortlist from the analyst field rather than from first principles.
In Gartner’s Magic Quadrant for Conversational AI Platforms published in July 2026, four vendors were placed in the Leaders quadrant: Google, Salesforce, SoundHound AI, and Kore.ai — with Kore.ai a Leader for a second consecutive year, cited for its Arch tooling and Agent Blueprint Language. The wider evaluated field included Avaamo, Boost.ai, Druid AI, IBM, Netomi, NiCE Cognigy, Omilia, PolyAI, Sprinklr and Yellow.ai.
We are building delivery capability in Kore.ai and other platforms from that evaluated field, so a client who has already standardised on a packaged agent platform gets the same SAP-side engineering rigour we bring to custom builds. Stated as roadmap, not as current certification — we will say so plainly when it ships.
Gartner does not endorse any vendor, product or service depicted in its research publications. GARTNER and MAGIC QUADRANT are registered trademarks of Gartner, Inc. and/or its affiliates. Quadrant placements reflect Gartner’s July 2026 report and may change.
An agent is only as useful as what it can call. Two mechanisms carry almost all of that weight. Tools — typed, permissioned functions the model may invoke, each with a clear contract and a clear blast radius. And the Model Context Protocol — an open standard for exposing those tools and data sources over a common interface, so the same agent reaches SAP and non-SAP systems without a bespoke adapter for each one.
Practically, one agent can hold a conversation while reading an S/4HANA sales order, checking an Ariba contract, looking up an employee record in SuccessFactors, and opening a ticket in ServiceNow — each call individually authorised and individually logged. The SAP-native path and the open-standards path stop being a choice.
Customer experience is where agentic AI meets the public, and where a wrong answer is most expensive. Amazon Connect — now delivered as a set of agentic solutions including Amazon Connect Customer — supports AI agents that understand, reason, and take action across voice and digital channels, with Model Context Protocol support and escalation to human agents that preserves full conversation context.
Our contribution is the half that decides whether it works: the SAP side. Order status, delivery blocks, billing documents, credit limits, contract terms, and returns all live in S/4HANA, Ariba, or a CRM sitting on top of them. We build the tool layer that lets a Connect agent read those records safely, act within authorisation, and hand off cleanly when it shouldn’t act at all.
Eight patterns account for most inbound agentic work in an SAP estate. Each one is scoped the same way: what may the agent read, what may it change, and who signs off.
Practice 02 · AI engineering
Ask a language model which of your open invoices will go past due, and it will give you a fluent, confident, structurally unreliable answer. Language models are trained to predict text. Your receivables ledger isn’t text.
Financial transactions, inventory records, payroll data and supplier information are built for accuracy, auditability and repeatability — a structure that constrains language models, which are optimised to predict text rather than reason across numerical relationships and field-level dependencies. Tabular foundation models exist for that second job. Most real SAP applications need both, with a routing layer deciding which handles what.
SAP-RPT-1 is SAP’s relational pretrained transformer — a table-native model handling classification and regression out of the box through tabular in-context learning, with no additional training or fine-tuning step. SAP positions it as complementary infrastructure rather than a universal AI layer: language models handle interaction and explanation, tabular models handle prediction inside transactional systems.
Prior Labs is the other half, and we maintain skills there deliberately. TabPFN is pre-trained on very large collections of synthetic tabular tasks so it can reuse statistical patterns across problems, then performs zero-shot inference from a context window in a single forward pass. It handles missing values, outliers and categorical features natively, returns calibrated probabilities, integrates SHAP for explainability, and exposes a scikit-learn-compatible interface. The underlying research was published in Nature.
Holding both matters because they are converging: SAP has moved to bring Prior Labs research into SAP AI Core, SAP Business Data Cloud and Joule. A team that only knows the SAP side will be late to what arrives; a team that only knows the research side won’t know where it lands.
Where text is genuinely the right class, the work does not stop at model selection. We run the full lifecycle — and most of the risk in an enterprise deployment lives in the last two stages, long after the pilot demo has been signed off.
The same landscape, split by model class. The left-hand column is where most firms reach for an LLM and shouldn’t.
Practice 03 · Applied machine learning
Not every problem needs a foundation model. A well-specified classifier on clean features will beat an over-engineered AI pipeline on cost, latency and explainability more often than the market wants to admit — and when an auditor asks how a number was produced, the simpler model is the one you can defend.
Modern tabular foundation models have widened this practice considerably. Beyond the familiar classification and regression pair, the current toolkit spans time-series forecasting, anomaly detection, synthetic data generation for privacy-constrained environments, survival analysis for time-to-event questions, statistical feature testing, and fine-tuning where a pre-trained tabular model must adapt to a specific estate. Where latency binds, distillation compresses a large tabular model into a compact ensemble that scores in milliseconds.
Agents fed duplicate vendors and inconsistent business partners produce confident nonsense. Master data quality is not a prerequisite to the AI programme — it is part of it, and it is a machine learning problem in its own right.
The discipline has its own vocabulary, and it is worth being precise. Classical deterministic matching applies explicit rules; probabilistic and relevance-based matching apply weighted attribute scoring against thresholds. The current generation goes further: pre-trained, LLM-backed models perform rule-free matching with semantic understanding, using zero-shot learning to suggest matches without the hundreds of hours previously spent defining and iterating match rules. Reltio productised this as Flexible Entity Resolution Networks (FERN) — a direction that became strategically relevant to every SAP customer once SAP moved to acquire Reltio to make SAP and non-SAP data AI-ready.
Around the match itself sits the rest of the machinery: match and merge, survivorship rules determining which attribute wins, the resulting golden record, durable IDs and crosswalks keeping that record traceable to every source system, confidence bands routing borderline pairs to data stewardship queues, and automatic unmerge when underlying data changes.
Master data first, because everything else inherits its errors. Then the prediction work that a clean foundation finally makes trustworthy.
Leadership
This is a new venture, and we are direct about that. What isn’t new is the SAP half — and in this market, that is the half that is hard to hire.
Three decades in senior SAP roles — programme leadership, delivery ownership, and accountability for landscapes a business could not operate without. Full-cycle implementations, migrations, global rollouts, and the years of run-and-support that follow, which is where you learn what an ERP actually does rather than what the blueprint said it would.
Reinciar.ai is the deliberate second act: taking that ecosystem knowledge and dovetailing it with frontier AI engineering, rather than approaching SAP from the outside as most AI firms must. The thesis is simple. AI capability is becoming commoditised and available to everyone. Knowing which SAP process can safely be handed to an agent, which prediction is a tabular problem, and which master data flaw will quietly poison both — that is not.
The engineering team is built to match: model and agent engineers who have learned the SAP side, working with SAP practitioners who have learned the AI side.
Full-cycle SAP implementation, migration and global rollout leadership across three decades.
Years of run, support and change control — where AI proposals meet authorisation and audit.
SAP ecosystem judgement paired with current agentic, model and ML engineering practice.
Three decades building and leading quality functions for enterprise ERP programmes — and the pattern holds: they rarely fail on configuration. They fail on quality, found too late, at the worst possible moment. That observation shaped a career and then became a business.
Co-founded Reinciar Technologies to lead test strategy and programme delivery on large-scale SAP S/4HANA and RISE transformations, so "are we ready to go live?" gets answered with evidence instead of optimism.
Now building the next thing: AI-enabled quality solutions. Three decades of building test and automation capability taught where the real cost sits. It isn't running tests — it's deciding what to test, maintaining scripts nobody owns, and finding the defect three weeks after someone introduced it. That is exactly the work AI is suited to.
Delivery across manufacturing and industrial — electronic components, agricultural and construction equipment, medical devices, packaging, food production — as well as defence and aerospace, telecom, satellite communications, retail, public sector, banking and life sciences. Manufacturing is where the quality discipline is most at home: multi-site, supply-chain integrated, and unforgiving of shortcuts.
Enterprise Testing CoE built from the ground up — governance, tooling, people, and the operating rhythm that makes quality continuous.
Tricentis (qTest, TOSCA, NeoLoad), OpenText (ALM, UFT One, LoadRunner), SAP Cloud ALM, UiPath — wired into CI/CD across AWS, Azure, GovCloud and S/4HANA Cloud.
Teams of 200+ engineers. Test strategy across SIT and UAT for global rollouts spanning 30+ countries and every major SAP workstream.
Engage Reinciar
We don’t publish client logos we can’t stand behind or implementation counts nobody can check. We’ll put an engineer in a room with your team and work through your actual problem — your data, your landscape, your constraints — and you’ll know within an hour whether we’re the right people.
Coming soon
Durban, South Africa Regional expansionComing soon
Sydney, Australia APAC presence