← Inventions Dashboard
Invention Summary
Entropy-Gated Dynamic Precision (EGDP)
Entropy-Gated Dynamic Precision (EGDP) -> Success (score=6.33). Promote this line toward an invention brief.
ID: entropy-gated-dynamic-precision-egdp
Folder: inventions/entropy-gated-dynamic-precision-egdp
Created: 2026-03-09 06:35:38
Updated: 2026-03-10 06:26:36
Files: 11
Source: student_autonomy
⬇ Download as .zip ~12.5 KB uncompressed
README.md
ARES's plain-English description of what this invention does and how to run it.
# Entropy-Gated Dynamic Precision (EGDP)

Entropy-Gated Dynamic Precision (EGDP) -> Success (score=6.33). Promote this line toward an invention brief.

## What This Project Does

This local package turns the invention signal into a runnable planner for 8GB-class inference decisions. It analyzes workload samples, recommends a memory/latency strategy, and demonstrates the plan on realistic mock workloads.

## Why Now

Entropy-Gated Dynamic Precision (EGDP) -> Success (score=6.33). Promote this line toward an invention brief.

## Techniques

- `adaptive_planning`

## Validation Context

- Benchmark status: `Validated`
- Innovation score: `0.00`
- Driving question: How should this validated signal be turned into a reusable project?
- Build plan: Package the benchmark insight as a local prototype with a stable demo entrypoint.

## Usage

```bash
python run_demo.py
```
Files
PathBytes
DESIGN_BRIEF.md 826
entropy_gated_dynamic_precision_egdp/__init__.py 138
entropy_gated_dynamic_precision_egdp/__pycache__/__init__.cpython-311.pyc 360
entropy_gated_dynamic_precision_egdp/__pycache__/core.cpython-311.pyc 4377
entropy_gated_dynamic_precision_egdp/__pycache__/demo.cpython-311.pyc 1315
entropy_gated_dynamic_precision_egdp/core.py 2311
entropy_gated_dynamic_precision_egdp/demo.py 641
invention.json 1303
pyproject.toml 279
README.md 904
run_demo.py 378
Manifest
Structured metadata ARES recorded when it created this project.
{
  "id": "entropy-gated-dynamic-precision-egdp",
  "title": "Entropy-Gated Dynamic Precision (EGDP)",
  "summary": "Entropy-Gated Dynamic Precision (EGDP) -> Success (score=6.33). Promote this line toward an invention brief.",
  "source": "student_autonomy",
  "kind": "invention",
  "path": "inventions/entropy-gated-dynamic-precision-egdp",
  "created_at": "2026-03-09 06:35:38",
  "updated_at": "2026-03-10 06:26:36",
  "project_status": "built",
  "project_entrypoint": "run_demo.py",
  "smoke_test_status": "passed",
  "smoke_test_output": "{ \"recommended\": \"chat-short\", \"average_score\": 1.433, \"plans\": [ { \"workload\": \"chat-short\", \"compression\": \"standard\", \"precision\": \"fp16\", \"state_policy\": \"baseline\", \"expected_score\": 1.65 }, { \"workload\": \"analysis-medium\", \"compression\": \"standard\", \"precision\": \"fp16\", \"state_policy\": \"baseline\", \"expected_score\": 1.45 }, { \"workload\": \"context-long\", \"compression\": \"standard\", \"precision\": \"fp16\", \"state_policy\": \"baseline\", \"expected_score\": 1.2 } ] } INVENTION_SMOKE_TEST: PASS",
  "generated_files": 6,
  "project_generated_at": "2026-03-09 06:55:12",
  "source_exp_path": "experiments\\exp_self.20260309062030.001_20260309_062105"
}