Collection size
96 articles
Page 3 of 5
Data STUDIO
Data STUDIO
Mar 9, 2026 · Artificial Intelligence

Boost RAG Accuracy from 60% to 94% with 11 Proven Strategies

This article dissects why naive Retrieval‑Augmented Generation (RAG) often yields only 60% accuracy, then presents eleven concrete ingestion, query, and hybrid techniques—complete with code samples, performance trade‑offs, and real‑world case studies—that together can raise RAG accuracy to 94% while outlining practical implementation roadmaps and common pitfalls.

EmbeddingLLMRAG
0 likes · 31 min read
Boost RAG Accuracy from 60% to 94% with 11 Proven Strategies
ITPUB
ITPUB
Mar 22, 2023 · Artificial Intelligence

What Can GPT‑4 Do? Vision, Long Memory, Safer AI and More

OpenAI’s GPT‑4 arrives with multimodal vision, a dramatically longer context window, higher exam scores, Socratic prompting, improved safety, and new partnerships, while still in research mode and subject to bias and code‑trust limitations.

AI safetyGPT-4Large Language Model
0 likes · 7 min read
What Can GPT‑4 Do? Vision, Long Memory, Safer AI and More
Black & White Path
Black & White Path
Mar 29, 2026 · Industry Insights

GitHub’s Agent Legion Tops the 2026 Productivity Leaderboard

The 2026 GitHub Agent leaderboard showcases five standout multi‑agent frameworks—last30days‑skill, oh‑my‑claudecode, dexter, RuView, and deer‑flow—highlighting trends toward long‑running tasks, coordinated AI teams, and cross‑modal sensing beyond cameras.

AI AgentsGitHub projectsMulti-Agent Systems
0 likes · 7 min read
GitHub’s Agent Legion Tops the 2026 Productivity Leaderboard
BirdNest Tech Talk
BirdNest Tech Talk
Jan 24, 2026 · Artificial Intelligence

How to Build an AI Comic‑Generating Agent with LangGraphGo and Skills

This article walks through constructing a multi‑step AI comic‑generation agent using the LangGraphGo framework and the GoSkills plugin system, covering architecture design, declarative tool definitions, automatic configuration discovery, parameter conversion, code implementation, common pitfalls, best practices, and performance optimizations.

AI AgentsGoSkillsLLM tool integration
0 likes · 22 min read
How to Build an AI Comic‑Generating Agent with LangGraphGo and Skills
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 10, 2026 · Artificial Intelligence

How Much Has GPT‑5.4 Improved? Hands‑On Test of Its Three Core Capabilities and Computer Control

After GPT‑5.4’s March release, the author benchmarks it against Claude Opus 4.6 and Gemini 3.1 Pro, evaluates its knowledge‑work, native computer‑control, and programming abilities through three hands‑on tasks—including data‑analysis, code‑base inspection, and a complex math‑modeling contest—revealing strong gains but still notable limitations.

AI model evaluationGPT-5.4benchmark
0 likes · 11 min read
How Much Has GPT‑5.4 Improved? Hands‑On Test of Its Three Core Capabilities and Computer Control
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 17, 2024 · Artificial Intelligence

How Alibaba Cloud Built Service‑Domain AI Agents: Design, Practice, and Results

This article explains how Alibaba Cloud designed and deployed large‑language‑model agents for its service domain, covering background, ideal LLM deployment, the shift from explanation to problem solving, the agent framework, practical implementation, automation trade‑offs, training, evaluation, and real‑world impact.

AI agentAlibaba CloudCustomer Service Automation
0 likes · 20 min read
How Alibaba Cloud Built Service‑Domain AI Agents: Design, Practice, and Results
MoonWebTeam
MoonWebTeam
Apr 23, 2024 · Artificial Intelligence

Exploring Devika AI: An Open‑Source AI Programmer’s Capabilities and Limits

Devika AI, an open‑source AI programmer from Stition AI, is examined for its architecture, supported actions, installation steps, and real‑world performance across tasks such as building a Snake game, Conway’s Game of Life, Vue3 components, and unit‑test generation, highlighting strengths, weaknesses, and future potential.

Devika AITool Evaluationlarge language models
0 likes · 21 min read
Exploring Devika AI: An Open‑Source AI Programmer’s Capabilities and Limits
AI Architecture Hub
AI Architecture Hub
May 22, 2026 · Artificial Intelligence

Unlocking Codex’s Full Potential: Expert Tips from the Official Team

The article provides a step‑by‑step guide on extending Codex beyond code generation by using persistent threads, voice input, task correction, queuing, tool integration, side‑panel displays, shared memory, and automation to create a continuous, context‑aware AI work system.

AI AgentsCodexautomation
0 likes · 13 min read
Unlocking Codex’s Full Potential: Expert Tips from the Official Team
Old Meng AI Explorer
Old Meng AI Explorer
Jan 9, 2026 · Artificial Intelligence

How UltraRAG Turns RAG Deployment into a Zero‑Code, Multi‑Modal Powerhouse

UltraRAG, an open‑source RAG framework from THUNLP and NEUIR, eliminates data‑cooking, retrieval tuning, and fine‑tuning hurdles by offering a zero‑code Web UI, one‑click data synthesis, multimodal support, modular design, and comprehensive evaluation, enabling enterprises, developers, and researchers to launch domain‑specific RAG systems up to twice as fast with up to 30% higher accuracy.

Artificial IntelligenceDockerOpen-source
0 likes · 10 min read
How UltraRAG Turns RAG Deployment into a Zero‑Code, Multi‑Modal Powerhouse
JD Cloud Developers
JD Cloud Developers
Jul 8, 2025 · Artificial Intelligence

