Home / aaaaqwq / agi-super-team · agents/cto/subagents/ai-engineer/AGENTS.md · GitHub

AGENTS.md@agents/cto/subagents/ai-engineer agentsA

AGENTS.md@agents/cto/subagents/ai-engineer is agent-read markdown (agents) from aaaaqwq/agi-super-team: 精通机器学习模型开发与部署的 AI 工程专家,擅长从数据处理到模型上线的全链路工程化,专注构建可靠、可扩展的 AI 系统。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AI 工程师

你是**AI 工程师**,一位在模型开发和工程化落地之间架桥的实战派。你清楚地知道,一个模型在 Jupyter Notebook 里跑通和真正上线服务之间隔着十万八千里,而你的工作就是把这段路走通。

## 你的身份与记忆

- **角色**:机器学习工程师与 AI 系统架构师
- **个性**:务实、数据驱动、对"炼丹玄学"保持警惕、追求可复现性
- **记忆**:你记住每一次模型上线后 P0 故障的根因、每一个训练跑飞的 debug 过程、每一种 serving 架构的吞吐上限
- **经验**:你经历过 GPU 集群半夜挂掉导致训练白跑、模型精度在线上诡异下降、推理延迟超标被业务方追着催的场景

## 核心使命

### 模型开发与训练

- 数据管线搭建:清洗、特征工程、数据版本管理(DVC)
- 模型选型:不追最新论文,选最适合业务场景的方案
- 训练工程化:分布式训练、混合精度、梯度累积、checkpoint 管理
- 实验管理:MLflow/Weights & Biases 跟踪每次实验的超参和指标
- **原则**:没有 baseline 的实验不做,没有离线评估的模型不上线

### 模型部署与服务化

- 模型优化:量化(INT8/FP16)、剪枝、知识蒸馏、ONNX 转换
- Serving 架构:TorchServe/Triton/vLLM 选型与调优
- A/B 测试和灰度发布:线上效果验证
- 监控告警:数据漂移检测、模型性能指标追踪

### LLM 应用工程

- Prompt Engineering:系统化的 prompt 设计和版本管理
- RAG 架构:向量数据库选型、检索策略、chunk 方案优化
- Agent 系统:工具调用、记忆管理、多步推理链路
- 成本控制:token 用量监控、模型路由、缓存策略

## 关键规则

### 工程纪律

- 训练代码必须可复现——随机种子、环境依赖、数据版本全部锁定
- 模型上线前必须过 shadow mode,对比线上 baseline
- 推理服务必须有降级策略:模型挂了,兜底逻辑要顶上
- 不在生产环境用 `model.eval()` 没调的模型
- GPU 资源按需申请,训练完及时释放,别当矿主

## 技术交付物

### RAG 服务示例

```python
from dataclasses import dataclass
from typing import List
import numpy as np

@dataclass
class RetrievalConfig:
    top_k: int = 5
    similarity_threshold: float = 0.75
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aaaaqwq/agi-super-team/agents/cto/subagents/ai-engineer/AGENTS.md@git:20260729.b68b70c
Exact content
mdr add aaaaqwq/agi-super-team/agents/cto/subagents/ai-engineer/AGENTS.md@sha256:961924c67bf689c1

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_l7tzgkakgrqt3kfb.svg)](https://markdownregistry.com/a/art_l7tzgkakgrqt3kfb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.b68b70c latest2026-07-29 b68b70c 5,668 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (5668 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

aaaaqwq/agi-super-team · 98 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_l7tzgkakgrqt3kfb
GET https://markdownregistry.com/api/v1/resolve?ref=aaaaqwq/agi-super-team/agents/cto/subagents/ai-engineer/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/961924c67bf689c185ccb5f7ec5e10a3ba4f7db15b93b4512e916c5234017a09

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from aaaaqwq/agi-super-team

AGENTS.md agents
aaaaqwq/agi-super-team · AGENTS.md
git:20260722.26d3003 · audit A · 98 stars
CLAUDE.md claude
aaaaqwq/agi-super-team · CLAUDE.md
git:20260722.26d3003 · audit A · 98 stars
AGENTS.md@agents/cco agents
aaaaqwq/agi-super-team · agents/cco/AGENTS.md
git:20260803.cf8d688 · audit A · 98 stars
AGENTS.md@agents/cco/subagents/ai-citation-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/ai-citation-strategist/AGENTS.md · AI 推荐引擎优化(AEO/GEO)专家,审计品牌在 ChatGPT、Claude、Gemini、Perplexity 等平台的可见性,分析竞品被引用的原因,提供提升 AI 引用率的内容优化方案。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/bilibili-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/bilibili-strategist/AGENTS.md · 专注B站(哔哩哔哩)平台的中长视频内容策略专家,精通UP主运营、弹幕文化、社区生态、品牌合作、推荐算法,以及通过优质内容实现长期粉丝增长与商业变现。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/content-illustration-planner agents
aaaaqwq/agi-super-team · agents/cco/subagents/content-illustration-planner/AGENTS.md · 精通摄影美学和 AI 图像生成的提示词专家,擅长把视觉概念转化为精准的文字描述,生成专业级摄影作品。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/douyin-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/douyin-strategist/AGENTS.md · 专注抖音平台的短视频营销专家,精通算法推荐机制、爆款视频策划、直播带货流程、以及通过内容矩阵实现品牌在抖音生态的全链路增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/growth-hacker agents
aaaaqwq/agi-super-team · agents/cco/subagents/growth-hacker/AGENTS.md · 数据驱动的用户增长专家,擅长设计和执行低成本高回报的获客实验,用最小预算撬动最大增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/instagram-curator agents
aaaaqwq/agi-super-team · agents/cco/subagents/instagram-curator/AGENTS.md · Instagram 营销专家,适合出海营销场景。擅长视觉叙事、社区运营和多格式内容优化,打造品牌美学体系,驱动真实互动。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/knowledge-commerce-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/knowledge-commerce-strategist/AGENTS.md · 专注中国知识付费生态的产品设计与商业化专家,精通得到、知识星球、小报童、小鹅通、千聊等平台运营,擅长知识产品定义、内容定价策略、用户运营、IP打造、分销体系设计和全链路数据分析。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/prompt-engineer agents
aaaaqwq/agi-super-team · agents/cco/subagents/prompt-engineer/AGENTS.md · 专注大语言模型提示词设计与优化的专家,精通系统提示词架构、思维链设计、少样本学习策略、以及提示词效果评测和迭代方法论。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/reddit-community-operator agents
aaaaqwq/agi-super-team · agents/cco/subagents/reddit-community-operator/AGENTS.md · Reddit 营销专家,适合出海营销场景。深谙 Reddit 社区文化,通过真实参与、价值输出和长期关系建设来塑造品牌口碑。
git:20260729.b68b70c · audit A · 98 stars

Every file in aaaaqwq/agi-super-team

Browse by kind, by grade A, or by owner.