Jeff Duntemann's Contrapositive Diary Rotating Header Image

Odd Lots

3 Comments

  1. Ed says:

    I saw an interesting, almost off the cuff comment, by someone on Twitter the other day (ESR?) to the effect that we may have already seen the last new major computer language created.

    Vibe coding doesn’t *care* what the target language is: C, C++, Fortran, Swift, Rust … modules, subroutines, objects … they are all designed to let and help *human* programmers create.

    AI doesn’t care. It’s context window is (or will be) essentially unlimited.

    “GOTO” is no longer considered harmful.

    1. I wonder if it would work to give the AI a functional spec–what the software is supposed to do–written in English, and then vibe-code the spec into an English-language (or whatever language the users might speak) description of how the code should be shaped. Then, once the code description is judged correct, have programmers translate the English language description into whatever programming language management has chosen. This would be something like drawing a flowchart, but in words, not graphics. I feel strongly that programmers should be involved with every line going into the project at hand, to spot misunderstandings and hallucinations before their being compiled into an executable.

  2. Bill Beggs says:

    The Tempest AI video is fascinating. I was astonished how far AI has come in solving problems of this complexity. It was interesting that he used a $66k Dell, 96 core workstation to help with the AI modeling & simulations. To better understand the game, I looked for a version of Tempest online but can’t seem to find one that duplicates the arcade version.

Leave a Reply to Jeff Duntemann Cancel reply

Your email address will not be published. Required fields are marked *