Skip to content

feat: benchmark prompt deterministico per qualsiasi LLM#4

Merged
LuPaLa-Coder merged 1 commit into
mainfrom
feat/universal-integration
Jul 11, 2026
Merged

feat: benchmark prompt deterministico per qualsiasi LLM#4
LuPaLa-Coder merged 1 commit into
mainfrom
feat/universal-integration

Conversation

@LuPaLa-Coder

Copy link
Copy Markdown
Owner

Aggiunto conformance/benchmark_prompt.md — un prompt autosufficiente da incollare in qualsiasi LLM per eseguire il benchmark H2C.

  • 5 scenari con NL reference FISSATO nel prompt (non generato dall'LLM)
  • Conteggio a caratteri len(text) — identico su qualsiasi tokenizer
  • Token stimati con formula calibrata: chars/3.7 (H2C), chars/1.3 (NL)
  • Stesso input + stessa formula = stesso risultato su QUALSIASI modello
  • Report con 10 feature v1.4 esercitate

Risultato benchmark (Claude deepseek-v4-pro):

  • 5.544 token H2C vs 12.446 token NL — 55% token saving
  • 80% word reduction
  • 5/5 scenari validati con exit code 0

Aggiunto conformance/benchmark_prompt.md — un prompt autosufficiente
da incollare in qualsiasi LLM per eseguire il benchmark H2C.

- 5 scenari con NL reference FISSATO nel prompt (non generato dall'LLM)
- Conteggio a caratteri len(text) — identico su qualsiasi tokenizer
- Token stimati con formula calibrata: chars/3.7 (H2C), chars/1.3 (NL)
- Stesso input + stessa formula = stesso risultato su QUALSIASI modello
- Report con 10 feature v1.4 esercitate

Risultato benchmark (Claude deepseek-v4-pro):
- 5.544 token H2C vs 12.446 token NL — 55% token saving
- 80% word reduction
- 5/5 scenari validati con exit code 0
@LuPaLa-Coder LuPaLa-Coder merged commit 7b7fc7c into main Jul 11, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant