Rendered at 13:17:59 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
pvillano 5 hours ago [-]
I look forward to the coming era of human-optional formally verified programming competitions.
I wonder what other optimization+verification problems are out there that will make good LLM feedback loops.
Maybe something with query planners.
IshKebab 15 hours ago [-]
Neat, but I feel like you need to define "circuit" on that page! I thought this was like for silicon design or something.
baby 7 minutes ago [-]
they're the same, arithmetic circuits are just made out of addition and multiplication gates. They're used all over the place in programmable cryptography (ZKP, FHE, MPC)
ludamad 10 hours ago [-]
A matter of perspective. Anyone who works with SNARKs (ZK or otherwise) gets the terminology right away
AtHeartEngineer 14 hours ago [-]
Circuit is the standard term used for zero knowledge "programs"
sigbeta 6 hours ago [-]
this is super cool, didnt know zk circuits are really generalized version of all sorts of physical circuits
baby 21 hours ago [-]
I'm racing to be the first submission, amazing project :)
TheFirstNubian 9 hours ago [-]
Saw this earlier on LinkedIn and checked it out. Awesome initiative!
rirze 11 hours ago [-]
So... is this a dataset fishing operation essentially? You want to train or collect samples for better Lean proofs?
chews 6 hours ago [-]
In a world where llms read everything… every human contribution is a fishing expedition. At least here humans are trying to push a very hard frontier that llms arent good at yet.
I wonder what other optimization+verification problems are out there that will make good LLM feedback loops.
Maybe something with query planners.