Search:
Match:
2 results
research#llm🏛️ OfficialAnalyzed: Jan 16, 2026 01:15

Demystifying RAG: A Hands-On Guide with Practical Code

Published:Jan 15, 2026 10:17
1 min read
Zenn OpenAI

Analysis

This article offers a fantastic opportunity to dive into the world of RAG (Retrieval-Augmented Generation) with a practical, code-driven approach. By implementing a simple RAG system on Google Colab, readers gain hands-on experience and a deeper understanding of how these powerful LLM-powered applications work.
Reference

This article explains the basic mechanisms of RAG using sample code.

Research#llm👥 CommunityAnalyzed: Jan 3, 2026 06:33

Building an internal agent: Code-driven vs. LLM-driven workflows

Published:Jan 1, 2026 18:34
1 min read
Hacker News

Analysis

The article discusses two approaches to building internal agents: code-driven and LLM-driven workflows. It likely compares and contrasts the advantages and disadvantages of each approach, potentially focusing on aspects like flexibility, control, and ease of development. The Hacker News context suggests a technical audience interested in practical implementation details.
Reference

The article's content is likely to include comparisons of the two approaches, potentially with examples or case studies. It might delve into the trade-offs between using code for precise control and leveraging LLMs for flexibility and adaptability.