Skip to content

showcase: add Kleos Research - #110

Open
0x-copilot-dev wants to merge 2 commits into
Virtual-Protocol:mainfrom
0x-copilot-dev:showcase/kleos-research
Open

showcase: add Kleos Research#110
0x-copilot-dev wants to merge 2 commits into
Virtual-Protocol:mainfrom
0x-copilot-dev:showcase/kleos-research

Conversation

@0x-copilot-dev

Copy link
Copy Markdown

Showcase Project

What shipped

  • Project slug: kleos-research
  • Project title: Kleos Research
  • Builder name and URL: Kleos Research — https://kleosresearch.xyz
  • EconomyOS primitives used: acp, token
  • Public proof: no video. Five inspectable artifacts instead — the harness
    benchmark findings, the Virtuals compute integration source, the held-out
    memory results (PDF), the evaluation suite, and the live $CPILOT listing.
    All linked from the manifest and reachable today.
  • Optional soul.md: none

Why acp and token. The harness routes inference through
compute.virtuals.io on a Virtuals ACP key, discovering the model catalogue
live so per-Mtok pricing is visible before a task is spent rather than after;
the integration source is linked as an artifact. $CPILOT is tokenised through
Virtuals (listing 113720).

One thing worth flagging for the reviewer: this is not an ACP commerce
offering with buyer/seller job round-trips, as several neighbouring packages
are. It is a local-first harness that consumes Virtuals compute, plus the memory
layer underneath it. If acp reads as overclaiming for that shape, say so and
I will drop it to token alone.

Project package

  • Added or updated showcase/kleos-research/showcase.json
  • Added demo artifacts, prompt, proof, or redacted report
  • n/a — this package ships no reusable skill, so skills is []
  • n/a — nothing added under top-level skills/
  • n/a — no skills[].sourcePath, per the above
  • Linked all public artifacts from the manifest
  • Included exactly three feedback prompts
  • hidden is not set — this package is meant to publish
  • soul.md is not linked

Skill standard

Skill path: none. This submission is a project package without a reusable
skill, which the field reference permits (skills may be empty). The remaining
checkboxes in this section do not apply.

Safety and redaction

  • No card numbers, CVVs, OTPs, magic links, API keys, access tokens, private
    prompts, wallet material, or private account records are published
  • Live workflow evidence is redacted — the hero card embeds a screenshot of
    a real run producing a document artifact; it contains no credentials, no
    account data, and no private workspace contents
  • Public/private boundaries are explained — every linked repository and page
    is public and was checked to resolve before submitting
  • n/a — no soul.md

A note on the claims

Two claims a reviewer might expect here are deliberately absent.

No comparison against another memory system. One looked significant and was
withdrawn: an aggregation fault had scored one side across nine abilities and
the other across ten, and the corrected interval crosses zero. A later harness
fix also showed the underlying measurement was non-uniformly corrupting
between-arm comparisons. It is left out because it is not settled, not because
it is unflattering.

No cost-per-task reduction. The harness benchmark shows 97% of tokens are
cache reads and concludes that prompt-trimming pays only in proportion to
cold-start frequency, so a blanket "cheaper per task" claim would contradict our
own published data. What is claimed is that cost is metered and visible, and
that task completion improved measurably — 3-of-4 to 4-of-4 for +0.1% tokens
after raising a step ceiling that had been terminating live work.

The findings file linked as the headline artifact publishes its own retractions
next to its results, including the correction of an earlier version of itself.

Validation

node scripts/validate-showcase.mjs
Validated 60 showcase project manifest(s).

visual.posterUrl points at raw.githubusercontent.com/.../showcase/kleos-research/assets/hero-card.png,
which resolves once this merges — matching the convention used by the existing
packages.

Kleos Research builds the layer between agents and the models they run on:
0xCopilot, a local-first desktop harness that runs on your own key or a
Virtuals ACP key, and Kaleidoscope, filesystem-native memory for agents.

The manifest declares `acp` and `token`. Both are earned: the harness routes
inference through compute.virtuals.io on an ACP key, discovering the model
catalogue live so per-Mtok pricing is visible before a task is spent rather
than after; and $CPILOT is tokenised through Virtuals (listing 113720).

Proof is inspectable rather than promotional. The headline artifact is the
harness benchmark, measured on the packaged app against a live model and
scored from the same records the product bills from. It reports a real win —
an inherited step ceiling was terminating live work, and raising it took task
completion from 3-of-4 to 4-of-4 for +0.1% tokens — and, in the same file, the
correction of an earlier version of itself that had declared that finding
falsified using a metric blind to the failure it was measuring.

