Don't think my basil plant is gonna make it. Is there any resuscitating these things, or are they one and done if you aren't a ... professional basil ... wrangler? Whatever the word for that is.
@dalias@mhoye Arguable. For routine drudgery, it can type faster than I can. Even that can make a difference. It can also point out potential design, architecture, or security flaws, but you get to decide if they’re valid or not. I can’t stress enough how helpful AI can be for a solo developer. It can help you with small things, like why is my debugger failing? Stuff peripheral to writing the code itself. AI doesn’t inherently make stuff suck; people & companies who use it thoughtlessly do.
@mhoye@lo_fye Statistical recognition is pretty 💩 for identifying vulnerabilities/flawed code. Real static analysis tooling or even friggin grep is so much better. Reproducivle, fewer false positives, comprehensible logic for how the finding was reached.
@dalias@lo_fye so… for whatever my opinion is worth this is a place I think statistical recognition could really shine, not as a tool on its own but as a dowsing rod for deterministic needs.
As in, if a stochastic analysis or a corpus suggests some set of almost-patterns, great, make them rigorous and deterministic patterns. Use the tool to drive almost towards certainty, not just generate more almost.