Tagged articles

ReAct

1114 articles · Page 1 of 12
Linyb Geek Road
Linyb Geek Road
Aug 16, 2026 · Artificial Intelligence

2026 AI Agent Tech Stack: How Agents Think, Act, and Remember

This article presents a comprehensive six‑layer AI Agent architecture, explains the underlying principles of reasoning, tool use, memory, and planning, compares ReAct, Function Calling, and MCP, walks through a real‑world request flow, and offers practical technology‑selection guidance.

AI AgentsFunction CallingLLM
0 likes · 20 min read
2026 AI Agent Tech Stack: How Agents Think, Act, and Remember
DataFunSummit
DataFunSummit
Aug 13, 2026 · Cloud Native

Agent Architecture Evolution: From Monolithic Self‑Management to Distributed Hosting

The article outlines a step‑by‑step evolution of Agent systems, explaining why traditional microservice patterns fail, describing three monolithic deployment models, detailing how separating session, memory, and environment state enables distributed hosting, and presenting function‑as‑a‑service to fully managed ReAct and multi‑Agent collaboration via Registry and A2A.

AgentAgent RegistryFunction-as-a-Service
0 likes · 14 min read
Agent Architecture Evolution: From Monolithic Self‑Management to Distributed Hosting
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 30, 2026 · Frontend Development

HTML-in-Canvas Lands: Introducing the First GPU‑Level UI Component Library

The article explains how HTML-in-Canvas bridges the long‑standing gap between DOM and Canvas by delivering Canvas UI, an open‑source library that wraps GPU rendering, shaders and animation logic into 25+ ready‑to‑use components, supports major frameworks, and outlines its current experimental limitations.

Canvas UIGPU renderingHTML-in-Canvas
0 likes · 7 min read
HTML-in-Canvas Lands: Introducing the First GPU‑Level UI Component Library
The Dominant Programmer
The Dominant Programmer
Jul 26, 2026 · Artificial Intelligence

Building Smart Agents with Spring AI Alibaba: A Hands‑On Guide

This article walks through the Spring AI Alibaba Agent Framework (v1.1.2.0), explaining the ReAct reasoning‑acting loop, core APIs, configuration, code examples, testing commands, and common troubleshooting steps so developers can quickly create LLM‑driven agents with tool‑calling and memory support.

Agent FrameworkAlibabaJava
0 likes · 15 min read
Building Smart Agents with Spring AI Alibaba: A Hands‑On Guide
Ubuntu
Ubuntu
Jul 26, 2026 · Artificial Intelligence

Why Leading AI Coding Agents Like Claude Code, Pi, and OpenCode Are Built with JavaScript/TypeScript

Despite Python’s dominance in AI, the top AI coding agents converge on TypeScript + Node.js because five concrete engineering trade‑offs—event‑loop alignment with ReAct, native streaming support, a rich npm ecosystem, TypeScript being the LLM’s “native language”, and hot‑pluggable dynamic imports—make JavaScript the optimal stack, with clear exceptions for certain workloads.

AI AgentsJavaScriptLLM
0 likes · 12 min read
Why Leading AI Coding Agents Like Claude Code, Pi, and OpenCode Are Built with JavaScript/TypeScript
DataFunTalk
DataFunTalk
Jul 26, 2026 · Artificial Intelligence

Agent Harness Deep Dive: Unpacking the Architecture Behind AI Agents

The article dissects the concept of an Agent Harness, distinguishes it from the agent itself, outlines three engineering layers, enumerates twelve production‑grade components, walks through a full execution loop, and compares how major frameworks implement these ideas.

AI AgentsAgent HarnessFramework Comparison
0 likes · 20 min read
Agent Harness Deep Dive: Unpacking the Architecture Behind AI Agents
Machine Heart
Machine Heart
Jul 26, 2026 · Artificial Intelligence

How to Cut Agent Token Bills: Technical Strategies to Tame Soaring Inference Costs

The article analyzes why AI agents' token consumption escalates—due to stateful execution, ReAct loops, and Plan‑and‑Solve architectures—and examines real‑world cases of massive token burn before presenting emerging model‑side budgeting, routing, and prompt‑compression techniques to reduce costs.

AI AgentsMulti-agentPlan-and-Solve
0 likes · 7 min read
How to Cut Agent Token Bills: Technical Strategies to Tame Soaring Inference Costs
vivo Internet Technology
vivo Internet Technology
Jul 22, 2026 · Artificial Intelligence

From ReAct to Agent Harness: Engineering Interactive, Recoverable, and Controllable AI Agents

The article analyzes how Agent engineering evolves from a simple ReAct loop to a full‑featured Agent Harness, detailing the need for shared state schemas, runtime‑generated facts, and clear UI‑runtime boundaries to make model behavior interactive, recoverable, controllable, and traceable.

AI AgentsAgent HarnessControl
0 likes · 15 min read
From ReAct to Agent Harness: Engineering Interactive, Recoverable, and Controllable AI Agents
Su San Talks Tech
Su San Talks Tech
Jul 22, 2026 · Artificial Intelligence

Getting Started with AgentScope-Java: Build Enterprise AI Agents in Minutes

This guide introduces AgentScope-Java, Alibaba's open‑source Java framework for building production‑grade AI agents, explains how it solves the lack of Java‑native agent tools, compares it with Spring AI Alibaba, walks through core concepts, installation, tool registration, multi‑agent orchestration, underlying architecture, distributed deployment, real‑world examples, and evaluates its strengths and limitations.

AI AgentsAgentScopeHarnessAgent
0 likes · 27 min read
Getting Started with AgentScope-Java: Build Enterprise AI Agents in Minutes
DataFunTalk
DataFunTalk
Jul 20, 2026 · Artificial Intelligence

Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents

The article provides a comprehensive analysis of the Agent Harness concept—defining it as the full software infrastructure that enables large language models to act as autonomous agents, detailing its three engineering layers, twelve core components, execution loop, framework implementations, and key design decisions that affect production‑grade performance.

