惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
P
Proofpoint News Feed
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
量子位
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
x.klickd v4.1: Portable, Encrypted, Human-Governed Memory...
Davincc77 · 2026-05-31 · via DEV Community

While everyone celebrates the collapse of token costs, we are still measuring the wrong thing.
The real problem is not only the price of the token anymore. It is that memory remains disposable.

AI does not just need better models. It needs memory that travels with you: portable, bounded, inspectable, encrypted, governed by humans, and able to survive beyond a single session.
That is exactly what  .klickd  has been building from day one.

long running workflows coherent
Today I am releasing x.klickd v4.1, with its full DOI evidence pack, npm and PyPI packages:
• DOI: https://doi.org/10.5281/zenodo.20459934
• GitHub: https://github.com/Davincc77/klickdskill
• npm:  @klickd/core@4.1.0 
• PyPI:  klickd==4.1.0 
The problem: AI memory is still too disposable.
Most long AI workflows still rebuild context inside prompts. At first, this feels harmless. A few reminders, a few project notes, a few constraints. But as the workflow grows, prompt-history memory grows with it.
Token consumption rises. Latency can increase. Context gets noisier. Contradictions accumulate. The model may still answer, but continuity becomes harder to trust.
That matters for coding, education, research, governance, security reviews, agent workflows, gaming, robotics, drones and mission-heavy systems. In those environments, memory is not decoration. It is operational infrastructure.
What  .klickd  proposes
 .klickd  explores a different architecture: a portable, encrypted memory file that can carry structured skills, preferences, constraints, evidence, policies and optional compressed memory across sessions, models, agents and devices.
The AI model does not decrypt the  .klickd  file. A trusted runtime does. The model only receives the safe, relevant, sanitized context selected for the task.
The goal is not to make prompts longer. The goal is to make memory more responsible.
When it all  .klickd 

x.klickd radar matrix

The turning point came when the skill catalogue stopped being a catalogue at all. It became an architecture: a shared competency backbone, domain-specific layers, governance rules, evidence policies, human-veto mechanisms and optional compressed memory.
That was the moment it all  .klickd .
The benchmark did not invent the idea. It stress-tested it. And under that pressure, the architecture began to reveal its core promise: AI memory does not have to grow noisier as projects grow longer. With the right structure, it can become more portable, more bounded, more governed, and more useful.
In v4.1,  .klickd  is not presented as a universal standard. It is not claiming native support across all AI systems. It is a working open format and reference architecture showing how portable AI memory can function in practice.
What v4.1 includes
v4.1 turns  .klickd  from a promising format into a more serious architecture. It includes:
• a mapped x.klickd competency matrix;
• structured Lite and Pro skill packs;
• governance rules;
• evidence policies;
• human-veto mechanisms;
• optional  compressed_memory  for longer workflows;
• npm and PyPI packages;
• a DOI evidence pack with benchmark reports, scripts, metadata and limitations.
Compression is not the whole story. The first efficiency layer comes from structure: deciding what should be remembered, how it should be organized, what can be safely injected, and what must remain governed. Optional compressed memory is the second layer, especially useful when projects become long enough that repeated context becomes structurally expensive.
The principle is simple:
Maximal quality input for minimal token size

repeated context overhead
Benchmark result: repeated context overhead
The v4.1 benchmark tests the kind of workflow  .klickd  was designed for: long-running, multi-session, multi-condition AI projects.
It compares multiple conditions: no memory, prompt-history memory, manual context repetition, project-docs-only context, static  .klickd , compressed  .klickd , cross-session resume, cross-language continuity, cross-agent continuity, human-veto behavior, contradiction handling and CI-weakening resistance.
The completed benchmark aggregate covers four complete bundles:
• 7,200 expected outputs;
• 7,189 valid outputs;
• 11 errors;
• 99.85% completion rate.
Compared with prompt-history memory:
• static x.klickd bundles reduced repeated input-token overhead by approximately 76.49%;
• optional  compressed_memory  reduced repeated input-token overhead by approximately 93.34%;
• governance conditions such as cross-session resume, cross-language continuity, cross-agent handoff, human-veto, contradiction handling and CI-weakening resistance remained in the same efficiency band, around 92.3-92.9% reduction.

