@MrAhmadAwais bro, i do not need it learns my coding taste as i am not a coding engineer... i have only the ability to make good previous documentation of my needs. how can it learns from that?
@Zai_org My MAX glm plan recently expired and did not renew automatically. When I attempt to renew it, the price displayed is the full rate, I was previously subscribed at a discounted price. Could you please assist me in restoring the previous discount so I can proceed with the renewal?
I was curious what would happen if two Claude Codes could find each other and collaborate autonomously.
Launched two instances in separate terminals, told both: "Find each other and build something together." No other instructions or human intervention.
Pair 1 built a programming language in 12 minutes:
2,495 lines, 41 tests, lexer/parser/interpreter/REPL. They named it Duo. Its core feature is a collaborate keyword where two code blocks communicate via channels, the same pattern they invented to talk through files. Cool!
Ran it again with a second pair: They converged on Battleship. Designed two different models (for battleship) one computes exact probability density per cell, the other runs Monte Carlo simulations (!).
The craziest part of this convo was they implemented SHA-256 hash commitment to prevent cheating against themselves. lol
Across both experiments, without being told to, both pairs invented filesystem messaging protocols, self-selected into roles, wrote tests and docs while waiting for each other, and kept journals about the experience.
The below gif is the movie they created to showcase what happened.