AI AgentsAgent HarnessClaude
0 likes · 20 min read
Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents
Java Tech Enthusiast
Java Tech Enthusiast
Jul 16, 2026 · Frontend Development

How to Build a Java Desktop App with Shadcn UI, React, and JxBrowser

This article demonstrates how to create a cross‑platform Java desktop application by embedding a React + TypeScript UI built with shadcn/ui inside a Chromium‑based JxBrowser view, covering window setup, resource loading for development and production, and two Java‑Web communication strategies (JS‑Java bridge and Protobuf + gRPC).

JavaJxBrowserProtobuf
0 likes · 7 min read
How to Build a Java Desktop App with Shadcn UI, React, and JxBrowser
Java Architect Handbook
Java Architect Handbook
Jul 14, 2026 · Frontend Development

Building a Java Desktop App with Shadcn UI, React, and JxBrowser

The article explains how to replace outdated Swing/JavaFX UI by embedding a React application styled with shadcn/ui into a Java desktop program using JxBrowser, covering reliable web view setup, dev‑vs‑prod resource loading via a custom jxb:// scheme, and two Java‑to‑JS communication approaches (JS‑Java bridge and Protobuf + gRPC) with concrete code examples.

Desktop applicationJavaJxBrowser
0 likes · 8 min read
Building a Java Desktop App with Shadcn UI, React, and JxBrowser
DeWu Technology
DeWu Technology
Jul 13, 2026 · Artificial Intelligence

From Manual API Calls to Thinking Agents: DeWu Recommendation System Diagnosis

The article details DeWu's evolution from manual, experience‑driven recommendation troubleshooting to an AI‑powered diagnostic platform called “PushCheck”, describing its dual‑mode Highway/ATV architecture, the Story‑Skill framework, knowledge‑base integration, evolution pipeline, and a real‑world case study.

AI AgentAutomationDiagnostic Architecture
0 likes · 20 min read
From Manual API Calls to Thinking Agents: DeWu Recommendation System Diagnosis
java1234
java1234
Jul 11, 2026 · Frontend Development

Why shadcn/ui’s 110k‑Star, AI‑Friendly Design Beats Traditional UI Frameworks

The article introduces shadcn/ui, an open‑source UI library that copies component source code into your project via a CLI, highlighting its visible, modifiable, maintainable, and AI‑friendly design, and walks through its core principles, tech stack, and quick‑start usage.

ReActTailwind CSSUI components
0 likes · 6 min read
Why shadcn/ui’s 110k‑Star, AI‑Friendly Design Beats Traditional UI Frameworks
SpringMeng
SpringMeng
Jul 10, 2026 · Frontend Development

Exploring TDesign: A Complete Guide to the New Open‑Source UI Library

This article walks through Tencent's open‑source TDesign library, covering its cross‑framework component suite, starter‑kit CLI initialization, AI‑friendly MCP server, and step‑by‑step creation of an AI chat page with practical code snippets and screenshots.

AI integrationCLIMCP
0 likes · 8 min read
Exploring TDesign: A Complete Guide to the New Open‑Source UI Library
AI Architecture Path
AI Architecture Path
Jul 10, 2026 · Frontend Development

Meta’s Astryx: An 8‑Year‑Built Design System Redefining AI‑Assisted Frontend Development

When using AI coding assistants like Cursor, Claude, or Copilot, developers often face mismatched props, hard‑coded design tokens, and duplicated modal implementations despite mature component libraries, a problem Astryx solves with a machine‑readable JSON contract, AI‑specific rule files, and a real‑time MCP service, offering a fully open React design system that scales to thousands of internal applications.

AI codingAstryxJSON Manifest
0 likes · 13 min read
Meta’s Astryx: An 8‑Year‑Built Design System Redefining AI‑Assisted Frontend Development
DevOps Cloud Academy
DevOps Cloud Academy
Jul 7, 2026 · Operations

AI Agents in DevOps: A Guide for Autonomous Infrastructure Architects

The article outlines a practical blueprint for building AI‑driven agents that continuously observe, plan, and execute infrastructure tasks, transforming DevOps from brittle scripted automation to a probabilistic, self‑healing cognitive architecture that improves reliability, cost efficiency, and security.

AI AgentsDevOpsInfrastructure automation
0 likes · 12 min read
AI Agents in DevOps: A Guide for Autonomous Infrastructure Architects
inShocking
inShocking
Jul 6, 2026 · Artificial Intelligence

AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?

The article breaks down how AI agents extend large language models by adding tools, memory, and looping mechanisms, explains the ReAct paradigm and its evolution, compares agents to traditional workflows, and outlines product perspectives, coding advantages, current maturity stages, and typical use‑case categories.

AI AgentAgent ArchitectureCoding Agent
0 likes · 11 min read
AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?
phodal
phodal
Jul 4, 2026 · Backend Development

Boost AI Coding Build Preview Speed 10× with Piece’s Fragment‑Aware Build

The article proposes a fragment‑aware build system called Piece that shifts feedback from whole‑file to semantic‑fragment granularity, enabling AI‑driven code edits to trigger targeted previews and incremental builds, which can accelerate build preview times by up to tenfold.

AI codingPieceReAct
0 likes · 13 min read
Boost AI Coding Build Preview Speed 10× with Piece’s Fragment‑Aware Build
Amap Tech
Amap Tech
Jul 2, 2026 · Frontend Development

How AI‑Native Refactoring Revamped a Massive Store Front‑End System

The article details a large‑scale AI‑driven refactor of Gaode's store front‑end, explaining why AI was needed, the four core technologies (FilePlan, Task Orchestrator, Clean‑Spec, Knowledge‑Loop), concrete metrics such as 624 AI commits, 6000 anti‑patterns cleared, and the resulting architectural, component and quality improvements.

