Three kinds of wrong, in ascending order of what they take from you. The gap between the second and the third is the whole game.
AI floods you with the silent rung specifically — plausible-looking wrong code, faster than review catches it. Vog's whole move is to convert silent failures into loud ones.
Not lint rules. Not discipline. The language gives you no way to write them.
Vog code moves through one result shape: Ok or Ng (“no good,” say “nog”) — a typed failure value, never a hidden exception. The full glimpse keeps it brief: enough syntax to show the posture, not a tutorial.
We catalogued twenty-eight ways a language's design lets you fail, banded every one honestly — unrepresentable, caught at compile time, or merely minimized — and benchmarked Vog against fourteen languages without trying to make it win. Read the footgun catalog and judge for yourself.
Vog is still in design — the repository isn't open yet, but it will be under appropriate open source licenses. No mailing list, no launch date; just the thinking, shared in the open until the code and compiler are ready to share.