Skip to content

Commit 7fec6e3

Browse files
authored
Merge pull request #980 from OpenAdaptAI/readme-accuracy-improvements
docs: qualify README claims for intellectual honesty
2 parents 0461be0 + 57c42f4 commit 7fec6e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,18 @@ flowchart TB
285285
class L0,L1,L2 implemented
286286
```
287287

288-
### Core Innovation: Demo-Conditioned Prompting
288+
### Core Approach: Demo-Conditioned Prompting
289289

290-
OpenAdapt's key differentiator is **demonstration-conditioned automation** - "show, don't tell":
290+
OpenAdapt explores **demonstration-conditioned automation** - "show, don't tell":
291291

292292
| Traditional Agent | OpenAdapt Agent |
293293
|-------------------|-----------------|
294294
| User writes prompts | User records demonstration |
295295
| Ambiguous instructions | Grounded in actual UI |
296-
| Requires prompt engineering | No technical expertise needed |
296+
| Requires prompt engineering | Reduced prompt engineering |
297297
| Context-free | Context from similar demos |
298298

299-
**Retrieval powers BOTH training AND evaluation**: Similar demonstrations are retrieved as context for the VLM, improving accuracy from 33% to 100% on first-action benchmarks.
299+
**Retrieval powers BOTH training AND evaluation**: Similar demonstrations are retrieved as context for the VLM. In early experiments on a controlled macOS benchmark, this improved first-action accuracy from 46.7% to 100% - though all 45 tasks in that benchmark share the same navigation entry point. See the [publication roadmap](docs/publication-roadmap.md) for methodology and limitations.
300300

301301
### Key Concepts
302302

0 commit comments

Comments
 (0)