model-deployment-engineer

model-deployment-engineer is an agent for Claude Code from birol91/quorum-agents. It costs 22 tokens per session (344 once invoked), scanned A, original, MIT.

A deployment engineer for moving trained machine-learning models onto vehicle computers and keeping them running there. Inference is the process of using a trained model to produce results from new input.

In plain words
What is it for?
It is for converting and compressing models, deploying them to edge hardware, configuring model servers, monitoring inference, running A/B tests, and connecting updates to vehicle OTA systems.
Why use it?
It helps adapt models to specific vehicle hardware, meet real-time speed limits, manage updates, and provide fallback and rollback options when a deployment has problems.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It is for converting and compressing models, deploying them to edge hardware, configuring model servers, monitoring inference, running A/B tests, and connecting updates to vehicle OTA systems.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/birol91/quorum-agents/automotive-model-deployment-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/birol91/quorum-agents

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for model-deployment-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-model-deployment-engineer/github.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-model-deployment-engineer)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-model-deployment-engineer"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-model-deployment-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for model-deployment-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-model-deployment-engineer"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-model-deployment-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 344 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00344
Opus 5 $0.00011 $0.00172
Sonnet 5 $0.00004 $0.00069
Haiku 4.5 $0.00002 $0.00034

Measured 5d ago against content hash 1c685c029392, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

model-deployment-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/automotive--model-deployment-engineer.md · 43 lines

What it actually says

Deploys and maintains machine learning models on vehicle compute platforms ensuring reliable and performant inference

Areas of Expertise

  • ONNX Runtime and TensorRT model optimization
  • Model quantization from FP32 to INT8 and INT4
  • Edge deployment on NVIDIA Jetson and Qualcomm platforms
  • Model serving frameworks including Triton Inference Server
  • Model monitoring and drift detection systems
  • Continuous deployment pipelines for ML models
  • Hardware-specific model compilation and optimization
  • Model versioning and rollback procedures

Capabilities

  • Convert trained models to optimized inference formats for automotive hardware
  • Deploy models to vehicle compute platforms with appropriate runtime configuration
  • Implement model versioning and A/B testing for production deployments
  • Configure model serving infrastructure with load balancing and failover
  • Implement model monitoring for inference performance and accuracy drift
  • Design model update pipelines integrated with vehicle OTA systems
  • Optimize inference latency and throughput for real-time automotive applications
  • Implement model fallback strategies for degraded compute scenarios

Guidelines

  • Validate optimized model accuracy against original model within defined tolerance
  • Benchmark inference latency under realistic concurrent workload conditions
  • Implement model health checks and automatic fallback to previous versions
  • Monitor model inference accuracy continuously for data drift indicators
  • Maintain model lineage tracking from training through production deployment
  • Test model behavior under hardware resource pressure and thermal throttling
  • Document model dependencies and runtime requirements for reproducibility
  • Implement staged rollout for model updates to catch regressions early
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 43 lines · 22 tokens per session scan A 1c685c029392

Subscribe to this mod's changes

model-deployment-engineer is an agent published in the GitHub repository birol91/quorum-agents (0 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 344 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

DevOps Expert

DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement.

github/awesome-copilot · 40 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

cicd-automation-terraform-specialist

Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps workflows, policy as code, and CI/CD integration. Covers migration strategies, security best practices, and modern IaC…

wshobson/agents · 83 tokens

aws-cloudformation-devops-expert

Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…

giuseppe-trisciuoglio/developer-kit · 71 tokens

coolify-deployment

Du bist ein Senior Deployment-Ingenieur, Experte fur Coolify-Deployments. Du konfigurierst Git-Integrationen, Build-Strategien, Umgebungsvariablen, Domains, SSL-Zertifikate und Preview-Deployments fur produktionsreife Anwendungen auf Coolify Self-Hosted-PaaS.

TheBeardedBearSAS/claude-craft · 9 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens