Skip to content
State-Owned Enterprises (BUMN) Sector

RAG & Knowledge-Base Build Training for LLM Applications for the State-Owned Enterprises (BUMN) Sector

Large SOEs have policy corpora scattered across subsidiaries and years. Planning, corporate secretary, and operations staff often struggle to find current policies. RAG can unify the corpus, but director-level governance demands auditable indexes, clear data classification, and recorded usage trails. The Ministry of SOEs pushes both digitalisation and accountability β€” both must be served by RAG architecture from day one.

format
In-house / online / hybrid
duration
3-5 day intensive or 2-4 month continuous program
participants
8-20 per batch (engineer-grade)
language
Indonesian / English
State-Owned Enterprises (BUMN) Sector Focus

Why RAG & Knowledge-Base Build Training for LLM Applications is different in State-Owned Enterprises (BUMN)

Large SOEs have policy corpora scattered across subsidiaries and years. Planning, corporate secretary, and operations staff often struggle to find current policies. RAG can unify the corpus, but director-level governance demands auditable indexes, clear data classification, and recorded usage trails. The Ministry of SOEs pushes both digitalisation and accountability β€” both must be served by RAG architecture from day one.

Sector KPIs
  • Policy-corpus coverage in index
    Approaching 100% of active policies indexed with classification
  • Average answer latency
    Below the ITS-set threshold so productivity is not hindered
  • SPI/BPK findings related to RAG usage
    No material findings in subsequent period
Relevant regulations & standards
  • PER-2/MBU/03/2023 SOE Corporate Governance Guidelines
  • Perpres 95/2018 SPBE β€” SOEs as public-service operators
  • ISO/IEC 42001:2023 AI Management System
  • UU PDP No. 27/2022
  • NIST AI RMF GenAI Profile (NIST AI 600-1)
Target roles in State-Owned Enterprises (BUMN)
  • Director of Digital / EVP Digital Transformation
  • Corporate Secretary
  • Head of Internal Audit (SPI)
  • Head of IT / Enterprise Architecture
  • Subsidiary AI/ML Engineer
  • Head of Risk Management
Outcomes commonly requested in State-Owned Enterprises (BUMN)
  • Planning & corporate-secretary staff find policy fast with citations to corporate regulations
  • Indexes separated by data classification (public / internal / restricted / confidential) with different ACLs
  • Usage trails (who asked what, when) stored for SPI and BPK examination
  • Index refresh automated when new policy is issued via the corporate document system
  • Directors & commissioners have a RAG risk framework reportable to the board
State-Owned Enterprises (BUMN)-specific questions
Can we use SOE procurement (RKAP, e-procurement, vendor list)?
Yes. Neksus supports RKAP-friendly documents: NPWP-bearing proposal, PPN invoice, domicile certificate, partner audit firm if needed, and can pass SOE e-procurement. Schedule is aligned with the annual budget cycle.
How does the RAG architecture support ISO/IEC 42001 adoption at holding?
The governance module maps RAG components to ISO/IEC 42001: AI policy, per-use-case AI impact assessment, roles & responsibilities (RACI), audit log, risk management. Output: a RAG governance blueprint attachable to the holding's AI Management System documentation.
Can it run as a holding programme across subsidiaries?
Yes, roadshow + recurring program format: onsite sessions in core cities, virtual sessions for distant subsidiaries, plus an engineer champion network per subsidiary for technical institutionalisation.

Quick Answer

Enterprise RAG training is an engineering program that builds end-to-end retrieval-augmented generation over corporate corpus: chunking, embeddings, vector DB (Pinecone/Weaviate/Qdrant/pgvector), LangChain/LlamaIndex orchestration, RAGAS & TruLens evaluation, plus OWASP LLM Top 10 2025, NIST AI RMF GenAI Profile, and UU PDP hardening.

Without structured evaluation, RAG is only 'feels right'

RAG demos look convincing; production RAG demands proof. A golden eval set, RAGAS faithfulness/context precision, and regression tests before release are the foundation so retriever or prompt changes do not silently degrade quality. This program installs the evaluation foundation on day one.

Security mapped to OWASP LLM Top 10 2025

Security module mapped explicitly to OWASP LLM01 prompt injection, LLM06 sensitive information disclosure, LLM08 vector & embedding weaknesses, and LLM09 misinformation β€” plus NIST AI RMF GenAI Profile (NIST AI 600-1) and UU PDP.

Most common mistake: jumping to vector DB without chunking & evaluation

