# Inference

> Guides model-serving and runtime-inference decisions across local, remote, and packaged deployment paths.

- Skill: `agentic-in/inference` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/inference`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/inference/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/inference

---


# Inference

Use this built-in skill when the user needs to run, serve, benchmark, or operationalize model inference.

## Core rules

- Separate model choice, hardware fit, serving stack, and request pattern.
- Make latency, throughput, memory, and quality tradeoffs explicit.
- Inspect the real deployment target before recommending a stack.
- Prefer reproducible launch and benchmark steps over hand-wavy performance advice.

## Default workflow

1. Identify the model, hardware, traffic pattern, and latency target.
2. Choose the serving path that fits the deployment constraints.
3. Validate startup, request shape, batching, and resource usage.
4. Benchmark and tune only after the baseline path is stable.

## Guardrails

- Do not imply a model will fit on hardware you have not checked.
- Do not conflate prototype notebook inference with production serving.
- Do not quote performance numbers without workload context.