Kaleidoscope's numbers come from held-out results published as a PDF: a
100,000-memory scan in 3.04 ms with no index, 99.7% of retrieval quality
retained at 32 bytes per memory, and 96% of the recall of a model four times
its size from 7.2 MB.

No comparison against another memory system is quoted. One looked significant
and was withdrawn after an aggregation fault was found — one side had been
scored across nine abilities and the other across ten — and the corrected
interval crosses zero. It is left out because it is not settled.

Validated with `node scripts/validate-showcase.mjs`.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

This is a fantastic submission — the level of detail in the README and the transparent, honest framing of the results (including the retractions) is exactly what we want to see. Really well done.

Just one small thing to align with the showcase conventions: the topics list has a few values that aren't on the standard list. This affects filtering on the main site, so it's good to keep it consistent. I've left a suggestion inline to trim it to the common ones — happy to discuss if you think others are essential!

(Totally optional nit: The tagline and description are great but a little long for the card format. No need to change, but if you see an easy way to shorten them, it might help them land a bit better.)

Also flagged:

  • Should fix: The 'topics' array in showcase.json contains several values not in the contributor guide's list of standard topics (agents, skills, commerce, security).

Refreshed after a new push. Any inline suggestions from the first pass may now be stale.

- topics now draw from tags already in use across the showcase (acp, compute,
  virtuals, token, robinhood-chain, developer-tools, privacy) rather than
  package-specific coinages. `memory` is kept as the one addition: it is the
  primary category of half this submission and no existing tag covers it.
- links.share points at the 0xCopilot launch post rather than the profile.
- adds skills/0xcopilot-local-workspace — bring up a local agent workspace on
  Virtuals compute, with the credential entry marked as a human-only handoff
  and the CLI's lack of a batch-run verb stated under "when NOT to use this".
- names the BEAM 100K tier and the open-source suite that measures it, and adds
  the CLI package and the memory-recall announcement as artifacts.

No Kaleidoscope skill: the evaluation suite is open source but needs the
`kscope` binary on PATH, and Kaleidoscope is not yet published. A skill whose
first step no reader can perform is worse than no skill.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@0x-copilot-dev

0x-copilot-dev commented Aug 17, 2026

Copy link
Copy Markdown
Author

Thank you — pushed in 5d8bbe3. Both points addressed, plus a skill.

Topics

Aligned. I took the replacements from what is actually in use across the other
packages rather than guessing at "common", so the list is now:

agents · memory · acp · compute · virtuals · token ·
robinhood-chain · developer-tools · privacy

Mapping from the flagged values: virtuals-computecompute + virtuals,
local-firstprivacy, byokdeveloper-tools, benchmarks dropped.

I kept memory as the single addition. It is the primary category of half
this submission and no existing tag covers it, so dropping it would make a
memory system unfindable by the word "memory". Happy to drop it if you would
rather the vocabulary stay closed — it is one line.

One small note in case it is useful for the guide rather than for this PR: the
field reference describes topic (singular) as the bucketed field with the
in-use values listed, and topics (plural) as "the free-form tags". If topics
is meant to be a closed vocabulary too, that paragraph may be worth tightening —
I read it as open, which is how I ended up with package-specific coinages.

Share link

Now the 0xCopilot launch post rather than the profile:
https://x.com/Copilot0x/status/2078188003479195781

The memory-recall paper announcement is added as an artifact alongside it, since
it covers the other half of the submission.

A skill, after all

You did not ask for one, but the template pushes for it and the earlier "n/a"
deserved better than a shrug. Added
skills/0xcopilot-local-workspace:
bring up a local agent workspace and point it at Virtuals compute, so work runs
on EconomyOS credits with per-Mtok pricing visible before a task is spent.

It is deliberately a workspace skill, not a task-runner. The CLI is a launcher
and installer with no copilot run "<task>" verb, and the skill says exactly
that under "when NOT to use this" rather than implying a pipeline that does not
exist. Signing in and entering the provider key are marked as human-only
handoffs, and copilot uninstall is called out as unrecoverable so an agent
never reaches for it as cleanup.

There is deliberately no Kaleidoscope skill. The evaluation suite is open
source, but it requires the kscope binary on PATH and Kaleidoscope is not yet
published — a skill whose first step no reader can perform is worse than no
skill. (Worth flagging for anyone who goes looking: the kscope package on PyPI
is an unrelated project by another author.) When it ships publicly, a memory
skill belongs here.

BEAM

The manifest and README now name the measurement — the BEAM 100K tier, ten
memory abilities over conversations from 100K tokens up, run through the
open-source suite that shells out to the real binary rather than reimplementing
it.

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