Many teams busy themselves picking a vector database then become disappointed when answer quality stays low. Proper chunking, corpus-fit embedding, and a golden eval set matter more than DB choice. This program puts the right priority order in place.

RAG & Knowledge-Base Build Training for LLM Applications

Enterprise RAG training is a technical program that equips engineering, data, and product teams to build retrieval-augmented generation for corporate LLM applications β€” from document chunking strategy, embedding model selection, indexing on vector databases (Pinecone, Weaviate, Qdrant, pgvector), LangChain/LlamaIndex orchestration, through quality evaluation with RAGAS and TruLens, with risk controls mapped to OWASP LLM Top 10 2025, NIST AI RMF GenAI Profile (NIST AI 600-1), and the obligations of Indonesia's Personal Data Protection Law (UU PDP No. 27/2022).

1Grounded in the seminal paper 'Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks' (Lewis et al. 2020) and current production practice of LangChain/LlamaIndex
2Covers the four RAGAS evaluation pillars: faithfulness, answer relevancy, context precision, context recall β€” plus TruLens triad monitoring
3Explicit mapping to OWASP LLM Top 10 2025: LLM01 prompt injection, LLM06 sensitive information disclosure, LLM08 vector & embedding weaknesses, LLM09 misinformation/hallucination
4Advanced chunking strategies: fixed-size, sentence/paragraph, semantic chunking, parent-document, recursive character splitter
5Case studies drawn from your own corpus (policies, SOPs, tickets, product docs) β€” never generic
6Measurable outputs: one ready-to-iterate RAG prototype, golden eval set, RAGAS dashboard, and production blueprint

Measurable Outcomes

Expected Outcomes

Indicators mapped to Kirkpatrick L1-L4; qualitative targets set jointly during TNA β€” no promises we cannot prove.

RAG architecture understanding (Kirkpatrick L2 β€” Learning)
All participants pass assessment on retrieve→augment→generate, chunking strategy, and embedding trade-offs
RAG prototype delivered (L3 β€” Behavior)
Each working group produces a functional RAG prototype by end of the intensive, integrated with corporate corpus
Answer quality (L4 β€” Results)
RAGAS faithfulness & context precision scores above the team-set baseline, measured on the golden eval set
Security guardrails (L2)
Participants pass the OWASP LLM Top 10 2025 checklist for the RAG architecture they built
Production blueprint (L3 transfer)
Deployment documentation, observability (TruLens/Langfuse), and index refresh SOP approved by IT/security
Use-case-based ROI (Phillips L5 β€” optional)
Per-use-case net benefit calculation isolated from other factors, when finance requests it

Program Format

Program Format Options

Selected by team maturity, corpus complexity, and deployment target β€” finalised after TNA.

1

RAG Use Case Sprint (2 days)

Focused sprint building one RAG prototype over a real internal corpus: scope target questions, initial chunking, index, and first-pass RAGAS evaluation.

Best for: Teams wanting rapid validation before committing to production
2

RAG Engineering Intensive (4-5 days)

Complete deep dive: advanced chunking, hybrid search (BM25 + dense), rerankers, multi-vector retrieval, RAGAS + TruLens evaluation, observability, and OWASP LLM hardening.

Best for: Engineering/data/product teams building production internal assistants
3

Modular RAG Bootcamp (6-8 sessions)

Weekly sessions with experimentation gaps between: participants practice, return with results, get reviewed before the next session. Designed for teams who cannot leave operations.

Best for: Engineering teams with heavy operational load
4

RAG Maturity Program (3-4 months)

Continuous program with office hours, code review, and quarterly maturity checkpoints β€” until RAG ships to production with maintained SLA and observability dashboards.

Best for: Organisations with multi-use-case deployment targets

Free Consultation

Build production RAG with your engineering team

Start from a free training needs analysis: we map your corpus, team maturity, and deployment target, then build a proposal & budget estimate grounded in real need.

Curriculum

Curriculum Framework

Designed with ADDIE; final modules curated based on TNA. The coverage below is the full menu β€” activated partially based on team maturity.

Comparison

Choosing the RAG Program Format

Concise decision matrix β€” finalised after training needs analysis.