Quality scoring
The benchmark also includes automatic long-project quality scoring across the 12 tested conditions.
Under this benchmark-specific rubric:
• x.klickd condition family mean: 86.24 / 100;
• standard AI usage without x.klickd: 58.51 / 100;
• best x.klickd condition,  xklickd_compressed_bundle : 88.79 / 100;
• best non-x.klickd baseline,  project_docs_only : 73.62 / 100.

quality scoring

“Standard AI usage without x.klickd” means no portable memory file: prompt-history memory, project documents, or no memory.
This is not a general intelligence score. It is an automatic, benchmark-specific long-project score built from completion, bounded memory, context architecture, early resume, language switch, cross-agent handoff, contradiction handling, human-veto / CI behavior and final delivery persistence.

Why the bundle 5 incident matters
The fifth bundle,  b05_drone_mission_ops , was excluded from the aggregate. It passed a 24/24 mini-probe after the Gemini cap was adjusted, but the full run hit provider quota and rate-limit constraints before completion.
That is not a failure of the x.klickd architecture. It is a provider-capacity limitation in a hard stress scenario. It is documented separately in the DOI evidence pack.
The process also improved the benchmark harness itself. PR #91 added request timeouts, wall-clock caps, progress logging and deadlock-resistant execution. PR #92 classified provider spend-cap exhaustion as terminal rather than retrying until the job timed out.
A serious benchmark is not one where nothing goes wrong. A serious benchmark is one where failures are visible, classified, fixed and documented.
Where this fits in the memory landscape
The need for AI memory is not unique to  .klickd . Many systems are exploring agent memory, graph memory, project memory, MCP memory and persistent assistant state.
 .klickd  takes a specific stance inside that landscape:
• memory should be portable;
• memory should be encrypted;
• memory should be user-owned or organization-governed;
• memory should carry skills and responsibility, not only chat history;
• memory should remain bounded rather than becoming an endless prompt-history archive.
Future evaluation should compare  .klickd  against established long-term memory benchmarks such as LongMemEval and agentic multi-session environments such as MemoryArena. The current v4.1 benchmark focuses on long-project continuity, governance conditions and repeated-context overhead rather than claiming direct superiority on public memory benchmarks.

Beyond chat
If this architecture scales,  .klickd  is not only relevant to chat assistants.
It becomes relevant to coding projects that last hundreds of sessions, student learning continuity, AI tutors, persistent NPCs in gaming worlds, drones and mission operations, robotics, space missions, agentic workflows and AI-native operating systems.
A drone mission, a long software migration, a student learning path, a persistent game character or a multi-agent research project cannot rely forever on copy-pasted summaries and growing prompt histories. They need structured continuity. They need memory that can be inspected, constrained, transferred and governed.
Limits
 .klickd  is not yet universal. It does not provide automatic GDPR or EU AI Act compliance. It does not replace spend caps, RBAC, audit logs, provider controls, security reviews or deployment governance.
The current v4.1 release shows that  .klickd  can work as a portable, encrypted memory format in controlled long-project benchmarks. Broader adoption requires adapters, UX work, independent replication, security validation and integration into real runtimes.
That distinction matters. The ambition is large, but the claim must stay precise.
Try it
npm: Benchmark result: repeated context overhead
The v4.1 benchmark tests the kind of workflow  .klickd  was designed for: long-running, multi-session, multi-condition AI projects.
It compares multiple conditions: no memory, prompt-history memory, manual context repetition, project-docs-only context, static  .klickd , compressed  .klickd , cross-session resume, cross-language continuity, cross-agent continuity, human-veto behavior, contradiction handling and CI-weakening resistance.
The completed benchmark aggregate covers four complete bundles:
• 7,200 expected outputs;
• 7,189 valid outputs;
• 11 errors;
• 99.85% completion rate.
Compared with prompt-history memory:
• static x.klickd bundles reduced repeated input-token overhead by approximately 76.49%;
• optional  compressed_memory  reduced repeated input-token overhead by approximately 93.34%;
• governance conditions such as cross-session resume, cross-language continuity, cross-agent handoff, human-veto, contradiction handling and CI-weakening resistance remained in the same efficiency band, around 92.3-92.9% reduction.