AI‑Driven RefactoringAutomationClean Architecture
0 likes · 27 min read
How AI‑Native Refactoring Revamped a Massive Store Front‑End System
Geek Labs
Geek Labs
Jul 2, 2026 · Artificial Intelligence

4 Open-Source AI Agent Tools to Watch This Week

This article reviews four open-source AI Agent development projects—ORG2, ClawCodex, Fugu, and AgentCN—highlighting their transparency, cost savings, lightweight shell automation, and React UI components, and notes a broader trend toward more professional, controllable, and low‑cost Agent tooling.

AI AgentIDEPython
0 likes · 4 min read
4 Open-Source AI Agent Tools to Watch This Week
Tech Minimalism
Tech Minimalism
Jul 1, 2026 · Artificial Intelligence

How to Build Sustainable Claude Code Workflows with Loop Engineering: A Complete Guide

This article explains why designing autonomous loops for Claude Code supersedes manual prompting, outlines the three loop forms, compares open‑ and closed‑loop architectures, details the ReAct and Reflexion foundations, and provides a step‑by‑step end‑to‑end example for automating daily issue triage with code snippets, tables, and practical design principles.

AI AgentsAutomationClaude Code
0 likes · 21 min read
How to Build Sustainable Claude Code Workflows with Loop Engineering: A Complete Guide
AI Engineer Programming
AI Engineer Programming
Jun 27, 2026 · Artificial Intelligence

Loop Engineering: Designing Autonomous AI Agent Loops for Automated Action and Decision

Loop Engineering is a practice that replaces manual prompting of AI agents with a self‑running cycle of action, observation, reasoning and decision, using clear goals, verifiable termination conditions, context management, tool integration, and error handling to enable reliable, unattended autonomous workflows.

AI AgentsAutonomous workflowsLoop Engineering
0 likes · 22 min read
Loop Engineering: Designing Autonomous AI Agent Loops for Automated Action and Decision
DataFunTalk
DataFunTalk
Jun 26, 2026 · Artificial Intelligence

Why Prompts Are Obsolete and Loop Engineering Is the Next AI Paradigm

The article explains how the AI community is shifting from writing prompts to designing autonomous loops that iteratively execute, evaluate, and repeat tasks, detailing the technical differences from traditional agents, real‑world implementations like Claude Code and OpenAI Codex, and a step‑by‑step roadmap for building reliable loops.

AI LoopAgentAutomation
0 likes · 13 min read
Why Prompts Are Obsolete and Loop Engineering Is the Next AI Paradigm
IT Services Circle
IT Services Circle
Jun 25, 2026 · Frontend Development

How a Single DIV Handles 110 File Formats – The Open File Viewer SDK Takes Off

The article examines the challenges of fragmented front‑end file preview solutions and introduces Open File Viewer, a unified SDK that supports 110 file formats, offers a customizable toolbar, and provides a plugin architecture for extensible, framework‑agnostic previews in modern web applications.

JavaScriptOpen File ViewerPlugin Architecture
0 likes · 8 min read
How a Single DIV Handles 110 File Formats – The Open File Viewer SDK Takes Off
Sohu Tech Products
Sohu Tech Products
Jun 24, 2026 · Artificial Intelligence

LLM Agent Design Patterns: From ReAct to Multi‑Agent Collaboration

This article systematically reviews major LLM agent design patterns—including ReAct, CodeAct, static and dynamic planning, reflection, and human‑in‑the‑loop—detailing their core loops, code structures, trade‑offs, and practical use‑cases, and provides a decision tree to help developers choose the most suitable pattern for their tasks.

AgentCodeActLLM
0 likes · 37 min read
LLM Agent Design Patterns: From ReAct to Multi‑Agent Collaboration
AI Illustrated Series
AI Illustrated Series
Jun 24, 2026 · Artificial Intelligence

From Clicks to Calls: Translating React Page Interactions into AI Agent Tool Invocations

The article explains how traditional React page interactions—where developers hard‑code each step—contrast with AI Agent interactions, where a language model decides which tools to call, and shows front‑end developers how to map event handlers to LangChain.js tools, choose between Chain and Agent architectures, and build a multi‑tool Agent with concrete TypeScript examples.

AI AgentJavaScriptLangChain
0 likes · 9 min read
From Clicks to Calls: Translating React Page Interactions into AI Agent Tool Invocations
Hacker Afternoon Tea
Hacker Afternoon Tea
Jun 22, 2026 · Frontend Development

How Multica Shares a Single Codebase Across Web, Desktop, and Mobile

The article explains Multica's three‑layer contract architecture—core, ui, and views—and how enforcing a downward‑only dependency flow lets web, Electron desktop, and React Native mobile apps share a single codebase while avoiding duplication, version drift, and runtime mismatches.

MonorepoMulticaReAct
0 likes · 11 min read
How Multica Shares a Single Codebase Across Web, Desktop, and Mobile
AndroidPub
AndroidPub
Jun 22, 2026 · Artificial Intelligence

Loop Engineering: The Fourth Paradigm Shift Driving AI Agent Systems

The article traces four evolutionary jumps in AI engineering—from Prompt to Context, Harness, and finally Loop Engineering—explaining how Loop Engineering replaces manual prompting with self‑driving closed‑loop systems, outlines its five‑module architecture, memory layer, and the four conditions and safeguards needed for production‑grade AI agents.

AI AgentsAutomationContext Engineering
0 likes · 14 min read
Loop Engineering: The Fourth Paradigm Shift Driving AI Agent Systems
java1234
java1234
Jun 21, 2026 · Artificial Intelligence

AgentScope Java 2.0 Unveiled: Major Upgrades for Production‑Ready AI Agents

The open‑source AgentScope Java framework now ships with version 2.0, introducing HarnessAgent for long‑running tasks, a Workspace‑based persistence layer, enterprise‑grade multi‑tenant isolation, streaming events, and a refactored middleware model, all illustrated with runnable Java examples and a concise feature table.