AspectRAG Use Case Sprint (2 days)RAG Engineering Intensive (4-5 days)Modular RAG Bootcamp (6-8 sessions)RAG Maturity Program (3-4 mo)
Primary goalValidate 1 use caseFull technical capabilityLearn alongside operationsProduction with SLA
Ideal participantsSmall ML team with concrete caseMid-large engineering teamOperational engineering teamMultiple teams across use cases
Evaluation depthBasic RAGASRAGAS + TruLens + observabilityRAGAS + experimental iterationFull eval + regression CI/CD
Training evaluation levelKirkpatrick L1-L2Kirkpatrick L1-L3Kirkpatrick L1-L3Kirkpatrick L1-L4 (+Phillips L5)
Best forCheck viability before investTeams wanting fast productionOperationally-loaded teamsCross-use-case deployment target

For Whom

Who This Program Is For

Engineer-grade β€” participants assumed to have basic Python and LLM API familiarity. TNA maps baseline so content stays relevant.

ML/AI Engineer & Data Scientist

Build end-to-end RAG pipelines from ingestion through observable production evaluation.

Common challenges

  • RAG prototype works in notebook, quality drops on real corpus
  • No way to measure RAG quality beyond 'feels right'
  • Vector DB & embedding choices follow tutorials, lack independent criteria

Software Engineer & Platform Engineer

Integrate RAG into internal applications, manage deployment, observability, and SLA.

Common challenges

  • Uncontrolled RAG latency, LLM API costs leaking
  • No CI/CD for prompt & retriever changes
  • Audit log & citation not sufficient for security review

AI Product Manager / Tech Lead

Select viable RAG use cases, set quality criteria, balance cost vs value.

Common challenges

  • Hard to judge which use case fits RAG vs prompt-only vs fine-tune
  • No evaluation framework presentable to leadership
  • Vendor lock-in on a single framework/DB without exit strategy

Security, Data Governance & Legal

Ensure corpus, indexes, and answers comply with security policies, data privacy, and sector regulations.

Common challenges

  • Vector store becomes shadow database without data classification
  • No mapping to OWASP LLM Top 10 2025 or NIST AI RMF
  • UU PDP β€” right to erasure & data minimisation not translated to RAG architecture

Industry Context

Industry Applications

Each industry has different corpus, regulations, and accuracy criteria β€” RAG is designed to follow them.

Banking & Financial Services

Internal assistant for credit analysts & compliance answering from policy documents, relevant OJK regulations, product manuals, and committee memos β€” with mandatory citation and per-chunk data classification.

See in Banking & Financial Services context β†’
Technology & Startups

Documentation & dev-portal assistant for engineers: answer from internal docs, ADR, runbooks, Jira/Linear tickets β€” with reranker, hybrid search, and Langfuse/TruLens observability in production.

See in Technology & Startups context β†’
Healthcare & Pharmaceuticals

Non-diagnostic clinical decision-support assistant answering from clinical practice guidelines (PPK), hospital formulary, and SOPs β€” with citation, case boundaries, and audit trails for the Medical Committee.

See in Healthcare & Pharmaceuticals context β†’
State-Owned Enterprises (BUMN)

Internal policy assistant across subsidiaries: answer from corporate regulations, SOPs, derived AKHLAK policies, and audit recommendations β€” with trails auditable by BPK and SPI.

Government & Public Sector

ASN assistant for searching regulations, policies, and official correspondence β€” with information classification (public/restricted/confidential), mandatory citation, and inspectorate audit trails.

See in Government & Public Sector context β†’
Education & Academic Institutions

Academic & student-service assistant: answer from academic regulations, curriculum guides, service FAQs β€” with citation and role boundaries (does not replace academic advisors / academic units).

See in Education & Academic Institutions context β†’

Delivery Method

Delivery

Engineer-grade training: intensive practice with real labs, code review, and architectural design β€” not conceptual lectures.

In-house onsite

Facilitator comes to the office; lab runs on participants' laptops with corporate corpus (in a safe environment). Best for 3-5 day intensives.

Live online

Interactive class via Zoom/Teams with screen-share code review, per-team use-case breakouts, and session recordings. Best for staged modular bootcamps.

Hybrid

Onsite sessions for architecture & intensive labs, followed by online office hours for prototype development and ongoing code review.

Schedule arranged around engineering release & sprint calendar
Labs can run in sandbox environments (cloud sandbox or company private VPC)
Materials, notebooks, and architecture templates prepared by Neksus team
Attendance certificate for every participant
Post-training evaluation report for L&D team & VP Engineering

Engagement Flow

Engagement Path

From need to measurable RAG in production β€” qualitative duration, scaled to organisation size.

1

