"agent 3ย reported a huge breakthrough, but upon closer inspection its code was just hardcoding the solution"
SURE IT WAS. AND IT IS YOUR PROBLEM NOW ๐ฅณ
I vibe coded something like this for simulating custom scenarios. You can pull in old tx data or submit your own with the ability to spoof account data, balances, and slot numbers. It also simulates rpc/grpc, making it easy to hook up to other apps (like mintech) for testing
got bored last week during accelerate while y'all were at e11even, so I worked on a limited-lookback (1 month) historical account state service:
โ
getTransactionFixture(signature) -> TransactionFixture
โ
which returns everything you need (pre/post accounts, feature set, sysvars, txn status, rpc client version/hash, etc) to re-execute the transaction. very helpful for debugging and trying out changes. i think main use cases are something along the lines of:
โ
1. how would this trade have gone (as a maker or a taker) if program commit B was deployed instead of A?
2. how many cus would this txn have used if some other commit was live?
3. what was the pre/post execution state of some account? why was some special branch hit?
โ
in fact, 2. is exactly what i show in Figure 1 to compare p-token vs current tokenkeg. I took a random swap that went through zerofi and goonfi with my nifty client...
โ
the left shows all results matching (successful replay). the right shows me adding the flag --replace-program=TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA:https://t.co/woC9jdexN8, which replaces the current token program with the p-token program. we get a match in status, but a mismatch in CUs (and logs... p-token does not log "Instruction: Transfer"!).
โ
we will be using this internally (it has already come in handy bigly twice), but we also want to try to offer this to external users. if there's enough interest we may do a pilot. dm me if you want to try it.
@pxtvr@ShaShaPlsStop This is not true. Given the proper environment current models are extremely good at reversing. They definitely would have out performed the average 2020 sneaker bot dev
the sneaker reseller โ> sim swapper โ> onchain trader โ> vibecoder rotation must go hard if youโre 68 IQ and incapable of doing anything productive for society
The vision for Athas - to build the Framework of IDEs and let users craft their own development workflows
It could be an IDE designed specifically for:
- Minecraft plugin / mod dev
- Unity game dev
- Web dev
- Model training with notebooks
- Node-based automation workflows