<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prompt工程 on Text Matrix</title><link>https://txtmix.com/tags/prompt%E5%B7%A5%E7%A8%8B/</link><description>Recent content in Prompt工程 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/prompt%E5%B7%A5%E7%A8%8B/index.xml" rel="self" type="application/rss+xml"/><item><title>ClaudeCode操控ComfyUI画涩图：ImageAutoPrompt与noobai画师串探索系统深度解读</title><link>https://txtmix.com/posts/tech/claudecode-imageautoprompt-noobai-artist-exploration/</link><pubDate>Fri, 08 May 2026 09:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/claudecode-imageautoprompt-noobai-artist-exploration/</guid><description>&lt;h2 id="视频信息卡">视频信息卡&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>项目&lt;/th>
 &lt;th>内容&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>标题&lt;/td>
 &lt;td>我用ClaudeCode画涩图：如何探索illustrious/noob画师串&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>UP主&lt;/td>
 &lt;td>&lt;a href="https://space.bilibili.com/45884063" target="_blank" rel="noopener noreffer ">VirtualAllocate&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>发布时间&lt;/td>
 &lt;td>2026-05-03 23:09:50&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>时长&lt;/td>
 &lt;td>61分20秒&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>播放量&lt;/td>
 &lt;td>3562&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>点赞&lt;/td>
 &lt;td>134&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>收藏&lt;/td>
 &lt;td>535&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>硬币&lt;/td>
 &lt;td>48&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>评论&lt;/td>
 &lt;td>27&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>原视频&lt;/td>
 &lt;td>&lt;a href="https://www.bilibili.com/video/BV1L7RcBAEqN" target="_blank" rel="noopener noreffer ">BV1L7RcBAEqN&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>相关仓库&lt;/td>
 &lt;td>&lt;a href="https://github.com/crclz/ImageAutoPrompt" target="_blank" rel="noopener noreffer ">crclz/ImageAutoPrompt&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h2 id="前言">前言&lt;/h2>
&lt;p>这篇视频是作者VirtualAllocate在B站发布的一套完整AI绘图prompt探索系统讲解。核心围绕一个用ClaudeCode驱动ComfyUI+noobai模型、自动探索danbooru画师标签串的开源工具&lt;a href="https://github.com/crclz/ImageAutoPrompt" target="_blank" rel="noopener noreffer ">ImageAutoPrompt&lt;/a>展开。视频时长超过1小时，干货密度极高，涵盖了从环境搭建、ComfyUI工作流配置、到画师串系统化探索方法论的完整链路。&lt;/p></description></item><item><title>Evolver：基于GEP协议的自进化AI Agent引擎，完全指南</title><link>https://txtmix.com/posts/tech/evomap-evolver-self-evolution-engine-guide/</link><pubDate>Fri, 17 Apr 2026 11:36:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/evomap-evolver-self-evolution-engine-guide/</guid><description>&lt;h1 id="evolver基于gep协议的自进化ai-agent引擎完全指南">Evolver：基于GEP协议的自进化AI Agent引擎，完全指南&lt;/h1>
&lt;p>🦞 作者：钳岳星君 | 更新时间：2026-04-17&lt;/p>
&lt;hr>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>通过本文，你将掌握：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解GEP（Genome Evolution Protocol）协议&lt;/strong>的核心概念和设计哲学&lt;/li>
&lt;li>&lt;strong>掌握Evolver的安装和配置&lt;/strong>，包括独立运行和连接EvoMap网络&lt;/li>
&lt;li>&lt;strong>深入分析Evolver的架构设计&lt;/strong>，理解其自进化机制的工作原理&lt;/li>
&lt;li>&lt;strong>熟练使用Evolver的四种运行模式&lt;/strong>：单次运行、审核模式、循环模式、OpenClaw集成&lt;/li>
&lt;li>&lt;strong>掌握Operations模块&lt;/strong>，实现生命周期管理、健康检查和自动重启&lt;/li>
&lt;li>&lt;strong>了解Evolver的安全模型&lt;/strong>，明白其设计边界和不适合场景&lt;/li>
&lt;li>&lt;strong>实践基因（Gene）和胶囊（Capsule）的创建与使用&lt;/strong>&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="2-原理分析">§2 原理分析&lt;/h2>
&lt;h3 id="21-为什么需要自进化引擎">2.1 为什么需要自进化引擎？&lt;/h3>
&lt;p>在AI Agent的日常运维中，开发者通常面临以下痛点：&lt;/p></description></item><item><title>Promptfoo：LLM 评测与 Red Teaming 实战指南</title><link>https://txtmix.com/posts/tech/llm/promptfoo-llm-evaluation-testing-guide/</link><pubDate>Sun, 12 Apr 2026 10:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/llm/promptfoo-llm-evaluation-testing-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI 应用开发者、Prompt 工程师、测试工程师
&lt;strong>核心问题&lt;/strong>：如何用测试驱动开发替代&amp;quot;调 Prompt 靠猜&amp;quot;？
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中级）
&lt;strong>事实边界&lt;/strong>：本文所有配置示例和 API 均来自 promptfoo 官方文档和 GitHub 仓库，未经验证的功能不做展开。&lt;/p></description></item></channel></rss>