Re: Software Engineering Reports
Dude <[email protected]>
| Newsgroups | alt.buddha.short.fat.guy,comp.theory,alt.computer,alt.pc |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On 8/13/2026 1:43 PM, dart200 wrote: > On 8/13/26 12:56 PM, Dude wrote: >> Learn to code. Go? >> > > shut up dud > Learn to code. Get a job. Make money and save up to buy a home and send your son through college. You can do this Nick! "For a while now, software engineering has undergone a profound, fundamental shift: Where we once wrote most lines of code by hand, we now ask AI coding assistants and agents to generate large swaths of code for us. But AI needs supervision, so it is we, the humans, who must read the generated code, clean it up, and verify that it does what we want it to do. And because AI has a limited view of the greater context in which the code it generates must operate, it is we who define the system architecture, design the boundaries between services, and ensure the overall safety and reliability of our production environments." In this paradigm, the things that matter most in our developer tools are shifting, too. From Writing to Reviewing: Why Go is an Ideal Language for AI-Assisted Software Engineering Cameron Balahan , AUG. 11, 2026 https://tinyurl.com/3yxkzn2h Note: While engineers write AI logic in Python, the underlying computations are almost always executed in C++.