Collection size
94 articles
Page 4 of 5
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.4Math Modeling
0 likes · 11 min read
How Much Has GPT‑5.4 Improved? Hands‑On Test of Its Three Core Capabilities and Computer Control
Linyb Geek Road
Linyb Geek Road
Aug 22, 2026 · Artificial Intelligence

A Comprehensive Panorama of AI Agent Enhancement Tools

This article categorizes and reviews dozens of AI Agent enhancement tools—from reasoning assistants and coding helpers to browser automation, DevOps integrations, knowledge management, UI polishing, academic research aids, and security scanners—detailing each tool's core functions, recommended use cases, and repository links.

AI AgentAutomationDevOps
0 likes · 16 min read
A Comprehensive Panorama of AI Agent Enhancement Tools
Ops Development Stories
Ops Development Stories
Jun 13, 2026 · Artificial Intelligence

How to Harness Free Agnes AI Models in Claude Code for Unlimited Token Use

The author walks through integrating Agnes AI's free text, image, and video models with Claude Code via CC Switch, details each setup step, runs real‑world tasks such as codebase analysis, webpage generation, diagram creation, and short‑video production, and evaluates the models' capabilities and limitations.

API IntegrationAgnes AIClaude Code
0 likes · 15 min read
How to Harness Free Agnes AI Models in Claude Code for Unlimited Token Use
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
Shuge Unlimited
Shuge Unlimited
Sep 6, 2026 · Artificial Intelligence

Agent Self-Extends in 10 Minutes: DeepSeek Harness's 7-Tool Plugin System

The author demonstrates how an AI agent uses DeepSeek Harness's seven tools to dynamically create, register, run, stop, and version plugins in a sandboxed environment, with syntax validation, append-only versioning, and guided error messages, embodying a 'prevent errors, not malice' philosophy.

AI agentsDeepSeek HarnessError Handling
0 likes · 23 min read
Agent Self-Extends in 10 Minutes: DeepSeek Harness's 7-Tool Plugin System
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 AIlarge language modelstool evaluation
0 likes · 21 min read
Exploring Devika AI: An Open‑Source AI Programmer’s Capabilities and Limits
Java Companion
Java Companion
Jun 26, 2026 · Artificial Intelligence

Build Your Own AI Chat Hub with LibreChat: One-Click Model Switching

LibreChat is an open‑source AI aggregation platform that lets you self‑host a chat interface supporting dozens of models, agents, code interpretation, multimodal generation, and advanced conversation management, with a quick Docker‑Compose deployment guide.

AI chatAgent FrameworkCode interpreter
0 likes · 7 min read
Build Your Own AI Chat Hub with LibreChat: One-Click Model Switching
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 agentsAutomationCodex
0 likes · 13 min read
Unlocking Codex’s Full Potential: Expert Tips from the Official Team
Amazon Cloud Developers
Amazon Cloud Developers
Sep 19, 2025 · Artificial Intelligence

DeepSeek‑V3.1 Launches on Amazon Bedrock: Fully Managed Model with Dual Reasoning Modes

DeepSeek‑V3.1 arrives on Amazon Bedrock as a fully managed foundation model offering two inference modes, improved benchmark performance over DeepSeek‑R1, support for over 100 languages, enhanced tool‑calling and agent capabilities, and detailed guidance for secure enterprise deployment.

Agentic AIAmazon BedrockDeepSeek-V3.1
0 likes · 7 min read
DeepSeek‑V3.1 Launches on Amazon Bedrock: Fully Managed Model with Dual Reasoning Modes
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
Ray's Galactic Tech
Ray's Galactic Tech
Jul 17, 2026 · Artificial Intelligence

High‑Concurrency RAG: When to Use Classic, Graph or Agentic Architecture

The article analyzes why production‑grade RAG systems fail under load and explains how Classic, Graph, and Agentic RAG each address specific problem stages, offering concrete engineering guidelines for query normalization, caching, versioned knowledge, graph construction, stateful agents, and governance to achieve stable high‑throughput performance.

Agentic RAGCachingRAG
0 likes · 31 min read
High‑Concurrency RAG: When to Use Classic, Graph or Agentic Architecture
Frontend AI Walk
Frontend AI Walk
Jun 11, 2026 · Artificial Intelligence

How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace

SkillOpt‑Sleep, the deployment companion for Microsoft’s open‑source SkillOpt, reviews offline Claude or Codex sessions, extracts coding habits and project conventions, validates them through a gate, and writes learned rules into protected blocks, enabling the assistant to remember and improve over time.

AI coding assistantAutomationClaude Code
0 likes · 26 min read
How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace
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 generationAutomationClaude 3.7
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.

LangChainRAGembeddings
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.

ClaudeGitHubagentic skills
0 likes · 9 min read
Hands‑On Guide to Mastering Claude Agentic Skills + Full Resource List
AI Architecture Path
AI Architecture Path
Jun 5, 2026 · Artificial Intelligence

Supermemory Tops Three Authority Benchmarks, Solving AI Forgetting

Supermemory, the open‑source AI memory engine, eliminates repeated forgetting by offering a zero‑configuration, multi‑modal memory layer that tops LongMemEval, LoCoMo and ConvoMo benchmarks, integrates automatic learning, mixed RAG‑Memory search, built‑in connectors, privacy tags, and multiple deployment options from no‑code web to local offline versions.

AI memoryRAGSupermemory
0 likes · 14 min read
Supermemory Tops Three Authority Benchmarks, Solving AI Forgetting