CodePath
Author

CodePath

Focused on specific functional points, dedicated to concise, high-quality content, covering Java development, Linux source code, Spring source code, and more.

5
Articles
0
Likes
3
Views
0
Comments
Recent Articles

Latest from CodePath

5 recent articles
CodePath
CodePath
Jun 15, 2026 · Artificial Intelligence

Episode 3 – Visual Guide to Core Concepts: Model, Tool, and Agent Loop

This article breaks down the three foundational elements of agent programming—Model, Tool, and the Agent Loop—showing how to obtain and configure models, define tools with TypeBox, and manage the reasoning‑tool‑feedback cycle, complete with code examples and a flow diagram.

AI agentsAgent loopJavaScript
0 likes · 17 min read
Episode 3 – Visual Guide to Core Concepts: Model, Tool, and Agent Loop
CodePath
CodePath
Jun 8, 2026 · Artificial Intelligence

Run Your First Pi‑AI Agent in Under 10 Minutes

This tutorial walks you through preparing the environment, initializing a Node.js project, writing the first Pi‑AI agent code, using both simple and streaming calls, swapping providers with a single parameter change, and building a continuous‑conversation CLI—all in less than ten minutes.

LLMModel SwitchingNode.js
0 likes · 11 min read
Run Your First Pi‑AI Agent in Under 10 Minutes
CodePath
CodePath
Jun 6, 2026 · Artificial Intelligence

What Is PI‑Agent? Embracing a Minimalist Philosophy for Building AI Agents

The article introduces the overwhelming complexity of existing AI agent frameworks, presents PI‑Agent's subtraction philosophy and modular toolchain, outlines a twelve‑day hands‑on series with prerequisites, and aims to help readers build a focused AI agent without unnecessary bloat.

AI AgentLLMNode.js
0 likes · 6 min read
What Is PI‑Agent? Embracing a Minimalist Philosophy for Building AI Agents
CodePath
CodePath
Jun 3, 2026 · Artificial Intelligence

A Deliberate Paradigm Shift: How “Attention Is All You Need” Reshaped Deep Learning

The article dissects how the 2017 "Attention Is All You Need" paper sparked a fundamental redesign of sequence modeling by replacing recurrent and convolutional approaches with self‑attention, detailing its mathematical foundations, architectural components, training tricks, limitations, and emerging alternatives such as Mamba.

Attention MechanismMambaMulti-Head Attention
0 likes · 24 min read
A Deliberate Paradigm Shift: How “Attention Is All You Need” Reshaped Deep Learning
CodePath
CodePath
Mar 20, 2024 · Fundamentals

Create Your Own IDE with AstroNvim: A Step‑by‑Step Guide

This article walks you through building a personalized code editor by installing prerequisites, setting up Neovim 9.0+, adding Tree‑sitter, ripgrep, lazygit, and finally cloning and configuring AstroNvim on Ubuntu, with detailed commands and backup tips.

AstroNvimIDE setupLinux
0 likes · 6 min read
Create Your Own IDE with AstroNvim: A Step‑by‑Step Guide