← heapsort-ai

AI development

753 items

DOCDEV.to AI·15d ago

RAG 시스템 실전 구축 (v49)

This document provides a practical guide for building RAG (Retrieval-Augmented Generation) systems, covering fundamental concepts to advanced implementation techniques. It discusses chunking strategies, embedding model selection, vector database comparisons, and includes a simple Python code example.

27
ARTICLEDEV.to AI·5/1/2026

Claude Code and Codex Together: Driver/Worker Orchestration in Production

This content describes a hierarchical orchestration pattern for AI models in production, where Claude Code (Opus 4.7) acts as the driver for planning and reasoning, while Codex (GPT-5.5) performs heavy execution. This driver/worker model, implemented with the BEADS with Metaswarm v0.11.0 framework, optimizes complex development tasks by leveraging each model's specific strengths.

27