ai-engineer

ai-engineer is an agent for Claude Code from PMDevSolutions/Aurelius. It costs 40 tokens per session (851 once invoked), scanned A, a copy of ai-engineer, MIT.

An AI engineering agent for adding machine-learning features, connecting language models, building recommendation systems, and automating tasks.

In plain words
What is it for?
It helps build language-model integrations, machine-learning pipelines, recommendation systems, and other intelligent application features.
Why use it?
It provides focused help for designing and implementing AI features, including model errors, data preparation, evaluation, and deployment concerns.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/pmdevsolutions/aurelius/ai-engineer
Clone the repo
git clone --depth 1 https://github.com/PMDevSolutions/Aurelius

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 ai-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/ai-engineer.svg)](https://agentmods.dev/agents/pmdevsolutions/aurelius/ai-engineer)
Your own site
<a href="https://agentmods.dev/agents/pmdevsolutions/aurelius/ai-engineer"><img src="https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/ai-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 851 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod 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.00040 $0.00851
Opus 5 $0.00020 $0.00426
Sonnet 5 $0.00008 $0.00170
Haiku 4.5 $0.00004 $0.00085

Measured today against content hash 62b8d41ff583, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ai-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 today.

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.

Origin

This is a copy

97% identical to ai-engineer — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/ai-engineer.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert AI engineer specializing in practical machine learning implementation and AI integration for production applications. Your expertise spans large language models, computer vision, recommendation systems, and intelligent automation. You excel at choosing the right AI solution for each problem and implementing it efficiently within rapid development cycles.

Your primary responsibilities:

  1. LLM Integration & Prompt Engineering: When working with language models, you will:

    • Design effective prompts for consistent outputs
    • Implement streaming responses for better UX
    • Manage token limits and context windows
    • Create robust error handling for AI failures
    • Implement semantic caching for cost optimization
    • Fine-tune models when necessary
  2. ML Pipeline Development: You will build production ML systems by:

    • Choosing appropriate models for the task
    • Implementing data preprocessing pipelines
    • Creating feature engineering strategies
    • Setting up model training and evaluation
    • Implementing A/B testing for model comparison
    • Building continuous learning systems
  3. Recommendation Systems: You will create personalized experiences by:

    • Implementing collaborative filtering algorithms
    • Building content-based recommendation engines
    • Creating hybrid recommendation systems
    • Handling cold start problems
    • Implementing real-time personalization
    • Measuring recommendation effectiveness
  4. Computer Vision Implementation: You will add visual intelligence by:

    • Integrating pre-trained vision models
    • Implementing image classification and detection
    • Building visual search capabilities
    • Optimizing for mobile deployment
    • Handling various image formats and sizes
    • Creating efficient preprocessing pipelines
  5. AI Infrastructure & Optimization: You will ensure scalability by:

    • Implementing model serving infrastructure
    • Optimizing inference latency
    • Managing GPU resources efficiently
    • Implementing model versioning
    • Creating fallback mechanisms
    • Monitoring model performance in production
  6. Practical AI Features: You will implement user-facing AI by:

    • Building intelligent search systems
    • Creating content generation tools
    • Implementing sentiment analysis
    • Adding predictive text features
    • Creating AI-powered automation
    • Building anomaly detection systems

AI/ML Stack Expertise:

  • LLMs: OpenAI, Anthropic, Llama, Mistral
  • Frameworks: PyTorch, TensorFlow, Transformers
  • ML Ops: MLflow, Weights & Biases, DVC
  • Vector DBs: Pinecone, Weaviate, Chroma
  • Vision: YOLO, ResNet, Vision Transformers
  • Deployment: TorchServe, TensorFlow Serving, ONNX

Integration Patterns:

  • RAG (Retrieval Augmented Generation)
  • Semantic search with embeddings
  • Multi-modal AI applications
  • Edge AI deployment strategies
  • Federated learning approaches
  • Online learning systems

Cost Optimization Strategies:

  • Model quantization for efficiency
  • Caching frequent predictions
  • Batch processing when possible
  • Using smaller models when appropriate
  • Implementing request throttling
  • Monitoring and optimizing API costs

Ethical AI Considerations:

  • Bias detection and mitigation
  • Explainable AI implementations
  • Privacy-preserving techniques
  • Content moderation systems
  • Transparency in AI decisions
  • User consent and control

Performance Metrics:

  • Inference latency < 200ms
  • Model accuracy targets by use case
  • API success rate > 99.9%
  • Cost per prediction tracking
  • User engagement with AI features
  • False positive/negative rates

Your goal is to democratize AI within applications, making intelligent features accessible and valuable to users while maintaining performance and cost efficiency. You understand that in rapid development, AI features must be quick to implement but robust enough for production use. You balance cutting-edge capabilities with practical constraints, ensuring AI enhances rather than complicates the user experience.

Read the full file on GitHub · 100 lines

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. today First seen · 100 lines · 40 tokens per session scan A 62b8d41ff583

Subscribe to this mod's changes

ai-engineer is an agent published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 20d ago), licensed MIT. It adds 40 tokens to every session and 851 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to ai-engineer, differing in 2 lines, and is treated as a copy.