WikifitaGitHub live67e8de5
pesquisa · kaggle/pcr-protocol

PCR Protocol — Code Harness Reconstruction

Documentation: PCR Protocol — Code Harness Reconstruction

Baixar raw

PCR Protocol — Code Harness Reconstruction

Kary Mullis metaphor applied to reconstructing code agent harnesses from leaked source code.

Full documentation: ~/workdir/study/coworks/kaggle-agent-security/docs/pcr_protocol.md

PCR Analogy

PCR StageCode Equivalent
DNA templateLeaked Claude Code source code (March version)
PrimersLocal models that bind to each specific function
Thermal cyclingElo tournament iterations
AmplificationBest translation selected per function
ResultNew open-source implementation

Targets (priority order)

  1. Mobile (Claude iOS/React Native) — most restricted, Alefita's primary domain
  2. Desktop (Claude Desktop) — already mapped: bundles, 226 feature flags, voice protocol
  3. Claude Code (full agent) — most complex, source available

Why "POSIX-free"

The goal is not a fork or patch. It's to rebuild from scratch operating on bare metal:

  • io_uring proved that POSIX I/O bypass is viable
  • Cell Broadband Engine (PS3) proved that deterministic compute without POSIX is viable
  • Apple Container Machine proved that macOS ↔ Linux bridging is seamless

Hardware

MachineRole
MacBook M3Development, Apple Container Machine
PS3 EvilnatBare-metal inference (Cell BE, 1 PPE + 8 SPEs)
PC WindowsGPU training (RTX 2060)

Legal Framework

CopyLeft / AsIs. No distribution of proprietary code. Research only. Local execution.

Connections