Workers

7 posts

Workers banner
Workers

Workers

@workersio

AI agents that rigorously verify every line of code they produce.

Sandbox Se unió Haziran 2025
0 Siguiendo76 Seguidores
Tweet fijado
Workers
Workers@workersio·
Mathematics is all you need
GIF
English
3
3
16
3.3K
Workers retuiteado
Chaitanya
Chaitanya@chaaai·
We should all write better tests! There's a ton of literature about software testing, but most engineers (including Claude) default to example-based testing. Great for regressions, not so much for finding bugs in your implementation. For anything outside of unit or integration tests, the standard response I hear is -'It doesn't work on my code.' So I'll try something - each week I'll share a technique that has made a meaningful difference in how teams build reliable, high-quality software, and I hope it will do the same for you. The first one is - Swarm Testing, inspired by a talk I attended by "Papers We Love". The links to the paper and the blog post are in the comment below.
English
2
4
12
2.2K
Workers retuiteado
Chaitanya
Chaitanya@chaaai·
@_chenglou every time i sit with a customer to help them prove the correctness of some property of their system, they can't stop doing more it. Verification is becoming fun again, though defining the right abstractions and properties to prove is still non trivial.
Chaitanya tweet media
English
0
1
2
655
Workers retuiteado
Chaitanya
Chaitanya@chaaai·
Claude Code skill to formally verify your Rust code > npx skills add workersio/spec A good way to check for unexpected behavior in the critical parts of your code is by model-checking it. Kani helps you check the safety and correctness properties of your Rust code. A few devs wrote their very first proof harness using this skill and are now unstoppable
Chaitanya tweet media
English
1
3
11
1K
Workers retuiteado
Chaitanya
Chaitanya@chaaai·
Verifiers > Plaintext context Having good verification tools helps a lot, eg. if you are doing something with distributed systems, giving claude access to @quint_lang or TLA+ can help it ideate the design and model check it so it's sure there are no edge cases that may be hard to resolve at implementation time.
English
0
4
16
1.7K