Tagged articles

Prompt

25 articles · Page 1 of 1
Wuming AI
Wuming AI
Aug 13, 2026 · Artificial Intelligence

Creating Professional PPTs Without Design Skills: 3 WorkBuddy Solutions Tested

The article walks through using WorkBuddy to generate professional PPTs in three formats—traditional PPT, HTML, and image—detailing material preparation, prompt crafting, style selection, and editing tips, and advises when to choose each format based on compatibility, visual impact, and efficiency.

AIHTMLImage
0 likes · 8 min read
Creating Professional PPTs Without Design Skills: 3 WorkBuddy Solutions Tested
Architect
Architect
Jul 31, 2026 · Artificial Intelligence

From Prompt to Graph: Understanding the Five‑Layer Agent Architecture

The article breaks down agent engineering into five concentric layers—Prompt, Context, Harness, Loop, and Graph—explaining how each governs task definition, current facts, execution environment, iterative exploration, and stable cross‑task relationships, illustrated with a payment‑callback fix case and AutoResearch insights.

AI agentsAgent EngineeringGraph
0 likes · 20 min read
From Prompt to Graph: Understanding the Five‑Layer Agent Architecture
ThinkingAgent
ThinkingAgent
Jul 22, 2026 · Artificial Intelligence

Final Chapter: Cutting‑Edge DevEx to Lower AI Development Barriers

The article presents a comprehensive analysis of AI developer experience (DevEx), detailing why traditional DevEx falls short for LLM‑driven applications, describing a seven‑component platform that spans Playground, Trace replay, Prompt diff, RAG debugging, Eval dashboards, SDK/CLI, and scaffolding templates, and offering concrete architecture, code, metric baselines, framework comparisons, and best‑practice recommendations for enterprise adoption.

AIDevExEval
0 likes · 30 min read
Final Chapter: Cutting‑Edge DevEx to Lower AI Development Barriers
Shuge Unlimited
Shuge Unlimited
Jul 20, 2026 · Artificial Intelligence

Practical grill‑me Guide: Let an AI Agent Fully Clarify Requirements Before Coding

This guide walks through the /grill-me and /grilling skills, explains their hierarchical design, demonstrates a complete export‑feature scenario, extracts five hard rules to prevent scope drift, shows how a shared‑understanding gate safeguards decisions, and advises when to use or avoid grill‑me in modern AI‑assisted development workflows.

AI AgentPromptWorkflow
0 likes · 23 min read
Practical grill‑me Guide: Let an AI Agent Fully Clarify Requirements Before Coding
Architect Chen
Architect Chen
Jul 7, 2026 · Artificial Intelligence

All Codex CLI Commands Explained – 2026 Edition

This article provides a complete, step‑by‑step reference of the Codex command‑line interface, detailing each command’s purpose, usage examples, and typical scenarios such as interactive sessions, one‑off prompts, login management, configuration, updates, environment checks, code review, testing, automatic fixes, and Git commit generation.

AICLICodex
0 likes · 5 min read
All Codex CLI Commands Explained – 2026 Edition
Code Mala Tang
Code Mala Tang
Jul 2, 2026 · Artificial Intelligence

What Do AI Buzzwords Like LLM, Agent, and Skill Really Mean?

The article demystifies common AI terminology—LLM, Token, Context, Prompt, Tool, MCP, Agent, and Agent Skill—by explaining each concept, how they interrelate, and why understanding this chain clarifies the operation of modern AI products.

AI conceptsAgentLLM
0 likes · 11 min read
What Do AI Buzzwords Like LLM, Agent, and Skill Really Mean?
Architect Chen
Architect Chen
Jun 30, 2026 · Artificial Intelligence

Complete Guide to Codex Commands (2026 Edition)

This article provides a detailed walkthrough of Codex's command-line interface, covering each command's purpose, usage examples, applicable scenarios, and output, helping developers leverage the AI coding assistant effectively.

AI programmingCodexCommand Line
0 likes · 5 min read
Complete Guide to Codex Commands (2026 Edition)
ZhiKe AI
ZhiKe AI
Jun 26, 2026 · Fundamentals

Why Your Willpower Fails: The 3 Conditions You’re Missing

The article explains that habit change failures stem from a design flaw, not personal weakness, and introduces BJ Fogg’s B=MAP model—Motivation, Ability, Prompt—showing how the weakest element blocks behavior and offering a three‑step method to redesign habits.

AbilityBJ FoggPrompt
0 likes · 10 min read
Why Your Willpower Fails: The 3 Conditions You’re Missing
Linyb Geek Road
Linyb Geek Road
May 21, 2026 · Artificial Intelligence

Understanding Prompt, MCP, and Skill: Three Essential AI Concepts

