1. AI Accelerates Coding but Verification Remains the Bottleneck
AI enables rapid code generation, outpacing testing and deployment. "We can write code a lot faster than we can safely deploy it at the moment" (getregistered). Historically true, but AI exacerbates it: "a single developer with Claude code can very easily overwhelm even a couple of testers" (lelanthran).
2. Debate on AI Making Formal Verification Mainstream
Optimism that AI lowers barriers to formal methods like VGD or Lean, but skepticism persists. "AI is making formal verification go mainstream... The landscape has changed qualitatively" (baq). Counter: "This nonsense again. No. No it isnβt" (badgersnake). "Formal verification is going mainstream as watercooler weekend project fodder" (Ericson2314).
3. Static Typing and TDD as Practical Alternatives to Full Formal Verification
Types and tests offer accessible verification over full proofs; dynamic languages debated. "The most useful and used type of test is type checking" (anon-3988). "AI assisted coding is going to cause a resurgence of interest in XP... AI makes it easy to write well-tested code" (andrewmutz). TDD risks with AI: LLMs may "invent something that ensures that it is balanced" (9rx).