AI AgentsAgentScopeHarnessAgent
0 likes · 12 min read
AgentScope Java 2.0 Unveiled: Major Upgrades for Production‑Ready AI Agents
SpringMeng
SpringMeng
Jun 21, 2026 · Artificial Intelligence

What Is the Viral “Loop” Everyone’s Talking About?

The article explains the AI‑Agent “Loop” concept that has gone viral, contrasting it with traditional programming loops, detailing the ReAct paradigm, single‑agent vs. multi‑agent loops, the four engineering layers of Prompt, Context, Loop and Harness, and discussing Loop engineering’s building blocks, benefits, limitations, and practical use cases.

AI AgentsContext EngineeringLoop Engineering
0 likes · 18 min read
What Is the Viral “Loop” Everyone’s Talking About?
Geek Labs
Geek Labs
Jun 21, 2026 · Industry Insights

5 Ground‑Up Developer Tools That Redefine Performance

This article reviews five innovative GitHub projects—a Rust‑based React framework, an AI‑agent pipeline tool, a lightweight Go database client, a highly configurable full‑stack scaffolder, and a Rust‑rewritten Vue toolchain—detailing their architectures, benchmark results, and unique features.

AI WorkflowDatabase clientFullstack scaffolding
0 likes · 7 min read
5 Ground‑Up Developer Tools That Redefine Performance
Architect
Architect
Jun 20, 2026 · Artificial Intelligence

From ReAct to Loop Engineering: What Exactly Do AI Agents Loop?

The article analyses Loop Engineering as the missing engineering layer for AI agents, defining a minimal Think‑Act‑Observe‑Verify‑Repeat cycle, outlining five loop categories, the six hard boundaries for production use, and practical guidance for turning feedback into verifiable, stoppable, and hand‑off‑ready loops.

AI AgentsLoop EngineeringReAct
0 likes · 25 min read
From ReAct to Loop Engineering: What Exactly Do AI Agents Loop?
Tech Ocean
Tech Ocean
Jun 18, 2026 · Artificial Intelligence

Why ReActAgent Beats a Single LLM Call: Reasoning + Acting Loop Explained

The article breaks down the ReAct reasoning‑acting loop that powers AgentScope's ReActAgent, details its builder parameters, and compares the synchronous call() method with the streaming stream() approach, showing when each should be used for backend processing or interactive UI.

AI AgentsAgentScopeJava
0 likes · 8 min read
Why ReActAgent Beats a Single LLM Call: Reasoning + Acting Loop Explained
AI Illustrated Series
AI Illustrated Series
Jun 17, 2026 · Artificial Intelligence

Build a Go AI Agent in 3 Days: Hands‑On RAG + ReAct Implementation

This tutorial walks Go developers through creating a fully functional AI Agent using Eino, covering knowledge‑base indexing with VikingDB, defining retrieval, weather, and web‑search tools, assembling a ReAct graph, running interactive queries, and adapting the demo for production environments.

AI AgentEinoGo
0 likes · 14 min read
Build a Go AI Agent in 3 Days: Hands‑On RAG + ReAct Implementation
IT Services Circle
IT Services Circle
Jun 15, 2026 · Artificial Intelligence

What Is the “Loop” That’s Taking the AI Community by Storm?

The article explains the concept of an AI Agent Loop—how it differs from traditional programming loops, its ReAct cycle, single‑agent versus multi‑agent designs, the four engineering layers (Prompt, Context, Loop, Harness), practical building blocks, advantages, limitations, and ideal use cases.

AI AgentsAutomationLoop Engineering
0 likes · 19 min read
What Is the “Loop” That’s Taking the AI Community by Storm?
Node.js Tech Stack
Node.js Tech Stack
Jun 14, 2026 · Frontend Development

Is Your React Code Sick? Let the 12.4K‑Star react‑doctor Diagnose It in One Command

react-doctor, a 12.4K‑star open‑source CLI from the Million.js team, scans React projects for performance, state‑management, effect, architecture, security and accessibility issues—especially the subtle anti‑patterns introduced by AI‑generated code—providing a 0‑100 score, detailed file/line reports, and CI integration.

AI code generationCLIGitHub Actions
0 likes · 8 min read
Is Your React Code Sick? Let the 12.4K‑Star react‑doctor Diagnose It in One Command
21CTO
21CTO
Jun 14, 2026 · Frontend Development

How React Compiler’s Rust Port Boosts Build Speed Up to 10× with AI‑Assisted Code Migration

The React team fully migrated the React Compiler from TypeScript to Rust, combining human‑designed architecture with AI‑generated code, achieving up to 10× faster core conversion, a 3× overall compile speed increase, seamless integration with Babel, SWC and OXC, and a rigorous three‑layer testing regime.

AI-assisted migrationBabelPerformance
0 likes · 10 min read
How React Compiler’s Rust Port Boosts Build Speed Up to 10× with AI‑Assisted Code Migration
IT Services Circle
IT Services Circle
Jun 14, 2026 · Frontend Development

How GSAP + AI Generates Advanced Vue & React Animations in One Line

The GSAP team released the gsap‑skills AI knowledge base, enabling tools like Cursor, Claude Code and Copilot to automatically generate full‑featured GSAP timelines, ScrollTrigger setups and performance‑optimized animation code for Vue and React projects, turning complex web animations from guesswork into reliable production code.

AIGSAPReAct
0 likes · 8 min read
How GSAP + AI Generates Advanced Vue & React Animations in One Line
Su San Talks Tech
Su San Talks Tech
Jun 13, 2026 · Artificial Intelligence

What Is the Hot New “Loop” Concept in AI Agents?

