A simple tool to figure out just how much LLM generated code has been used in a project. Obviously not perfect, but it automates the task of going through commits for “co-authored by” statements and other signs. In the off chance you don’t want to use the CLI, there’s also a web app!

  • Artwork@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    6 hours ago

    Holy smokes… Freaking awesome!
    Of course… Programming is normally a human art…
    Programming is of human for human to automate machines…
    It is as any of people to be left in the infinite history, to learn from and improve accountably, too…

    Thank you very much for the marvel… art you do…

    There’s the following book I recall on the subject that is an essential for every accountable, astute, and respectful developer, artist, I believe.

    …a computer language is not just a way of getting a computer to perform operations but rather that it is a novel formal medium for expressing ideas about methodology. Thus, programs must be written for people to read, and only incidentally for machines to execute.

    …the essential material to be addressed by a subject at this level is not the syntax of particular programming-language constructs, nor clever algorithms for computing particular functions efficiently, nor even the mathematical analysis of algorithms and the foundations of computing, but rather the techniques used to control the intellectual complexity of large software systems.

    Our traffic with the subject matter of this book involves us with three foci of phenomena: the human mind, collections of computer programs, and the computer.

    Every computer program is a model, hatched in the mind, of a real or mental process. These processes, arising from human experience and thought, are huge in number, intricate in detail, and at any time only partially understood.

    They are modeled to our permanent satisfaction rarely by our computer programs. Thus even though our programs are carefully handcrafted discrete collections of symbols, mosaics of interlocking functions, they continually evolve: we change them as our perception of the model deepens, enlarges, generalizes until the model ultimately attains a metastable place within still another model with which we struggle.

    The source of the exhilaration associated with computer programming is the continual unfolding within the mind and on the computer of mechanisms expressed as programs and the explosion of perception they generate.

    If art interprets our dreams, the computer executes them in the guise of programs!

    ~ Source: “Structure and Interpretation of Computer Programs” (SICP; or “Wizard Book”) by Harold Abelson, Gerald Jay Sussman, Julie Sussman