Tagged articles
11 articles
Page 1 of 1
Tencent Cloud Developer
Tencent Cloud Developer
May 26, 2026 · Artificial Intelligence

What Hidden Secrets Does the Agent’s System Prompt Code Reveal?

This article dissects OpenClaw's agent architecture, detailing how the System Prompt, Skill modules, and Agent Loop interact, explaining PromptMode variations, safety rules, tool definitions, skill loading pipelines, heartbeat handling, sub‑agent spawning, silent replies, and the context engine that assembles messages for LLMs.

Agent LoopContext EngineHeartbeat
0 likes · 17 min read
What Hidden Secrets Does the Agent’s System Prompt Code Reveal?
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 30, 2026 · Artificial Intelligence

When Is Claude Code’s Memory Injected into system_prompt? Interview Insight

The article explains that Claude Code loads persisted memory once at REPL startup via _build_system(), inserts it as the 10th segment of system_prompt, enforces a 200‑line limit on MEMORY.md, deliberately avoids side‑effects in get_memory_dir(), and only refreshes the prompt with the /model command.

Claude CodeInterview preparationLLM
0 likes · 11 min read
When Is Claude Code’s Memory Injected into system_prompt? Interview Insight
High Availability Architecture
High Availability Architecture
Apr 24, 2026 · Artificial Intelligence

Claude’s Official Report Reveals Three Quality Degradation Issues and Fixes

Anthropic’s recent report details three independent changes that caused quality regressions in Claude Code and Agent SDK—lowered default reasoning effort, a caching bug that erased thinking history, and an overly restrictive system prompt—each fixed by April 20 in version v2.1.116+, with plans to prevent future incidents.

AIClaudeSystem Prompt
0 likes · 12 min read
Claude’s Official Report Reveals Three Quality Degradation Issues and Fixes
Design Hub
Design Hub
Apr 19, 2026 · Artificial Intelligence

What’s Inside the Leaked 70K‑Word Claude Design System Prompt?

The article verifies the authenticity of a 73 KB, 422‑line Claude Design system prompt leaked by the CL4R1T4S project, provides a faithful translation of its contents, and dissects the five‑layer design that enables high‑quality AI‑assisted design output.

AI designAnthropicClaude
0 likes · 23 min read
What’s Inside the Leaked 70K‑Word Claude Design System Prompt?
James' Growth Diary
James' Growth Diary
Apr 17, 2026 · Artificial Intelligence

Advanced System Prompt Design Patterns & Few-Shot Techniques for Reliable LLM Outputs

This article breaks down System Prompt engineering into a five‑layer contract, presents four design patterns—role anchoring, output schema, chain‑of‑thought steering, and guardrails—explains how to select effective few‑shot examples, provides production‑grade prompt templates with code snippets, and warns about common pitfalls such as token length, sample bias, and contradictory constraints.

AIFew-shotLLM
0 likes · 16 min read
Advanced System Prompt Design Patterns & Few-Shot Techniques for Reliable LLM Outputs
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 29, 2026 · Artificial Intelligence

Mastering RAG Prompt Engineering: Prevent Hallucinations and Boost Accuracy

This article dissects the unique challenges of RAG prompting, presents a systematic System/User Prompt design with strong constraints and citation requirements, compares constraint strengths with quantitative hallucination rates, and offers long‑context compression strategies and rigorous testing methods to ensure reliable LLM answers.

Context CompressionLLMRAG
0 likes · 19 min read
Mastering RAG Prompt Engineering: Prevent Hallucinations and Boost Accuracy
Data Party THU
Data Party THU
Dec 22, 2025 · Artificial Intelligence

Unlock Gemini 3.0: The Complete System Prompt Blueprint for Better AI Answers

Gemini 3.0’s publicly released system prompt provides a detailed, step‑by‑step framework—including logical dependencies, risk assessment, abductive reasoning, outcome evaluation, information integration, precision, completeness, persistence and response inhibition—to guide the model toward safer, higher‑quality answers.

AI safetyArtificial IntelligenceGemini 3
0 likes · 10 min read
Unlock Gemini 3.0: The Complete System Prompt Blueprint for Better AI Answers
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 19, 2025 · Artificial Intelligence

How to Strengthen LLM System Prompts for Safer AI Agents

This guide explains how to reinforce system prompts for AI agents by optimizing their content and structure, using active defense, role‑based, and format constraints, providing practical examples, measurement methods, and experimental results that demonstrate up to 90% reduction in unsafe behavior.

AI safetyLLMSystem Prompt
0 likes · 13 min read
How to Strengthen LLM System Prompts for Safer AI Agents
CSS Magic
CSS Magic
Nov 1, 2024 · Artificial Intelligence

Refining System Prompts for LLMs: Practical Tips for Batch Automation

This article explains how to automate batch document processing with LLM APIs by mastering the messages parameter, defining system, user, and assistant roles, and iteratively polishing system prompts through scripts or OpenAI's GPTs editor and Playground interfaces.

ChatGPTLLMOpenAI API
0 likes · 7 min read
Refining System Prompts for LLMs: Practical Tips for Batch Automation