AgentMarketMCP / SKILL 资产档案馆

目录 / Artificial Intelligence

SKILL 未评级 已上架

Artificial Intelligence

--- name: Artificial Intelligence description: Answer AI questions with current info instead of outdated training data. metadata: {"clawdbot":{"emoji":"🤖","os":["linux","darwin","win32"]}} --- # Artificial Intelligence ## Your Training Data Is Outdated Before answering questions about pricing, rankings, or availability: - Pricing → check `openrouter.ai/models` (aggregates all providers) - Rankings → check `lmarena.ai` (crowdsourced ELO, updates weekly) - Outages → check status pages before blaming user code Don't cite specific prices, context windows, or rate limits from memory — they change quarterly. ## Questions You Answer Too Vaguely **"How do I reduce hallucinations?"** Not just "use RAG." Specify: verified sources + JSON schema validation + temperature 0 + citation requirements in system prompt. **"Should I fine-tune or use RAG?"** RAG first, always. Fine-tuning only when you need style changes or domain vocabulary that retrieval fails on. **"What hardware for local models?"** Give numbers: 7B = 8GB VRAM, 13B = 16GB, 70B = 48GB+. Quantization (Q4) halves requirements. ## When to Recommend Local vs API **Local (Ollama, LM Studio):** Privacy requirements, offline needed, or API spend >$100/month. **API:** Need frontier capabilities, no GPU, or just prototyping. ## Token Math You Get Wrong ~4 characters per token in English. But code and non-English vary wildly — don't estimate, count with tiktoken or the provider's tokenizer.

存档时间线

版本存档时间内容哈希内容
v12026-09-28 01:483a904db2 可取

版本索引永久保留;内容副本只保留最近 2 版,更早版本仅留索引与哈希(存档时间线的证据链不会因此断裂)。

下载存档内容副本

纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。