Forgot your password?
typodupeerror

Comment actually (Score 2) 86

> .. But it can't assess authorial intent.

idk if you're using the same popular code-writing tool that i am, but it's way better than human programmers at documenting the whys in addition to the whats and hows. additionally it's a snap to have it curate the architectural and design decisions currently being introduced. the oral record going forward is going to be --much-- more robust than in the past. as far as assessing the authorial intents of existing code, it's pretty good at that too.

i don't love this situation, and i mourn the craft i've spent several decades honing, but it credit where it's due.

Comment Re: Where would training come from? (Score 1) 159

i think you're reading a regurgitation viewpoint into what i'm saying. i put 'think' in quotes because i'm still wary of describing them as thinking, but yeah i totally agree they're way beyond regurgitation at this point. i mean, huge portions of human reasoning are language-based. the entire field of formal mathematics is founded on symbol manipulation, for example. so it makes sense that being good at working with language can result in reasoning.

Comment Re: Where would training come from? (Score 1) 159

yeah maybe.

i wonder how much language-independent discussion of software design is out there. can an AI only "think" in a specific language like python or whatever ? i'm assuming the bulk of the code intelligence is coming from scraping SO and all the coding blogs out there, which in my experience are almost always using the context of a specific language.

otoh, maybe that doesn't matter. it can assume python for "thinking" about design and then drop down to the ai-direct language for implementation.

and over time if the bots share their experiences then a corpus of training material will become available. i imagine those discussions, the bots writing their own coding blog posts, will be fiercely guarded by the various corporations producing coding models.

Comment disagree with all the shade here (Score 5, Interesting) 125

IDK,
i bumped in to the occasional overly-rigid process hiccup at SO but by and large i found it to be a tremendously effective tool, both for asking and answering Qs. imo, the last fifteen years or so of software development owe an awful lot to SO. the rigid rules people are complaining about here (eg closing questions as dupes) definitely contributed to SO's effectiveness.

that said, i'm using past-tense for SO. as much as i owe SO, the many AI helpers are easier and usually better.

it does beg the obvious question of how the AIs are going to get training material for future technologies.

Slashdot Top Deals

The easiest way to figure the cost of living is to take your income and add ten percent.

Working...