COREVANIX
  • About
Let's talk
AI automation

Workflow automation where the hour savings are measurable

n8n workflows, OpenAI and Anthropic Claude APIs integrated into business processes. Lead assistant, document processing, RAG chatbot on your own data. Scope priced against saved hours, not promises.

Request a consultationCase studies

Business context

Problems we solve

Typical situations where it's worth talking to us. If more than one rings a bell, we can probably help.

  • P01

    Manual, repetitive tasks

    The assistant spends 8–10 hours a week on email triage or data entry. n8n workflows can replace this, with measurable time savings and documented logic.

  • P02

    Slow response to inbound enquiries

    Prospects should get an offer within 24 hours — but often it's 48–72, because the request sits in an inbox. A lead-triage assistant classifies and prioritizes, sending an SMS when urgent.

  • P03

    Manual document processing

    PDFs (invoices, contracts, minutes) processed by copy-paste. OCR + LLM extraction with structured output: extracted fields go into Excel, CRM or ERP with validation.

  • P04

    Hard to extract insights from unstructured data

    Customer feedback, support tickets, sales call notes — information scattered. A RAG chatbot over your own docs: question → answer with source references. Support and sales find relevant data faster.

Deliverables

What we ship

Concrete deliverables, not abstract capabilities. Documentation and handover included with every shipment.

  • n8n workflow design and operation

    Self-hosted n8n or n8n cloud, documented workflows. Webhook triggers, error handling, retry logic, monitoring. Workflow code exported and kept in git.

    • n8nn8n
    • Webhook
    • Workflow automation
  • LLM integration (OpenAI, Anthropic Claude)

    Prompt engineering, few-shot examples, output schema (JSON mode or tool use), cost monitoring. Token usage logged, monthly cost dashboard. Provider fallback.

    • OpenAI
    • AnthropicAnthropic Claude
    • LangChainLangChain
  • RAG chatbot on your own documents

    pgvector or Pinecone vector DB, embedding generation, per-document chunk strategy. Source-linked answers so users can verify against the original document.

    • RAG
    • pgvector
    • Pinecone
    • Embeddings
  • Lead classification and assistant

    Inbound form/email classification (hot/warm/cold/spam), follow-up email draft, CRM ingestion (HubSpot, Pipedrive, Notion). Decisions logged for sales validation.

    • Lead routing
    • HubSpot
    • Pipedrive
  • Document processing (PDF, OCR, structured output)

    Tesseract or AWS Textract OCR, LLM extraction with JSON schema. Invoice processing, contract summarization, minutes structuring. Human-in-the-loop step on unusual values.

    • OCR
    • Tesseract
    • JSON extraction

Output

What you receive at the end

