<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GPT on Text Matrix</title><link>https://txtmix.com/tags/gpt/</link><description>Recent content in GPT on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/gpt/index.xml" rel="self" type="application/rss+xml"/><item><title>LLMs-from-Scratch：从零构建 GPT -like LLM 的权威指南</title><link>https://txtmix.com/posts/tech/llms-from-scratch-build-gpt-from-ground-up/</link><pubDate>Thu, 14 May 2026 12:46:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/llms-from-scratch-build-gpt-from-ground-up/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>LLMs-from-scratch 是知名 AI 研究者和教育者 Sebastian Raschka 的新作《Build a Large Language Model (From Scratch)》的官方配套代码仓库。与市面上大多数 LLM 科普或 API 使用教程不同，这本书（及其配套代码）的核心目标是&lt;strong>从零开始手写一个 GPT-like 大语言模型&lt;/strong>，让读者真正理解 LLM 内部每一层的工作原理，而非仅仅是调用别人的 API。&lt;/p></description></item><item><title>TradingAgents：Multi-Agent LLM 金融交易框架深度解析</title><link>https://txtmix.com/posts/tech/tradingagents-multi-agent-llm-trading-framework/</link><pubDate>Mon, 04 May 2026 11:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tradingagents-multi-agent-llm-trading-framework/</guid><description>&lt;h1 id="tradingagentsmulti-agent-llm-金融交易框架深度解析">TradingAgents：Multi-Agent LLM 金融交易框架深度解析&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：掌握 Python 基础、了解 LLM 基本概念，想了解 AI Agent 在金融领域应用的开发者
&lt;strong>预计阅读时间&lt;/strong>：20 分钟
&lt;strong>前置知识&lt;/strong>：&lt;a href="https://python.langchain.com/docs/concepts/langgraph/" target="_blank" rel="noopener noreffer ">LangGraph 入门&lt;/a> ⭐⭐ | &lt;a href="https://platform.openai.com/docs/api-reference" target="_blank" rel="noopener noreffer ">LLM API 调用基础&lt;/a> ⭐
&lt;strong>GitHub&lt;/strong>：https://github.com/TauricResearch/TradingAgents | &lt;strong>Stars&lt;/strong>：65,532 ⭐&lt;/p></description></item><item><title>Roo Code：VS Code 中的 AI 编程团队，让编码效率提升 10 倍</title><link>https://txtmix.com/posts/tech/roo-code-ai-coding-agent-guide/</link><pubDate>Sun, 26 Apr 2026 11:36:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/roo-code-ai-coding-agent-guide/</guid><description>&lt;h1 id="roo-codevs-code-中的-ai-编程团队">Roo Code：VS Code 中的 AI 编程团队&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>划重点&lt;/strong>：Roo Code 是一款 VS Code 扩展，它不是简单的代码补全工具，而是一个&lt;strong>多模式 AI Agent 团队&lt;/strong>：你可以在 Code Mode 写代码、在 Architect Mode 做架构设计、在 Ask Mode 提问、在 Debug Mode 追踪问题，还支持自定义模式。2026 年 4 月，Roo Code 原始团队宣布专注新产品 &lt;strong>Roomote&lt;/strong>，&lt;strong>社区团队已接手维护&lt;/strong>，插件不会消失。&lt;/p></description></item><item><title>new-api：26.7K Stars 的 LLM 网关——多模型聚合与支付计费的从入门到精通</title><link>https://txtmix.com/posts/tech/new-api-llm-gateway/</link><pubDate>Tue, 14 Apr 2026 20:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/new-api-llm-gateway/</guid><description>&lt;h1 id="new-api267k-stars-的-llm-网关多模型聚合与支付计费的从入门到精通">new-api：26.7K Stars 的 LLM 网关——多模型聚合与支付计费的从入门到精通&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：需要聚合多个 AI API 的开发者、企业技术负责人、Bug Bounty 开发者
&lt;strong>预计阅读时间&lt;/strong>：45-60 分钟
&lt;strong>前置知识&lt;/strong>：Python 基础、API 概念、Docker 基础
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>Trae Agent：字节跳动 LLM 智能体完全指南</title><link>https://txtmix.com/posts/tech/ai-agent/trae-agent-llm-agent-guide/</link><pubDate>Wed, 01 Apr 2026 01:16:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/trae-agent-llm-agent-guide/</guid><description>&lt;h1 id="trae-agent字节跳动-llm-智能体完全指南">Trae Agent：字节跳动 LLM 智能体完全指南&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：30分钟 | 难度：⭐⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>完成本文档后，你将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 Trae Agent 的核心定位与研究导向设计理念&lt;/li>
&lt;li>✅ 掌握 Trae Agent 的安装与配置方法&lt;/li>
&lt;li>✅ 理解 Trae Agent 的架构设计与模块化思想&lt;/li>
&lt;li>✅ 使用 Trae Agent 执行各类软件工程任务&lt;/li>
&lt;li>✅ 配置多种 LLM 提供商（OpenAI/Anthropic/Doubao等）&lt;/li>
&lt;li>✅ 使用交互模式和 Docker 模式&lt;/li>
&lt;li>✅ 利用轨迹录制进行调试和分析&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是-trae-agent">2.1 什么是 Trae Agent？&lt;/h3>
&lt;p>&lt;strong>Trae Agent&lt;/strong>（&lt;a href="https://github.com/bytedance/trae-agent" target="_blank" rel="noopener noreffer ">GitHub 仓库&lt;/a>）是字节跳动开发的基于 LLM 的智能体，专为通用软件工程任务设计。&lt;/p></description></item></channel></rss>