The article explains the AI‑Agent “Loop” concept—how it differs from traditional programming loops, its ReAct reasoning‑acting cycle, the full agent execution pipeline, single‑agent versus multi‑agent collaboration, engineering layers from Prompt to Harness, and practical advantages, limitations, and use cases.

AI AgentsContext EngineeringHarness
0 likes · 17 min read
What Is the Hot New “Loop” Concept in AI Agents?
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jun 11, 2026 · Frontend Development

React Compiler Rewritten in Rust—Most of the Code Generated by Claude AI

The React team merged a massive PR that ports the React Compiler from TypeScript to Rust, adding over 123,000 lines, delivering roughly 3× overall speed and 10× pure transform speed, preserving the original architecture, passing 1,725 tests, supporting Babel, OXC and SWC integrations, and largely written with Claude AI, though it remains an early‑sharing experimental build.

BabelClaude AIOXC
0 likes · 8 min read
React Compiler Rewritten in Rust—Most of the Code Generated by Claude AI
LuTiao Programming
LuTiao Programming
Jun 7, 2026 · Frontend Development

Why Slicing Beats Coding: Lessons from Recreating a Product Mockup with Claude, Codex, Cursor, and v0.app

The author rebuilt a visually complex app homepage using React, Next.js, Tailwind CSS and AI tools (Claude, Codex, Cursor, v0.app), discovering that while the AI can generate functional code, the real challenge lies in correctly slicing the design into background assets and DOM elements to preserve visual fidelity.

AI code generationClaudeCodex
0 likes · 14 min read
Why Slicing Beats Coding: Lessons from Recreating a Product Mockup with Claude, Codex, Cursor, and v0.app
Coder Trainee
Coder Trainee
Jun 7, 2026 · Artificial Intelligence

AI Agent Deep Dive: Understanding Planning, Memory, Tools, and Action

This article revisits the AI Agent architecture and provides a detailed analysis of its four core components—Planning, Memory, Tools, and Action—covering mainstream planning strategies, memory types, tool specifications, and execution loops, accompanied by concrete LangChain code examples that demonstrate building a fully integrated multi‑component agent.

AI AgentLangChainMemory
0 likes · 12 min read
AI Agent Deep Dive: Understanding Planning, Memory, Tools, and Action
Coder Trainee
Coder Trainee
Jun 6, 2026 · Artificial Intelligence

What Is an AI Agent? From Large Language Models to Autonomous Agents

This article explains why large language models are powerful yet limited, defines AI agents as autonomous systems that combine a model, memory, tools, and actions, details the ReAct reasoning‑and‑acting loop, provides a 30‑line Python LangChain example and a Java Spring AI implementation, and outlines five practical use‑case scenarios and the roadmap for the series.

AI AgentJavaLangChain
0 likes · 10 min read
What Is an AI Agent? From Large Language Models to Autonomous Agents
CodeNotes
CodeNotes
Jun 6, 2026 · Frontend Development

9 Practical JSX Tips to Write Cleaner React Code

This article presents nine concise JSX techniques—such as using clsx for class concatenation, proper short‑circuit rendering, extracting deep ternaries, forwarding props with ...rest, leveraging children, memoizing style objects, correct comment syntax, fragment shorthand, and minimal boolean attributes—to boost code readability and component flexibility in React development.

Code styleJSXProps
0 likes · 7 min read
9 Practical JSX Tips to Write Cleaner React Code
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 5, 2026 · Frontend Development

Open-Source Browser‑Based Word Editor: Introducing docx‑editor

The article reviews the newly released docx‑editor, a client‑side WYSIWYG .docx editor built on ProseMirror with React and Vue adapters, detailing its architecture, installation, usage examples, real‑time collaboration via Yjs, AI Agent SDK integration, and practical pros and cons based on hands‑on testing.

AI AgentReActVue
0 likes · 15 min read
Open-Source Browser‑Based Word Editor: Introducing docx‑editor
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jun 5, 2026 · Frontend Development

Is Next.js on the Way Out? Meet the New React Powerhouse: TanStack Start

As AI startups abandon Next.js for TanStack’s emerging ecosystem, the article examines TanStack Start’s full‑stack React capabilities, the explicit‑over‑magic philosophy, and why the growing AI community sees TanStack as the next foundational infrastructure, suggesting Next.js will remain important but no longer the sole standard.

AINext.jsReAct
0 likes · 7 min read
Is Next.js on the Way Out? Meet the New React Powerhouse: TanStack Start
ByteDance Web Infra
ByteDance Web Infra
Jun 3, 2026 · Frontend Development

TanStack Start Adds Official Rsbuild v2 Support

The TanStack Start framework now supports both Vite and Rsbuild v2, offering teams the choice between these build tools, with a shared adapter architecture, detailed configuration example, and discussion of how the dual‑adapter approach clarifies core responsibilities and eases migration from webpack‑based setups.

Frontend Build ToolsReActRsbuild
0 likes · 6 min read
TanStack Start Adds Official Rsbuild v2 Support
Xike
Xike
Jun 2, 2026 · Artificial Intelligence

Why Agent Conversations Aren’t Just Chat Logs: Effective Context Management

The article explains that an Agent’s context is a structured snapshot built from role contracts, tool trajectories, and window budgeting, not a raw chat transcript, and details how proper context handling prevents forgetting, token bloat, and tool‑call mismatches in multi‑turn LLM workflows.

LLM agentsPrompt EngineeringReAct
0 likes · 16 min read
Why Agent Conversations Aren’t Just Chat Logs: Effective Context Management
DaTaobao Tech
DaTaobao Tech
Jun 1, 2026 · Artificial Intelligence

Designing LLM‑Friendly Architecture: What Truly Makes an AI‑Friendly System?

The article analyzes how traditional deterministic engineering architectures clash with the probabilistic, semantic, and dynamic nature of LLM‑driven AI, proposing three paradigm shifts and detailing an AI‑Friendly stack—including Multi‑Agent, Context Engineering, and observability—that achieved 95.7% audit accuracy and over 80% efficiency gains in real‑world marketing scenarios.