Go-live is not the end, it's a handover. You receive every artifact below, and your team can work with all of them.

  • D01

    n8n workflow exports

    Every workflow exported as JSON and kept in git. You can migrate to your own n8n instance, or audit any time.

  • D02

    Prompt catalogue

    Version-controlled prompt store (Notion or git repo), with few-shot examples and change history. Your LLM team can iterate from here.

  • D03

    Eval set

    50–200 input-output pairs manually labelled, automatic regression test on every prompt change. Precision score queryable.

  • D04

    Cost monitoring dashboard

    Token usage per workflow, daily and monthly cost, anomaly signals (e.g. a workflow's cost doubles).

  • D05

    Vector DB and index

    For RAG projects, the pgvector or Pinecone index with documented schema and rebuild script.

  • D06

    User documentation

    Workflow descriptions for the business side, chatbot usage guide for end users, incident protocol.

  • D07

    30-day support handover

    Knowledge transfer call, joint troubleshooting of the first typical incidents, monitoring dashboard handed over.

Process

How we work

Six steps from discovery to support. The domain-specific content is tailored per project type.

  1. 01

    Discovery

    Manual process mapping, ROI estimate, data source audit, data privacy review.

  2. 02

    Design

    Workflow diagram (n8n), prompt engineering, RAG architecture, cost estimate (tokens).

  3. 03

    Build

    n8n workflow building, OpenAI / Anthropic API integration, webhook endpoints, error handling.

  4. 04

    Test

    Synthetic data tests, accuracy measurement, edge cases, hallucination check, prompt injection defense.

  5. 05

    Launch

    Live pilot for 2-4 weeks, error monitoring, fine-tuning, gradual rollout.

  6. 06

    Support

    Cost monitoring (tokens), accuracy tracking, prompt refinement, new workflow additions.

Architecture

Typical architecture

Typical RAG or workflow architecture: the user's input flows through n8n or a custom orchestrator, which decides which tools to call and which LLM to use.

Entry

User
Email / web

Orchestrator

n8n / code
Tool router

LLM and retrieval

OpenAI / Claude
Vector DB

Data

Knowledge base
CRM / DB
EntryUserEmail / webOrchestratorn8n / codeTool routerLLM and retrievalOpenAI / ClaudeVector DBDataKnowledge baseCRM / DB

The user's input (web chat or inbound lead) enters the orchestrator, which is n8n or custom Node.js / Python code. The orchestrator decides: is retrieval (RAG) needed, is a tool call required, which LLM model fits this case.

The vector DB (pgvector or Pinecone) holds indexed documents. The knowledge base can be a PDF archive, Notion export, or a live API. Every LLM call is logged so we can measure cost and accuracy.

Stack

Stack and tooling

Proven, documented tools. When the project justifies it we deviate — but we always explain why.

Workflow and automation

  • n8nn8n
  • ZapierZapier
  • MakeMake

LLM and AI

  • OpenAI
  • AnthropicAnthropic
  • LangChainLangChain

Database and vector

  • PostgreSQLPostgreSQL
  • SupabaseSupabase
  • RedisRedis

Integration and language

  • PythonPython
  • Node.jsNode.js
  • REST API

Integrations

Integrations and touch points

Typical AI stack and integration points. The choice depends on the use case.

  • OpenAI
  • AnthropicAnthropic Claude
  • Mistral
  • Pinecone
  • Weaviate
  • SupabaseSupabase
  • n8nn8n
  • ZapierZapier
  • MakeMake
  • HubSpot
  • Pipedrive
  • Notion
  • Slack

Timeline

Typical project timeline in weeks

A simple n8n workflow 4–6 weeks. A RAG chatbot on your own data 8–12 weeks. A complex multi-agent system 12–20 weeks.

  1. W1-2

    Discovery

    Use case definition, ROI estimate, initial eval set scoping.

  2. W3-4

    PoC

    Proof of concept with a minimal prompt against 10–20 examples to validate feasibility.

  3. W5-8

    Build

    n8n workflow, prompt iteration, integration, cost monitoring stood up.

  4. W9-10

    Eval and iteration

    Accuracy measurement, prompt iteration, edge case coverage, user feedback loop.

  5. W11-12

    Launch

    Production deploy, monitoring on, knowledge transfer, 30-day hyper-care.

Limits

What we don't do

It's more honest to clarify upfront. Some kinds of work we intentionally don't take on — either it's not our profile, or we can't ship it at the quality we'd put our name on.

  • We don't write core business logic that depends on Generative AI

    LLMs are non-deterministic. If output has to be 100% correct (invoice amounts, legal text), we don't put it on the critical path — a human review step is needed.

  • We don't train models from scratch

    Foundation model training (LLM pre-training) isn't in our infra or knowledge base. Fine-tuning via the OpenAI/Claude API is on the table; training a new model isn't.

  • Nobody can guarantee a hallucination-free AI

    LLMs hallucinate by nature. We ship eval sets, source citations and human-in-the-loop validation. 'Guaranteed correct' is not a professional promise.

  • We don't ship black-box solutions

    If the client doesn't want insight into the prompts and workflows, we're not the right partner. Everything is handed over documented and transparent.

First week

What to expect in the first 5 working days

The first week is about validating the use case and producing a feasibility prototype.

  1. 01

    Monday

    Use case workshop

    What task we'd automate, what's the measurable goal, who's the end user.

  2. 02

    Tuesday

    Data audit

    Which data is available in which format, what's the GDPR posture.

  3. 03

    Wednesday

    Prompt prototype

    A minimal prompt + 5–10 test cases to see baseline accuracy.

  4. 04

    Thursday

    Cost estimate

    Token usage estimate against expected volume, monthly cost.

  5. 05

    Friday

    Roadmap

    PoC → MVP → Production scope, eval set design, decision points.

Pricing

Pricing models

Three engagement models. Each one comes with a precise scope after discovery — concrete numbers follow once we've seen the project.

  • Fixed scope

    Precise workflow description and fixed price after discovery. Eval set precision target (e.g. ≥90%) defined, handover precisely documented.

    Ideal when

    Well-scoped workflows, lead classification, document extraction with fixed templates.

  • Time & material

    Iteration delivered in sprints. Prompt tuning, eval set growth and new use cases work well in T&M because scope evolves naturally.

    Ideal when

    RAG chatbots, complex multi-step workflows where scope is experimental.

  • Retainer

    Monthly fixed capacity for workflow operation, monitoring, prompt tuning. SLA-like response time, guaranteed availability.

    Ideal when

    Maintaining production AI systems, continuous accuracy improvement, edge case coverage.

Case studies

A few relevant projects

Anonymized cases that fit this pillar. Detailed write-ups are prepared from our project logs.

  • Automotive SME

    Automotive SME — webshop and lead assistant

    Problem
    Manual customer handling, slow email response, leads lost without follow-up.
    Solution
    Next.js webshop with a WooCommerce catalogue and an n8n + OpenAI lead assistant that classifies and prioritizes form submissions.
    Result
    Lead response time improved (concrete number from later measurement).
    Details

FAQ

Frequently asked questions

  • Primarily OpenAI (GPT-4o, GPT-4.1) and Anthropic Claude (3.5 Sonnet, Opus). Local models (Llama, Mistral) for specific use cases when privacy requires it.

  • Three layers. (1) API provider enterprise tier with explicit no-training opt-out. (2) Data minimization: only what the LLM needs, PII tokenized. (3) On-prem local model option when data truly cannot leave.

  • Simple workflow (1–2 triggers, 5–10 nodes): 200–500k HUF. Complex workflow with LLM integration and error handling: 500k–2M HUF. Plus monthly ops 50–150k HUF/month. Fixed pricing after discovery.

  • Yes. Document ingestion (PDF, DOCX, Notion export, web scrape), per-document chunk strategy, embedding generation, vector DB, retrieval-augmented generation with source references. Eval set for accuracy before launch.

  • Every production AI workflow has an eval set: 50–200 manually labeled input-output pairs, automatic retest on every prompt change. Cost monitoring per module, latency p95, business metric (e.g. sales-validated precision in lead classification).

Next step

Let's talk about your project

Concrete scope, transparent pricing, documented delivery. The first 30-minute call is free, and after NDA we share concrete numbers.

Book a 30-minute callSend an email
Where do we start?

Where do we start?

  • I'm building a new product.

    Web / app development
  • I have an existing system.

    SAP / ERP integration
  • I want to automate a process.

    AI automation
  • I just want advice.

    Discovery call

Services

  • Enterprise systems
  • Web development
  • AI automation
  • Mobile app development

Tech Stack

  • Web
  • Mobile
  • SAP / ERP
  • AI platform

Company

  • About
  • Case studies
  • Blog
  • Contact

Legal

  • Privacy policy
  • Legal notice
  • Cookie policy
COREVANIX

Corevanix Kft. is a Budapest-based technology partner: SAP/ERP integration, web development, AI automation and mobile app development for companies in Hungary and the EU.

© 2026 Corevanix Kft. All rights reserved.

info@corevanix.com

Headquarters: Budapest, Hungary