Twitter/X

Author aditya (@adxtyahq) (posted 2026-06-25) lists six under‑used resources for…

Brief

Aditya (@adxtyahq) (2026-06-25) recommends six specific resources for teams building RAG or enterprise AI (Self‑RAG, CRAG, Microsoft GraphRAG, Anthropic context engineering, DeepEval, Ragas) and advocates training systems on edits, reviews and reasoning rather than only final documents, arguing edits reveal why changes occurred.

Why it matters

Author aditya (@adxtyahq) (posted 2026-06-25) lists six under‑used resources for building RAG/enterprise AI: Self‑RAG (selfrag.github.io), CRAG - Corrective RAG (arXiv:2401.15884), Microsoft GraphRAG (microsoft.github.io/graphrag), Anthropic's Context Engineering blogs (anthropic.com/engineering), DeepEval (github.com/confident-ai/deepeval), and Ragas (docs.ragas.io).

Key details

  • He contrasts conventional enterprise AI (fetch relevant docs via RAG then generate answers) with an alternative that trains on edits, reviews, and the reasoning behind them—'the final document tells you what happened, the edits tell you why'—and recommends exploring this direction beyond basic RAG pipelines.
Source evidence

This discussion reminded me of a few resources that don't get enough attention if you're building RAG or enterprise AI:
1. Self-RAG (selfrag.github.io/)
2. CRAG - Corrective RAG (arxiv.org/abs/2401.15884)
3. Microsoft GraphRAG (microsoft.github.io/graphrag…)
4. Anthropic's Context Engineering blogs (anthropic.com/engineering)
5. DeepEval (github.com/confident-ai/deep…)
6. Ragas (docs.ragas.io/)

Worth exploring if you're building beyond a basic RAG pipeline.

aditya (@adxtyahq)

Conventional enterprise AI mostly works by fetching relevant docs through RAG and feeding them to an LLM to generate an answer

Interesting approach I came across today, instead of learning from the final docs, it learns from the edits, reviews and reasoning behind them. The idea is simple, the final document tells you what happened, the edits tell you why it happened.

Interesting direction for enterprise AI

— https://nitter.net/adxtyahq/status/2070177580016443766#m