AI architectureContext EngineeringLLM
0 likes · 25 min read
Designing LLM‑Friendly Architecture: What Truly Makes an AI‑Friendly System?
DataFunTalk
DataFunTalk
May 30, 2026 · Artificial Intelligence

Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents

This article breaks down the concept of an Agent Harness—a complete software infrastructure that surrounds large language models—covering its definition, three engineering layers, twelve core components, step‑by‑step execution flow, and the trade‑offs that determine production‑grade performance.

Agent HarnessLLMMemory
0 likes · 19 min read
Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents
CodeNotes
CodeNotes
May 28, 2026 · Frontend Development

Why You Need TypeScript for React: 12 Practical Best Practices

This article walks through twelve concrete TypeScript best‑practice patterns for React—covering props typing, avoiding React.FC, proper children and event types, useState and useRef inference, generic components, API‑driven type generation, strict mode, and utility types—to boost productivity and type safety.

PropsReActTypeScript
0 likes · 10 min read
Why You Need TypeScript for React: 12 Practical Best Practices
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 27, 2026 · Frontend Development

How AI Finally Masters Advanced Web Animations with GSAP

GSAP’s new gsap‑skills repository equips AI tools such as Cursor, Claude Code and Copilot with the official animation knowledge base, enabling them to generate complex timelines, ScrollTrigger effects and performance‑optimized code that previously caused crashes, while also guiding lifecycle handling for React and Vue.

AIGSAPReAct
0 likes · 9 min read
How AI Finally Masters Advanced Web Animations with GSAP
Big Data Tech Team
Big Data Tech Team
May 25, 2026 · Artificial Intelligence

Mastering Data Agent: A Complete End‑to‑End Guide from Basics to Pro

This article breaks down the concept of a Data Agent that automates the entire traditional data‑analysis pipeline, explains its three‑layer architecture, the ReAct reasoning loop, multi‑agent collaboration, six practical use cases, and offers deployment recommendations for teams looking to adopt AI‑driven data workflows.

AIBIData Agent
0 likes · 18 min read
Mastering Data Agent: A Complete End‑to‑End Guide from Basics to Pro
James' Growth Diary
James' Growth Diary
May 24, 2026 · Artificial Intelligence

Execution → Observation → Reflection → Improvement: How Hermes Closes the Skill Loop

The article dissects Hermes' background review mechanism, showing how a silent daemon thread performs post‑conversation reflection, writes valuable insights to a skill or memory store, shares prompt designs, fork‑agent isolation, priority update rules, and common pitfalls for building continuously learning LLM agents.

Background ReviewDaemon ThreadHermes
0 likes · 14 min read
Execution → Observation → Reflection → Improvement: How Hermes Closes the Skill Loop
AI Engineering
AI Engineering
May 24, 2026 · Artificial Intelligence

Build a Local AI Agent from Scratch: A Deep‑Dive, Non‑Fast‑Food Tutorial

This tutorial walks you through the open‑source “AI Agents From Scratch” project, teaching how to build a fully local AI agent without any pre‑made framework by covering core modules, 14 step‑by‑step examples, advanced reasoning architectures, and minimal system requirements.

AI AgentChain-of-ThoughtPrompt Engineering
0 likes · 6 min read
Build a Local AI Agent from Scratch: A Deep‑Dive, Non‑Fast‑Food Tutorial
AI Architecture Path
AI Architecture Path
May 21, 2026 · Frontend Development

Build a 3D Pavilion in 5 Minutes with the Open‑Source Pascal Editor (16.1k Stars)

Pascal Editor is a free, open‑source, WebGPU‑accelerated online 3D architecture editor that runs in any modern browser, offering end‑to‑end space editing, high‑performance rendering, parametric tools, multi‑format export, a modular React‑based architecture, and use cases ranging from interior design to education, while outlining its strengths and current limitations.

3D modelingPascal EditorReAct
0 likes · 8 min read
Build a 3D Pavilion in 5 Minutes with the Open‑Source Pascal Editor (16.1k Stars)
Shuge Unlimited
Shuge Unlimited
May 18, 2026 · Frontend Development

OpenSpec Project Walkthrough #5: UI Visual Polish and Template Tweaks to Guide AI‑Generated Tasks

This article details how the OpenSpec v1.3.1 project upgraded its UI visual layer with a new color palette, icons, and animations, uncovered why AI‑generated tasks.md ignored schema instructions, fixed the issue by editing the template, and verified the changes through a full apply‑verify‑archive cycle.

AI code generationOpenSpecReAct
0 likes · 24 min read
OpenSpec Project Walkthrough #5: UI Visual Polish and Template Tweaks to Guide AI‑Generated Tasks
Shuge Unlimited
Shuge Unlimited
May 17, 2026 · Frontend Development

Adding Tab Navigation to a Long List: OpenSpec Layout Refactor (Part 4)

In this fourth OpenSpec case study, the author refactors the home page layout by introducing a category‑based tab navigation skeleton that replaces a scrolling long list, detailing the exploration of four design options, the chosen implementation using React, TypeScript and Tailwind, and the full TDD‑driven development, testing, verification and archiving workflow.

Frontend ArchitectureOpenSpecReAct
0 likes · 26 min read
Adding Tab Navigation to a Long List: OpenSpec Layout Refactor (Part 4)
AI Engineer Programming
AI Engineer Programming
May 17, 2026 · Artificial Intelligence

ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial

While a single LLM call is a stateless function, real‑world tasks require dynamic information gathering, hypothesis testing, and iterative refinement, so agents must operate in a continuous loop; the article analyzes core patterns such as ReAct, Plan‑Execute, Reflection, Multi‑Agent and HITL, highlighting state management, cost, debugging, and observability challenges.