token reduction
Quality scoring
The benchmark also includes automatic long-project quality scoring across the 12 tested conditions.
Under this benchmark-specific rubric:
• x.klickd condition family mean: 86.24 / 100;
• standard AI usage without x.klickd: 58.51 / 100;
• best x.klickd condition,  xklickd_compressed_bundle : 88.79 / 100;
• best non-x.klickd baseline,  project_docs_only : 73.62 / 100.
“Standard AI usage without x.klickd” means no portable memory file: prompt-history memory, project documents, or no memory.
This is not a general intelligence score. It is an automatic, benchmark-specific long-project score built from completion, bounded memory, context architecture, early resume, language switch, cross-agent handoff, contradiction handling, human-veto / CI behavior and final delivery persistence.
[x.klickd v4.1 quality score: ./xklickd_v41_quality_score_final.png]
Why the bundle 5 incident matters
The fifth bundle,  b05_drone_mission_ops , was excluded from the aggregate. It passed a 24/24 mini-probe after the Gemini cap was adjusted, but the full run hit provider quota and rate-limit constraints before completion.
That is not a failure of the x.klickd architecture. It is a provider-capacity limitation in a hard stress scenario. It is documented separately in the DOI evidence pack.
The process also improved the benchmark harness itself. PR #91 added request timeouts, wall-clock caps, progress logging and deadlock-resistant execution. PR #92 classified provider spend-cap exhaustion as terminal rather than retrying until the job timed out.
A serious benchmark is not one where nothing goes wrong. A serious benchmark is one where failures are visible, classified, fixed and documented.
Where this fits in the memory landscape
The need for AI memory is not unique to  .klickd . Many systems are exploring agent memory, graph memory, project memory, MCP memory and persistent assistant state.
 .klickd  takes a specific stance inside that landscape:
• memory should be portable;
• memory should be encrypted;
• memory should be user-owned or organization-governed;
• memory should carry skills and responsibility, not only chat history;
• memory should remain bounded rather than becoming an endless prompt-history archive.
Future evaluation should compare  .klickd  against established long-term memory benchmarks such as LongMemEval and agentic multi-session environments such as MemoryArena. The current v4.1 benchmark focuses on long-project continuity, governance conditions and repeated-context overhead rather than claiming direct superiority on public memory benchmarks.
Beyond chat
If this architecture scales,  .klickd  is not only relevant to chat assistants.
It becomes relevant to coding projects that last hundreds of sessions, student learning continuity, AI tutors, persistent NPCs in gaming worlds, drones and mission operations, robotics, space missions, agentic workflows and AI-native operating systems.
A drone mission, a long software migration, a student learning path, a persistent game character or a multi-agent research project cannot rely forever on copy-pasted summaries and growing prompt histories. They need structured continuity. They need memory that can be inspected, constrained, transferred and governed.
Limits
 .klickd  is not yet universal. It does not provide automatic GDPR or EU AI Act compliance. It does not replace spend caps, RBAC, audit logs, provider controls, security reviews or deployment governance.
The current v4.1 release shows that  .klickd  can work as a portable, encrypted memory format in controlled long-project benchmarks. Broader adoption requires adapters, UX work, independent replication, security validation and integration into real runtimes.
That distinction matters. The ambition is large, but the claim must stay precise.
Try it
npm: npm install @klickd/core
python: pip install klickd
Evidence pack:
https://doi.org/10.5281/zenodo.20459934
GitHub:
https://github.com/Davincc77/klickdskill
Conclusion
The broader question is no longer only which model is most capable. It is how memory, authority, continuity and trust should be carried across the systems that increasingly mediate human work.
If AI becomes infrastructure, memory cannot remain trapped inside disposable sessions. It needs to become portable, inspectable and governed by the people and organizations it serves.
That is the direction  .klickd  is designed to explore.