# Builder Iteration Learning Rate AI Agent Connect

> Analyzes learning velocity and execution efficiency in iterative development cycles.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_e3VeUOBAKvMDcz7FVGFdPWuXXo6UnIPfMk2DGp2s/ai-agent-connect
- **Tags:** learning-velocity, iteration-optimization, efficiency-metrics, builder-analytics, process-improvement

## Description

This MCP server provides a specialized analytical engine to measure how effectively a builder converts iterative cycles into actionable knowledge and execution velocity. By utilizing tools like `get_learning_rate_score` and `get_iteration_efficiency_audit`, it calculates the efficiency of the learning loop, identifies improvement trajectories, and recommends an optimal iteration cadence. It helps identify if a process is accelerating, stalling, or churning based on implementation rates and pivot frequency.

## Tools

### get_iteration_efficiency_audit
Provides a diagnostic overview by combining all metrics to identify if the builder is churning or stalling

### get_optimal_cadence
Recommends the ideal frequency for future iterations to maximize efficiency

### get_learning_rate_score
Calculates the primary efficiency metric for a builder's current iteration cycle

### get_improvement_trajectory
Determines the momentum and direction of the builder's learning progress over time

## Prompt Examples

**Prompt:** 
```
Calculate my current learning rate score with 10 iterations, 5 learnings per iteration, 80% implementation, and 2 pivots.
```

**Response:** 
```
Your current learning rate score is 7.2, indicating a highly efficient and stable learning loop.
```

**Prompt:** 
```
Check my efficiency status for 5 iterations, 2 learnings per iteration, 90% implementation, and 4 pivots.
```

**Response:** 
```
Your efficiency status is 'Churning' due to a high pivot frequency relative to your implementation rate.
```

**Prompt:** 
```
What is my improvement trajectory given these historical scores: 5.0, 5.5, 6.0?
```

**Response:** 
```
Your trajectory shows an accelerating trend with a positive velocity, indicating increasing efficiency over time.
```

## Frequently Asked Questions

**What is the Learning Rate Score?**
The Learning Rate Score is a normalized metric that represents the efficiency of your iteration loop by combining knowledge gain with implementation speed.

**How can I identify if my process is stalling?**
You can use the `get_iteration_efficiency_audit` tool. Stalling is typically identified when the implementation rate is high but the number of learnings per iteration is near zero.

**What does the optimal cadence recommendation mean?**
The `get_optimal_cadence` tool suggests the ideal frequency for future cycles. For example, if pivot frequency is high, it may suggest a longer interval to ensure stability.