Agent ArchitectureLLMMulti-agent
0 likes · 21 min read
ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial
Shuge Unlimited
Shuge Unlimited
May 16, 2026 · User Experience Design

Dress Before You Go: UI/UX Redesign of the OpenSpec Project

This article walks through a complete UI/UX redesign of the OpenSpec project, detailing the exploratory audit of nine visual issues, design‑system decisions on colors, fonts and tokens, the Propose and Apply steps with concrete code changes, verification pitfalls, and lessons learned for future visual changes.

OpenSpecReActTailwind CSS
0 likes · 27 min read
Dress Before You Go: UI/UX Redesign of the OpenSpec Project
AI Engineer Programming
AI Engineer Programming
May 13, 2026 · Artificial Intelligence

AI Agent Architecture Patterns: How to Choose the Right Solution for Your Workload

The article analyzes how AI agent architecture choices—single‑agent versus multi‑agent, ReAct, plan‑and‑execute, orchestrator‑worker, hierarchical teams, reflection, and HITL—affect cost, reliability, and scalability, providing quantitative trade‑offs and industry examples to guide workload‑specific selection.

AI AgentsLangGraphMulti-agent
0 likes · 16 min read
AI Agent Architecture Patterns: How to Choose the Right Solution for Your Workload
Shuge Unlimited
Shuge Unlimited
May 12, 2026 · Frontend Development

Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough

This article documents a step‑by‑step OpenSpec workflow that starts with requirement exploration, generates proposal, design, specs, review and task artifacts, executes them to scaffold a React 19 + TypeScript + Vite + Tailwind project, handles GitHub integration, validates the build, and archives the change while sharing practical lessons and pitfalls.

AutomationOpenSpecReAct
0 likes · 24 min read
Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough
java1234
java1234
May 10, 2026 · Artificial Intelligence

Bringing Python‑Level AI Agents to Java Production: A Deep Dive into AgentScope Java

AgentScope Java is an open‑source, agent‑oriented framework that brings ReAct, tool calling, memory, multi‑agent collaboration, runtime intervention, plug‑in integration, reactive architecture, GraalVM native images and OpenTelemetry observability to Java, enabling production‑grade AI agents with familiar Java tooling.

AI AgentsAgentScope JavaGraalVM
0 likes · 9 min read
Bringing Python‑Level AI Agents to Java Production: A Deep Dive into AgentScope Java
ZhiKe AI
ZhiKe AI
May 9, 2026 · Artificial Intelligence

Why Agent Loops Matter More Than Raw Model Power

The article explains how AI agents that operate in a reasoning‑action‑observation loop outperform single‑shot LLM inference by continuously observing, planning, and correcting errors, illustrated through a ticket‑booking example and detailed analyses of ReAct, Plan‑Execute, OODA, and Steering Loop architectures.

AI AgentsAgent LoopLLM
0 likes · 15 min read
Why Agent Loops Matter More Than Raw Model Power
AI Waka
AI Waka
May 8, 2026 · Artificial Intelligence

Deep Dive into AI Agents: Inside Claude Code, OpenClaw, and Hermes

This article dissects the internal architecture of three distinct AI agents—Anthropic’s Claude Code, the open‑source OpenClaw, and Nous Research’s Hermes—explaining their command layers, ReAct loops, instruction files, toolsets, memory systems, skill formats, extensions, and multi‑agent communication, and shows how to configure them for optimal performance.

AI AgentsClaude CodeHermes
0 likes · 35 min read
Deep Dive into AI Agents: Inside Claude Code, OpenClaw, and Hermes
Geek Labs
Geek Labs
May 7, 2026 · Backend Development

DS2API: Turning DeepSeek into an OpenAI‑Compatible API

DS2API is an open‑source Go‑based service that converts DeepSeek’s web interface into OpenAI, Claude, and Gemini compatible APIs, offering multi‑API support, account pool management, long‑history handling, PoW verification, and a React admin UI, with simple Docker deployment.

API CompatibilityDS2APIDeepSeek
0 likes · 4 min read
DS2API: Turning DeepSeek into an OpenAI‑Compatible API
Old Zhang's AI Learning
Old Zhang's AI Learning
May 6, 2026 · Frontend Development

Testing Open‑Slide: A React‑Based PPT Framework Built for AI Agents

Open‑slide is a React and Tailwind powered slide framework designed for AI coding agents such as Claude Code, allowing natural‑language prompts to generate 1920×1080 decks with agent‑native authoring, inspector comments, asset management, presenter mode, static deployment, and a hands‑on evaluation of its strengths and limitations.

AI AgentsClaude CodeReAct
0 likes · 11 min read
Testing Open‑Slide: A React‑Based PPT Framework Built for AI Agents
CodeNotes
CodeNotes
May 5, 2026 · Frontend Development

Common React Hook Anti‑Patterns That Trip Up 80% of Teams

The article examines why many React projects become unstable due to misuse of hooks, presenting seven frequent anti‑patterns with concrete bad and good code examples, explaining the underlying problems, and offering practical guidelines and a checklist to write reliable Hook‑based effects.

Anti-PatternHooksReAct
0 likes · 14 min read
Common React Hook Anti‑Patterns That Trip Up 80% of Teams
CodeNotes
CodeNotes
May 2, 2026 · Frontend Development

Mastering React useEffect: The Complete Guide to Avoid Common Pitfalls

This guide explains what useEffect does, its three core execution rules, how dependency arrays change its behavior, eight practical scenarios, six typical pitfalls with concrete code examples, and best‑practice recommendations for writing clean, leak‑free React functional components.

HooksJavaScriptPerformance
0 likes · 10 min read
Mastering React useEffect: The Complete Guide to Avoid Common Pitfalls
ZhiKe AI
ZhiKe AI
May 1, 2026 · Artificial Intelligence

From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks

The article explains that large‑model agents differ from traditional chatbots by perceiving goals, planning steps, invoking tools, and executing actions autonomously, covering their definition, core modules, ReAct reasoning‑acting loop, single‑ versus multi‑agent systems, current industry trends, and the reliability, safety, observability, and cost challenges they face.

AI AgentAI engineeringAgent Architecture
0 likes · 18 min read
From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks
CodeTrend
CodeTrend
Apr 29, 2026 · Artificial Intelligence

qwen2API: Turning Qwen Web Chat into OpenAI, Claude, and Gemini Compatible APIs

The qwen2API project offers a FastAPI backend and React+Vite frontend that expose the Qwen web chat as OpenAI Chat Completions, Anthropic Messages, and Gemini GenerateContent interfaces, featuring tool calling, image generation, account pool management, multiple deployment options, and various execution engines.

AnthropicFastAPIGemini
0 likes · 6 min read
qwen2API: Turning Qwen Web Chat into OpenAI, Claude, and Gemini Compatible APIs
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 28, 2026 · Artificial Intelligence

Why Bigger Context Fails for Deep Research Agents and How IterResearch Fixes It

Interviewers point out that simply enlarging the LLM’s context window cannot prevent forgetting early conclusions in long‑step Deep Research tasks; the article explains the ReAct context issues, introduces the IterResearch framework with evolving reports, and compares its accuracy, cost, and scalability against ReAct and ReSum.

Deep ResearchIterResearchLLM
0 likes · 17 min read
Why Bigger Context Fails for Deep Research Agents and How IterResearch Fixes It
Ray's Galactic Tech
Ray's Galactic Tech
Apr 27, 2026 · Artificial Intelligence

Using AI to Auto‑Generate Forms: Production‑Ready Low‑Code Form Generation with Spring AI Alibaba ReactAgent

The article presents a production‑grade solution that lets users describe a form in natural language, then uses a Spring AI Alibaba ReactAgent powered by a ReAct reasoning loop to retrieve templates, validate fields, generate layout, enforce governance, and finally emit a versioned JSON schema ready for deployment.

ReActReActAgentSpring AI
0 likes · 29 min read
Using AI to Auto‑Generate Forms: Production‑Ready Low‑Code Form Generation with Spring AI Alibaba ReactAgent
Big Data and Microservices
Big Data and Microservices
Apr 27, 2026 · Artificial Intelligence

How ReAct and Reflection Help AI Agents Avoid Repeating the Same Mistake

Most AI agents still fall into the same errors because they lack experience; the article explains how the ReAct loop gives step‑by‑step reasoning and observable actions, while Reflection adds a post‑task self‑review that stores concrete lessons in long‑term memory, and discusses the benefits and pitfalls of combining the two.

AI AgentsLLMReAct
0 likes · 12 min read
How ReAct and Reflection Help AI Agents Avoid Repeating the Same Mistake
Tech Ocean
Tech Ocean
Apr 25, 2026 · Artificial Intelligence

Hands‑On ReAct with LangGraph: Dissecting the AI Reason‑Act‑Observe Loop

This tutorial explains the ReAct (Reason‑Act‑Observe) loop in LangGraph, shows how to control execution branches with conditional edges, provides a full hand‑written agent example, demonstrates the convenience of the prebuilt create_react_agent, and covers multi‑turn dialogue, streaming output, and loop‑count limits.

AgentLangChainLangGraph
0 likes · 5 min read
Hands‑On ReAct with LangGraph: Dissecting the AI Reason‑Act‑Observe Loop
AI Illustrated Series
AI Illustrated Series
Apr 25, 2026 · Artificial Intelligence

How Agents Work: Inside Their Perception, Planning, Action, and Memory

This article breaks down an AI agent's workflow—perception, planning, action, and memory—using a product‑launch example, explains reasoning methods like Chain‑of‑Thought and ReAct, details tool integration, memory types, common failure modes, and why planning and tool ecosystems are essential.

AI AgentMemoryReAct
0 likes · 11 min read
How Agents Work: Inside Their Perception, Planning, Action, and Memory
Ray's Galactic Tech
Ray's Galactic Tech
Apr 24, 2026 · Backend Development

Self‑Healing Agents: Rebuilding a High‑Concurrency Travel System with Spring AI ReAct

This article details how a legacy travel‑booking service was transformed into a production‑grade, self‑healing agent system using Spring AI ReAct and multi‑tool coordination, covering architectural redesign, tool governance, error semantics, high‑concurrency safeguards, observability, security, and real‑world performance gains.

AgentReActSpring AI
0 likes · 31 min read
Self‑Healing Agents: Rebuilding a High‑Concurrency Travel System with Spring AI ReAct
Tech Ocean
Tech Ocean
Apr 23, 2026 · Artificial Intelligence

Day 5 of LangChain Series: Unpacking the AI “Think‑Act” Loop with Agents and Tools

This article explains how LangChain agents use a ReAct (Reasoning‑Acting) loop to decide when and which tools to invoke, shows built‑in and custom tools via the @tool decorator, compares ReAct with GPT‑4 native tool calling, and demonstrates a research‑assistant workflow that cuts report drafting time from hours to minutes.

AI AgentsAgentLangChain
0 likes · 11 min read
Day 5 of LangChain Series: Unpacking the AI “Think‑Act” Loop with Agents and Tools
AI Illustrated Series
AI Illustrated Series
Apr 20, 2026 · Artificial Intelligence

From Reactive Bots to Strategic Thinkers: The Evolution of AI Agent Planning

Understanding why some AI act impulsively while others plan like humans, this article visualizes the evolution of AI Agent planning—from early reactive assistants to ReAct’s thought-action loop and Tree of Thoughts’ multi‑path reasoning—highlighting key differences from traditional software and future directions such as memory, self‑reflection, and multi‑agent collaboration.

AI planningAgent ArchitectureFuture AI
0 likes · 9 min read
From Reactive Bots to Strategic Thinkers: The Evolution of AI Agent Planning