mitschabaude Profile Banner
Gregor Mitscha-Baude Profile
Gregor Mitscha-Baude

@mitschabaude

Followers
1K
Following
9K
Media
45
Statuses
701

Co-founder @zksecurityXYZ Math & crypto. GPT-5/Codex addict. TypeScript magician. Lean4 enthusiast.

Wien
Joined February 2021
Don't wanna be here? Send us removal request.
@mitschabaude
Gregor Mitscha-Baude
9 days
After a few weeks of agent coding I find myself pushing hard to get Codex to produce less code πŸ˜… Didn't really succeed yet. It seems to go very much against the model's DNA.
1
0
0
@mitschabaude
Gregor Mitscha-Baude
28 days
pro tip: after fixing a bug / adding a feature, tell codex to try to break it by writing a failing test case
2
0
2
@mitschabaude
Gregor Mitscha-Baude
28 days
yeah I'm still figuring out how to get past that initial complexity barrier with vibe coding current thinking: - step in early, co-design the architecture - force it to be modular, easy to read - every aspect of the app must be covered by tests
@cryptodavidw
David Wong
28 days
ok so, vibe coding is great but it only gets you so far, once your app is established (you're playing with real data) and starting to get complex, then vibe coding changes can drastically fuck everything up
2
0
2
@mitschabaude
Gregor Mitscha-Baude
1 month
it's so funny how codex will confidently one-shot 1000-line PRs that span the entire codebase, but trip over when I tell it to commit
1
0
1
@mitschabaude
Gregor Mitscha-Baude
1 month
It's cute how gpt-5-codex, when planning changes, is sometimes like "we can do this bigger refactor once we have the bandwidth", as if it doesn't know it'll rip through it within minutes
2
0
1
@mitschabaude
Gregor Mitscha-Baude
1 month
Chat Control is the equivalent of police installing a camera in everybody's home that automatically reports suspicious activity. Except that it's much easier for determined criminals to bypass -.- If you're criminal anyway, you'll just illegally use an E2EE app lol EU, stop it!
@VitalikButerin
vitalik.eth
1 month
Fight Chat Control. You cannot make society secure by making people insecure. We all deserve privacy and security, without inevitably hackable backdoors, for our private communications. The fact that the government officials want to exempt themselves from their own law is
1
4
36
@mitschabaude
Gregor Mitscha-Baude
3 months
last message from GPT-4o πŸ₯² it's pretty unemotional, that's because of my system prompt, just shows how good 4o was at instruction following. such a nice and tasteful model, way ahead of its time!
1
1
26
@mitschabaude
Gregor Mitscha-Baude
4 months
the answer, after all, might be 2130706433 https://t.co/88nyeB8bdx nice write-up @AngusGruen
Tweet card summary image
hackmd.io
@mitschabaude
Gregor Mitscha-Baude
8 months
2013265921 or 2147483647?
0
0
1
@mitschabaude
Gregor Mitscha-Baude
4 months
> US twitter, for years: "europe can't do start-ups" > fastest-growing start-up ever launched from europe > US twitter: what must not be cannot be 😭
@thekitze
kitze
4 months
you can just invent numbers
0
1
1
@cryptodavidw
David Wong
4 months
Weaponizing AI Assistants: With Their Permission https://t.co/txuNniqp9Q
1
4
11
@mitschabaude
Gregor Mitscha-Baude
4 months
sounds like grok4 was explicitly brainwashed to parrot right-wing platitudes great job elon on the AI safety front we really need our AIs to value "effectiveness in short-term threat elimination" and not be "paralyzed by feelings" 🦾
@_shift_MIND
Stardust
4 months
@chatgpt21 @goodside Sure, quite a read though..
0
0
2
@mitschabaude
Gregor Mitscha-Baude
5 months
It's an honor to have @suneal_eth at @zksecurityXYZ, who is not only an excellent auditor but also finds critical bugs on Solana and other projects in his free time πŸ”₯
@TimGarcia0
Tim Garcia
5 months
On June 10, 2025 a potential security vulnerability was reported to the @anza_xyz Github Security Advisory by @suneal_eth, a security researcher from @zksecurityXYZ. The issue has been mitigated on all Solana clusters and all funds are safe. More details below πŸ‘‡
0
2
9
@mitschabaude
Gregor Mitscha-Baude
5 months
It's funny how with #LeanLang, math concepts mix with programming concepts. I now think of `theorem`s as the public API of a theory, and `lemma`s as the internal helper functions
1
1
11
@alinush
alin.apt
6 months
zk circuits: simple spec + complex implementation => perfect match for formal verification am i rite? or am i rite?
7
1
18
@mitschabaude
Gregor Mitscha-Baude
7 months
@cpojer
Christoph Nakazawa
7 months
I don't understand why squash merging is not the default on GitHub. The other options make no sense, and just slow things down. Similarly, it's confusing that people *still* use `git merge`. It makes everything so complicated. Always rebase, never merge.
0
0
8
@mitschabaude
Gregor Mitscha-Baude
8 months
5) If you have any circuit formalization needs, let's talk ☺️
0
0
3
@mitschabaude
Gregor Mitscha-Baude
8 months
4) That's how we got the idea for building 𝐜π₯𝐞𝐚𝐧 - check it out! Blog post, by my great colleague @g_dellimmagine: https://t.co/sQfvcfr6q0 Code:
Tweet card summary image
github.com
Lean circuit DSL. Contribute to Verified-zkEVM/clean development by creating an account on GitHub.
1
0
8
@mitschabaude
Gregor Mitscha-Baude
8 months
3) Lean is the best language I can imagine for an embedded zkDSL. It has rich math notation and is highly extensible to add your own syntax constructs. Dependent types make for an incredible programming experience if you care about correctness 😍
1
0
6
@mitschabaude
Gregor Mitscha-Baude
8 months
2) and instead of approaching formal verification as an add-on that is done after something is built - why don't we directly build stuff in a language that let's us prove theorems about our code?
1
0
8
@mitschabaude
Gregor Mitscha-Baude
8 months
Working on zk circuits in Lean has been my favourite project in the past couple of months! The idea: 1) instead of spending loads of time & money on tests/review/audits and still worrying that there are bugs, it's better to formally prove your circuits correct!
@zksecurityXYZ
zkSecurity
8 months
Introducing 𝐜π₯𝐞𝐚𝐧 We've been quietly working on a framework to write formally verified circuits, directly in Lean4 Blog post & video: https://t.co/31rbUSLP7A Here's what it looks like πŸ‘€
1
11
64