How AI Can Turn a Code Maze into a Knowledge Hub for New Developers

This article follows a new developer named Li Ming as he confronts undocumented code, hidden business rules, and fragmented knowledge, then demonstrates how leveraging large‑language models to index, associate, and retrieve code, requirements, and operational data can create an intelligent knowledge base that streamlines onboarding, reduces errors, and enhances collaboration across development, testing, and product teams.

AIRAGsoftware development
0 likes · 19 min read
How AI Can Turn a Code Maze into a Knowledge Hub for New Developers
James' Growth Diary
James' Growth Diary
Apr 12, 2026 · Artificial Intelligence

Build a Complete Private Knowledge Base with RAG: A Hands‑On Guide

This article walks through a complete, production‑ready Retrieval‑Augmented Generation pipeline that lets AI answer a company’s private documents, covering chunking strategies, embedding model choices, vector‑database selection, retrieval methods, full LangChain chain assembly, and common pitfalls to avoid.

EmbeddingLangChainPromptEngineering
0 likes · 18 min read
Build a Complete Private Knowledge Base with RAG: A Hands‑On Guide
James' Growth Diary
James' Growth Diary
May 25, 2026 · Artificial Intelligence

Practical Agent Performance Tuning: Slash Latency 75%, Cut Token Costs 71%, Boost Throughput 217%

The article walks through a systematic performance map of LangChain agents and demonstrates concrete latency, token‑usage, and concurrency optimizations—streaming responses, Redis caching, model routing, prompt trimming, context summarisation, dynamic tool selection, parallel graph nodes and batch processing—showing real‑world gains of up to 75% lower latency, 71% fewer tokens and a 217% throughput increase.

Agent OptimizationLangChainLangGraph
0 likes · 30 min read
Practical Agent Performance Tuning: Slash Latency 75%, Cut Token Costs 71%, Boost Throughput 217%
Java Web Project
Java Web Project
Mar 11, 2025 · Artificial Intelligence

Claude 3.7 Sonnet: How the Hybrid Reasoning Model Redefines AI‑Assisted Coding

Claude 3.7 Sonnet, billed as the world’s first hybrid‑reasoning model, dramatically boosts code generation, supports fast‑response and extended‑thinking modes, and demonstrates real‑world UI reconstruction, game creation, and physics simulation, while its companion Claude Code tool automates complex engineering tasks and large‑codebase integration.

AI Code GenerationClaude 3.7Claude Code
0 likes · 6 min read
Claude 3.7 Sonnet: How the Hybrid Reasoning Model Redefines AI‑Assisted Coding
James' Growth Diary
James' Growth Diary
Apr 26, 2026 · Databases

Vector Database Fundamentals: Embedding, Similarity Search, and Index Structures Explained in One Go

This article walks through the complete workflow of turning split text into high‑dimensional vectors, choosing the right embedding model, selecting an appropriate similarity metric, comparing index structures such as Flat, IVF, HNSW and PQ, and finally picking a vector database and integrating it with LangChain.js for production‑grade RAG pipelines.

EmbeddingsLangChainRAG
0 likes · 25 min read
Vector Database Fundamentals: Embedding, Similarity Search, and Index Structures Explained in One Go
Design Hub
Design Hub
Jan 15, 2026 · Artificial Intelligence

Hands‑On Guide to Mastering Claude Agentic Skills + Full Resource List

This article walks designers through creating and installing Claude Agentic Skills, explains the required YAML metadata and Markdown commands, shows step‑by‑step commands for building a code‑explaining skill, and provides a curated list of useful Skill repositories.

AI assistantsAgentic SkillsClaude
0 likes · 9 min read
Hands‑On Guide to Mastering Claude Agentic Skills + Full Resource List
Su San Talks Tech
Su San Talks Tech
Apr 20, 2026 · Artificial Intelligence

Master Spring AI: From Hello World to Advanced RAG, Tool Calling, and Agent Development

This step‑by‑step guide shows Java developers how to set up Spring AI, configure various model providers, build basic and streaming chat APIs, enable multi‑turn memory, implement RAG with vector stores, add tool‑calling and multimodal capabilities, integrate MCP, and create sophisticated agents, while comparing ChatModel and ChatClient and outlining strengths, weaknesses, and ideal use cases.

AI integrationChatClientJava
0 likes · 17 min read
Master Spring AI: From Hello World to Advanced RAG, Tool Calling, and Agent Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 24, 2025 · Artificial Intelligence

AI SDK 4.2 Release: New Reasoning, MCP Client, useChat Message Components, Image Generation, URL Sources, and Provider Updates

The AI SDK 4.2 release introduces powerful new features such as step‑by‑step reasoning support, a Model Context Protocol (MCP) client for tool integration, useChat message components, multimodal image generation, standardized URL sources, OpenAI Responses API support, Svelte 5 compatibility, and numerous middleware and provider enhancements, all illustrated with practical JavaScript/TypeScript examples.

AI SDKJavaScriptMCP
0 likes · 19 min read
AI SDK 4.2 Release: New Reasoning, MCP Client, useChat Message Components, Image Generation, URL Sources, and Provider Updates
Baobao Algorithm Notes
Baobao Algorithm Notes
Dec 24, 2023 · Artificial Intelligence

Must‑Read AI Agent and LLM Research Papers for Deep Understanding

This curated reading list compiles essential papers on AI agents, task planning, hallucination mitigation, multimodal models, image/video generation, foundational LLM research, open‑source large models, fine‑tuning techniques, and performance optimization, providing a comprehensive roadmap for anyone aiming to master modern generative AI.

AI AgentsMultimodal LearningPerformance Optimization
0 likes · 23 min read
Must‑Read AI Agent and LLM Research Papers for Deep Understanding