The article explains how Prompt, Model Context Protocol (MCP), and Skill serve distinct but complementary roles in AI interaction—Prompt provides instant, conversational instructions, MCP connects the model to external tools and data, and Skill offers pre‑packaged expert capabilities, together forming a layered control hierarchy.

AIMCPPrompt
0 likes · 8 min read
Understanding Prompt, MCP, and Skill: Three Essential AI Concepts
James' Growth Diary
James' Growth Diary
Apr 25, 2026 · Artificial Intelligence

LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module

This article dissects the most frequent LangChain Memory pitfalls—missing placeholders, wrong memory type, shared instances, and multi‑process issues—provides correct code patterns, compares the five built‑in memory classes, introduces the new RunnableWithMessageHistory approach, and offers a production‑ready checklist.

ChatOpenAIConversationSummaryBufferMemoryLLMChain
0 likes · 12 min read
LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2026 · Artificial Intelligence

AI Jargon Decoded: From Beginner to Expert in One Article

This article demystifies dozens of AI buzzwords—from AI and LLM to Prompt, Token, Agent, and emerging concepts like Multimodal and Retrieval‑Augmented Generation—by providing both formal definitions and everyday analogies, complete with concrete examples that make each term easy to grasp.

AIAgentGlossary
0 likes · 12 min read
AI Jargon Decoded: From Beginner to Expert in One Article
BirdNest Tech Talk
BirdNest Tech Talk
Feb 19, 2026 · Artificial Intelligence

How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt

This guide walks through two practical approaches—Skill and Prompt—to configure OpenClaw for automated RSS aggregation, AI‑driven filtering, summarization, and channel delivery, comparing their setup steps, code examples, advantages, limitations, and when to choose each method.

AI assistantAutomationCron
0 likes · 8 min read
How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jan 31, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Install Claude Code and Build Custom AI Skills

This tutorial walks you through installing Claude Code on macOS, Linux, and Windows, configuring its environment, creating and managing Skills—including their directory layout, SKILL.md structure, progressive‑disclosure loading, and a real‑world pre‑sales proposal Skill—then running the Skill via the CLI with sample output.

AIAutomationCLI
0 likes · 20 min read
Step‑by‑Step Guide to Install Claude Code and Build Custom AI Skills
Coder Circle
Coder Circle
Sep 2, 2025 · Artificial Intelligence

Unlocking the New Era of AI Development: Exploring Spring AI Core Classes

This article walks through Spring AI’s three core classes—Message, Prompt, and ChatModel—explaining their roles, showing concrete code examples for constructing messages, building prompts, and invoking a large language model via a REST controller, and provides a complete demo repository.

ChatModelLLMMessage
0 likes · 3 min read
Unlocking the New Era of AI Development: Exploring Spring AI Core Classes
Tencent Technical Engineering
Tencent Technical Engineering
May 28, 2025 · Artificial Intelligence

A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents

This article provides a concise, easy-to-understand introduction to large language models, the transformer architecture, prompt engineering, temperature settings, function calling, the Model Context Protocol (MCP), agent communication (A2A), and future AI programming trends, using simple analogies and illustrative examples.

AIAgentFunction Calling
0 likes · 11 min read
A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents
Huolala Tech
Huolala Tech
Dec 28, 2023 · Artificial Intelligence

How Huolala Built a Low‑Code LLM Platform to Accelerate AI Agent Deployment

Huolala created a visual, drag‑and‑drop LLM application platform that streamlines AI integration, reduces development costs, and enables rapid deployment of agents across marketing, invitation, advertising, and modeling scenarios, boosting efficiency by over 98% while cutting integration time from hours to minutes.

AIAgentLLM
0 likes · 13 min read
How Huolala Built a Low‑Code LLM Platform to Accelerate AI Agent Deployment
Efficient Ops
Efficient Ops
Nov 20, 2023 · Operations

Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro

This guide walks you through installing Fish Shell on macOS, switching from Bash or Zsh, exploring its standout features such as syntax highlighting, autosuggestions, tab completion, web‑based configuration, and shows how to customize prompts and greetings with practical code examples.

Git integrationInstallationPrompt
0 likes · 12 min read
Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro
ITPUB
ITPUB
Oct 6, 2017 · Fundamentals

Customize Your Bash Prompt: Colors, Variables, and Multi‑Line Layouts

Learn how to personalize the Bash command‑line prompt by setting the PS1 variable, using special escape sequences for user, host, directory, date, and colors, and creating multi‑line prompts, all with clear examples and safe configuration steps.

LinuxPromptbash
0 likes · 6 min read
Customize Your Bash Prompt: Colors, Variables, and Multi‑Line Layouts