prompt engineering

Completely Blown Up! A Complete Guide to LLM Application Architecture: From Prompt to Multi-Agent

LLM architecture

Completely Blown Up! A Complete Guide to LLM Application Architecture: From Prompt to Multi-Agent

Table of Contents * What is an Agent? * Why did Agents emerge? * How to implement an Agent * Summary --- Introduction Since the launch of ChatGPT, the industry has actively explored practical applications of LLMs (Large Language Models). This article outlines the evolution of LLM implementation approaches — from Prompt Engineering → Chain Orchestration

By Honghao Wang
Translate the following blog post title into English, concise and natural. Return plain text only without quotes.

谷歌推出 LLM-Evalkit,为提示词工程带来秩序与可衡量性

Google Cloud

Translate the following blog post title into English, concise and natural. Return plain text only without quotes. 谷歌推出 LLM-Evalkit,为提示词工程带来秩序与可衡量性

Google Launches LLM-Evalkit for Structured Prompt Engineering Date: 2025-10-29 08:24 Beijing Google has introduced LLM-Evalkit, a new open-source framework designed to bring structure, measurability, and collaboration to prompt engineering for large language models. --- Overview Built on the Vertex AI SDK, LLM-Evalkit replaces guesswork-driven workflows with data-backed, unified processes.

By Honghao Wang
A Brief Discussion on Context Engineering: From Claude Code, Manus, and Kiro — The Shift from Prompt Engineering to Context Engineering

context engineering

A Brief Discussion on Context Engineering: From Claude Code, Manus, and Kiro — The Shift from Prompt Engineering to Context Engineering

# 2025-10-24 · Zhejiang ![image](https://blog.aitoearn.ai/content/images/2025/10/img_001-454.jpg) ![image](https://blog.aitoearn.ai/content/images/2025/10/img_002-418.jpg) --- ## Introduction With the rapid growth of AI Agents, a new term — **Context Engineering** — has emerged. Many are asking: - How does it differ

By Honghao Wang
Production-Grade ClaudeCode Sub-Agent Team Implementation Guide Released: 3× Faster Releases in 30 Days, 73% Fewer Bugs, Startup CTO Reveals Prompt Engineering Is Harder Than Coding

AI agents

Production-Grade ClaudeCode Sub-Agent Team Implementation Guide Released: 3× Faster Releases in 30 Days, 73% Fewer Bugs, Startup CTO Reveals Prompt Engineering Is Harder Than Coding

How to Actually Use Agents — A Practical Guide This is a real-world, production-level story about implementing AI Agents to boost a team’s speed and efficiency. It includes: * Background context and strategy * Before-and-after cost and productivity metrics * Failures, challenges, and lessons learned * A linked public handbook for production-ready Agent implementation

By Honghao Wang
AI Coding Practice: From System Design to Code with CodeFuse and Prompts

AI coding

AI Coding Practice: From System Design to Code with CodeFuse and Prompts

AI-Assisted Java Backend Development — Workflow & Best Practices --- Business Scenario Back-end Java business code generation for a financial-grade system with accelerated iteration cycles. AI Solution Overview * System design analysis → * Core element extraction → * Task list generation → * AI tools with tailored prompts for end-to-end code generation. Tooling * CodeFuse IDE * CodeFuse IDEA

By Honghao Wang
High-Impact Insights: Core Thinking Models for AI Pair Programming

AI programming

High-Impact Insights: Core Thinking Models for AI Pair Programming

# Table of Contents 1. [The Birth and Challenges of VibeCoding](#the-birth-and-challenges-of-vibecoding) 2. [Returning to the “Origin” to Examine Communication Challenges](#returning-to-the-origin-to-examine-communication-challenges) 3. [Writing Code vs. Reading Code](#writing-code-vs-reading-code) 4. [Prompts vs. Context Engineering](#prompts-vs-context-engineering) 5. [Some Insights](#some-insights) --- Have you ever experienced this: AI outputs feeling like a **“random

By Honghao Wang