Collection size
96 articles
Page 5 of 5
AI Tech Publishing
AI Tech Publishing
Feb 19, 2026 · Artificial Intelligence

Add Long-Term Memory to Your Agent with Lightweight RAG (Lesson 5)

This tutorial shows how to equip an AI agent with long‑term memory using Retrieval‑Augmented Generation (RAG), covering the concepts of vector embeddings, FAISS indexing, building and querying a knowledge base, and providing complete Python code examples.

AgentEmbeddingFAISS
0 likes · 13 min read
Add Long-Term Memory to Your Agent with Lightweight RAG (Lesson 5)
James' Growth Diary
James' Growth Diary
May 28, 2026 · Artificial Intelligence

Mastering Prompt Engineering: Few‑Shot, Chain‑of‑Thought, and Self‑Consistency Techniques

This article breaks down three core prompt‑engineering techniques—Few‑Shot prompting for output format stability, Chain‑of‑Thought for multi‑step reasoning, and Self‑Consistency for answer robustness—showing when to use each, how to combine them in LangChain, and providing concrete code examples, performance data, and common pitfalls.

Chain-of-ThoughtDynamic RoutingFew-shot
0 likes · 30 min read
Mastering Prompt Engineering: Few‑Shot, Chain‑of‑Thought, and Self‑Consistency Techniques
AI Waka
AI Waka
Apr 16, 2026 · Artificial Intelligence

Six Ingenious Open-Source Extensions That Supercharge Claude Code

This article showcases six unique open‑source repositories that extend Claude Code with capabilities such as persistent subconscious memory, phone call integration, prompt improvement, interactive canvas panels, real‑time peer messaging, and a comprehensive job‑search assistant, detailing their key features, usage scenarios, and setup requirements.

AI extensionsClaude CodeProductivity
0 likes · 12 min read
Six Ingenious Open-Source Extensions That Supercharge Claude Code
MeowKitty Programming
MeowKitty Programming
Apr 29, 2026 · Artificial Intelligence

10 Must‑Try Open‑Source AI Projects for Java Developers: RAG, Agents, Knowledge Bases, and Text‑to‑SQL

This article curates ten open‑source AI projects on Gitee that Java developers can use to learn RAG pipelines, AI agents, knowledge‑base construction, Text‑to‑SQL, workflow orchestration, and multi‑model integration, offering concrete use cases, learning goals, and guidance on selecting a learning path.

AIJavaLangChain4j
0 likes · 13 min read
10 Must‑Try Open‑Source AI Projects for Java Developers: RAG, Agents, Knowledge Bases, and Text‑to‑SQL
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 14, 2026 · Artificial Intelligence

Designing High‑Quality Tools for Deep Research Agents: From Search to Python Execution

This article explains how to turn simple API calls into robust, noise‑filtering tools—Search, Visit, Scholar, and Python—by adding domain blacklists, relevance scoring, query‑driven extraction, safety sandboxes, and a unified registry, ultimately boosting the success rate of LLM‑driven research agents.

AI agentsLLM safetyReact
0 likes · 32 min read
Designing High‑Quality Tools for Deep Research Agents: From Search to Python Execution
JavaGuide
JavaGuide
May 11, 2026 · Artificial Intelligence

Running Code Review and Voice Agents with Step Plan and Claude Code

The article walks through using Step Plan’s unified API to integrate Claude Code for automated code review and to build a voice‑agent pipeline that transcribes meeting recordings, generates structured summaries, and produces audio briefs, while discussing setup, costs, model selection, practical demos, and observed limitations.

AI AgentASRClaude Code
0 likes · 24 min read
Running Code Review and Voice Agents with Step Plan and Claude Code
inShocking
inShocking
May 10, 2026 · Artificial Intelligence

Inshocking Picks #1: 5 AI Agent Projects to Watch – Orchestration, Context Optimization, Multi‑Platform Assistants

This article reviews five standout GitHub‑trending AI Agent and developer‑tool projects—ruflo, AstrBot, context‑mode, AionUi, and TradingAgents—detailing the problems each solves, why they attracted rapid star growth, and which engineers would benefit from adopting them.

AI AgentCLI ToolsContext Optimization
0 likes · 10 min read
Inshocking Picks #1: 5 AI Agent Projects to Watch – Orchestration, Context Optimization, Multi‑Platform Assistants
Frontend AI Walk
Frontend AI Walk
Jan 13, 2026 · Artificial Intelligence

Master the planning-with-files AI Skill: Persistent Thinking Like Manus

This tutorial explains the planning-with-files Claude Code skill, its three‑file architecture, installation steps, activation methods, real‑world use cases such as a 2025 front‑end framework research demo, and advanced tips for recovery, collaboration, and version control, showing how external file persistence transforms AI conversations into durable, multi‑step workflows.

AI WorkflowClaudePrompt Engineering
0 likes · 17 min read
Master the planning-with-files AI Skill: Persistent Thinking Like Manus
Machine Heart
Machine Heart
Jun 1, 2026 · Artificial Intelligence

MiniMax M3: First Open‑Source Model to Achieve the Frontier Trio – Our Three‑Task Evaluation

MiniMax M3 claims to be the first open‑source LLM that simultaneously delivers top‑tier coding/agentic ability, a 1‑million‑token context window, and native multimodal understanding, and our benchmarks on coding suites, long‑context efficiency, and multimodal tasks confirm it exceeds expectations.

1M ContextMiniMax M3Sparse Attention
0 likes · 15 min read
MiniMax M3: First Open‑Source Model to Achieve the Frontier Trio – Our Three‑Task Evaluation
James' Growth Diary
James' Growth Diary
Jun 4, 2026 · Artificial Intelligence

Advanced JSON Prompting: 12 Cases for Infographics, Creative Generation & Multi‑Round Iteration

This article shows how structured JSON prompts unlock three high‑difficulty scenarios—precise infographics, style‑fusion creative images, and stable multi‑round iteration—by walking through twelve concrete examples and four key fields that make AI models follow instructions reliably.

AI image generationJSON promptingPrompt Engineering
0 likes · 22 min read
Advanced JSON Prompting: 12 Cases for Infographics, Creative Generation & Multi‑Round Iteration
Coder Trainee
Coder Trainee
Jun 8, 2026 · Artificial Intelligence

Rapidly Build AI Agents with LangChain: A Hands‑On Tutorial

This article walks through why LangChain is the leading framework for AI agents, compares it with low‑level implementations, and provides step‑by‑step code examples for installation, prompt templates, LCEL pipelines, memory modules, RAG, custom tools, and a complete customer‑service agent, concluding with a concise feature comparison.

AI agentsLLMLangChain
0 likes · 14 min read
Rapidly Build AI Agents with LangChain: A Hands‑On Tutorial
Old Zhang's AI Learning
Old Zhang's AI Learning
May 1, 2026 · Artificial Intelligence

NVIDIA’s Open‑Source Multimodal Nemotron 3 Nano Omni: Run Locally on Consumer GPUs (English‑Only)

NVIDIA’s Nemotron 3 Nano Omni 30B‑A3B‑Reasoning model, an open‑source multimodal LLM with 30 B parameters, 256K context and video‑audio‑image‑text capabilities, outperforms comparable models by up to 9.2× in video throughput, runs on consumer GPUs via 4‑bit GGUF quantization, but currently supports only English input.

GGUFGPUNemotron
0 likes · 17 min read
NVIDIA’s Open‑Source Multimodal Nemotron 3 Nano Omni: Run Locally on Consumer GPUs (English‑Only)