@newsletterTF how ironical: a clean-room reimplementation of #ClaudeCode with #ai assistance https://github.com/Kuberwastaken/claurst
> ...
> The process was explicitly two-phase:
>
> Specification spec/ - An AI agent analyzed the source and produced exhaustive behavioral specifications and improvements, deviated from the original: architecture, data flows, tool contracts, system designs. No source code was carried forward.
>
> Implementation src-rust/- A separate AI agent implemented from the spec alone, never referencing the original TypeScript. The output is idiomatic Rust that reproduces the behavior, not the expression.
> ...