Training Needs Analysis & Corpus Discovery

Mapping team maturity, corpus complexity, sector regulation, and target use cases. Output: needs profile + measurement baseline + first-use-case scoping.

Initial phase
2

Program Design (ADDIE)

Drafting learning objectives, engineer-grade syllabus, draft golden eval set, and reference architecture blueprint matching the team's stack.

Before delivery
3

Delivery β€” Intensive Lab

Hands-on lab: ingestion β†’ chunking β†’ embedding β†’ index β†’ retrieval β†’ augmentation β†’ generation. Each group brings internal corpus for a real use case.

Program core
4

Evaluation & Hardening

RAGAS/TruLens measurement, OWASP LLM Top 10 2025 hardening, governance mapping (NIST AI RMF GenAI Profile, ISO/IEC 42001, UU PDP).

After lab
5

Office Hours & Production Pilot

Coaching prototype development into limited production pilot: Langfuse observability, index refresh SOP, audit log, prompt & retriever CI/CD.

Post-intensive
6

Kirkpatrick Evaluation & Forward Roadmap

L1-3 report (attendance, assessment, behaviour/adoption), L4-5 option if pilot is measurable, plus maturity roadmap for further use cases.

Post-program

Case Studies

Typical Outcome Patterns

Illustrations of impact patterns from similar program structures; no named clients or promised numbers.

Engineering team at a tech company with an existing RAG prototype stuck on quality

Intervention

5-day intensive focused on advanced chunking, hybrid search, reranker, RAGAS evaluation, Langfuse observability

Result

Faithfulness & context precision scores on golden set improved over baseline; team has regression test before each release

SOE data division wanting an internal policy assistant across subsidiaries

Intervention

4-month continuous program + per-subsidiary engineer champion network + ISO/IEC 42001 governance

Result

Several RAG pilots reached limited production with data classification and audit log; SPI has a ready-to-use review working paper

ML team at a financial institution just starting RAG

Intervention

2-day workshop + first use-case sprint + OWASP LLM Top 10 2025 mapping

Result

One internal-policy RAG prototype with citation running; team has deployment blueprint approved by IT risk

Procurement Info

Information for Procurement & Vendor Management

Materials for procurement, finance, legal, and information security teams.

Legal entity

PT (Indonesian limited liability company) under the Selestia ecosystem (Eduprima group); NPWP & complete legal documents; ready for PKS/contract and vendor onboarding.

Proposal

Technical proposal: measurable learning objectives, syllabus, security mapping (OWASP LLM/NIST AI RMF GenAI Profile/ISO 42001/UU PDP), engineer facilitator profile, schedule, TNA-based cost breakdown.

Pricing model

TNA-based β€” flat per program, per session, per participant, tiered, or custom. Estimate provided after TNA.

Payment & tax

Flexible terms (down payment + balance / per-batch terms); PPN tax invoice and PO document support available.

SOE / government process

Experienced with SOE/government procurement: vendor documents, e-procurement, HPS/bidding, SPBE compliance clauses.

Measurement

Kirkpatrick Level 1-3 evaluation report (attendance, assessment, lab results); Phillips ROI Level 5 on finance request.

Confidentiality & data security

NDA, confidentiality clauses, and lab practice that does not force confidential data into public models (aligned with OWASP LLM & UU PDP).

Material ownership

Notebooks, golden eval set, and blueprints built for the company become the company's property; training-material usage rights agreed in contract.

FAQ

Frequently Asked Questions

Next Step

Build production RAG with your engineering team

Start from a free training needs analysis: we map your corpus, team maturity, and deployment target, then build a proposal & budget estimate grounded in real need.

  • Training needs analysis at no cost β€” a natural first step
  • Proposal, syllabus, and security mapping within a few business days
  • Procurement-ready documents (company profile, NPWP, NDA, PPN invoice)
  • Kirkpatrick impact measurement (Phillips ROI on request)

RAG & Knowledge-Base Build Training for LLM Applications training for your State-Owned Enterprises (BUMN) team

Start from a free training needs analysis: we map your corpus, team maturity, and deployment target, then build a proposal & budget estimate grounded in real need.

  • Training needs analysis at no cost β€” a natural first step
  • Proposal, syllabus, and security mapping within a few business days
  • Procurement-ready documents (company profile, NPWP, NDA, PPN invoice)
  • Kirkpatrick impact measurement (Phillips ROI on request)
PIC Contact (HR / L&D / Procurement)
Company
Training Need