there's a "clean room" re-implementation of claude-code in rust. it claims it was a two-step process:
1. analyze claude-code to produce a text spec.
2. implement the spec without reference to the original code.
this is a lie. the rust code has copied things in the original that aren't in the spec. in particular, the ascii art for the "buddies" are not in the spec, but the rust strings are identical to the original.
unclear if it's the human or the coding agent that lied.




