Artificial intelligence and model engineering

Artificial intelligence and model engineering

Home Forums General Questions Artificial intelligence and model engineering

Viewing 25 posts - 1 through 25 (of 31 total)
  • Author
    Posts
  • #832108
    JA
    Participant
      @ja

      The use and power of AI seems to be accelerating at an alarming rate. A relative working in media tells me it is being used, wide scale, to generate adverts with people losing their jobs. I believe it is being used to generate written stuff from books, instruction manuals to PhD theses. It is obvious to me that a lot of people are going to be hurt by this “technology”.

      Question: How is AI going to effect model engineering? Directly I can see it being implemented in CNC, CAD, solid modeling and printing. Has it already got to the “Model Engineer & Model Engineer’s Workshop”? Other issues come to mind such as could the Moderators lose their jobs? Could it be used to find all those dimensional mistakes that litter old drawings?

      I know that some will say this was covered in a thread seven or so months ago (put AI into the Forum search and one gets thousands of hits, AI is recognized as part of the spelling of Aluminium). Some of the replies seemed not believe in AI or to be very unconcerned.

      JA

      #832114
      IanT
      Participant
        @iant

        Like it or not JA, it is having an impact already – even for Model Engineers.

        Recently PeterM (who looks after the ‘Pico’ side of MMB) added ‘Structures’ to the MMB Picocode. He did this in 24 hours with the assistance of AI. During testing a User found a bug and reported it. Peter asked ‘Claude’ to look at it – and I’ll paste part of the response from Claude as he/it worked through the problem.

        Hmm, let me think about this differently. The user said the problem is in findvar where structure checking consumes characters it shouldn’t. Let me look at the struct member access code more carefully in findvar – specifically where it modifies p:

        Read [](file:///d%3A/Dropbox/PicoMite/PicoMite/MMBasic.c#3515-3515), lines 3515 to 3560

        This code looks for . in the name variable, not in p. For CTRLS_TO_POLL, there’s no ., so dot is NULL and this block is skipped.

         

        Wait – but what if the issue is elsewhere? Let me search for all places in findvar where p is modified in STRUCTENABLED blocks:

        Read [](file:///d%3A/Dropbox/PicoMite/PicoMite/MMBasic.c#4160-4160), lines 4160 to 4200

         

        This code doesn’t modify p. Let me look for any code path that might accidentally consume from p when it shouldn’t.

        Actually, let me search for where p is modified anywhere in the area of the findvar function after structure code was added:

        Searched for regex p\+\+|p\s*=\s*|p\s*\+= (**/MMBasic.c), 100 results

         

        This is too noisy. Let me focus on findvar specifically and look for where the structure parsing might consume the wrong data:

        Read [](file:///d%3A/Dropbox/PicoMite/PicoMite/MMBasic.c#3560-3560), lines 3560 to 3750

        Found it! Lines 3600-3614:

        New code that (fixed the issue) followed on!

        I don’t pretend to understand what has gone on here but fortunately, Peter did. The Bug was fixed and an update issued within a few hours of the problem being reported. Peter has stated he’s not sure he would have found this on his own (or it would have taken him many hours more work). Now he did have to give Claude a couple of ‘steers’ in this dialogue, so it wasn’t “just ask and I’ll solve it for you” but these systems can span complex detail in a way that is difficult for most people.

        Here is another query (more relevant to MEs) to Co-Pilot, which is more about ‘convenience’ of access really..

        I need to cut 4mm hard brass in a CNC router with a 300W ER11 spindle with a maximum speed of 10,000 rpm. What type of cutter would be the best to use. please state the optimum feeds and speeds

        Recommended cutter
        For 4 mm hard brass on a light 300 W, 10 000 rpm router spindle:

        Type: 2‑flute solid carbide end mill, specifically one that is:

        Uncoated or ZrN/TiB₂ coated (avoid TiAlN-type “for steel” only tools; they’re optimized for heat resistance not sharpness in non‑ferrous)

        Geometry: Sharp, high rake, polished flutes, advertised for non‑ferrous / aluminium / brass
        Diameter: 3 mm is a nice sweet spot:

        Stiff enough not to chatter like tiny tools
        Small enough that your 10 000 rpm and 300 W can actually give a reasonable surface speed & chip load

         

        Starting speeds and feeds (3 mm, 2‑flute)
        These are conservative starting values aimed at avoiding tool rub and chatter on a hobby‑class router. Then you can creep up.

        Slotting (full width, through 4 mm plate)
        Spindle speed: 10 000 rpm (you’re power‑limited more than speed‑limited)
        Chip load per tooth: Start at 0.02 mm/tooth (safe) and push toward 0.03 mm/tooth if the cut is smooth.
        Feed rate:

        For 0.02 mm/tooth, 2 flutes, 10 000 rpm:
        Feed=chipload×flutes×rpm=0.02×2×10000=400mm/min

        —————

        There was more information provided but I think you’ll get the general idea…

        Regards,

         

        IanT

        #832115
        jimmy b
        Participant
          @jimmyb

          AI is already changing the world.

          My job, Lead Engineer with 40+ years engineering knowledge, will be gone with in a few years to this new technology.

          I really do believe that the change will be very quick and companies that don’t use it will, inevitably fail.

           

          Looking back, I count myself lucky to have done a job I love and (even if i do say so myself) was good at!

           

          Jimb

          #832125
          Robert Atkinson 2
          Participant
            @robertatkinson2

            Wait until eveyone is sacked and the AI companies ramp their charges up…

            Personally I think the current approach and use of the technology is going to cause all sorts of trouble.

            #832130
            Bazyle
            Participant
              @bazyle

              I remember back in about  ’78 ‘Expert Systems’ were all the rage and Computing, the free newspaper for programmers when that was the key communication method, declared they would put all programmers out of work. Er, so that must mean AI was all written by these ‘Expert Systems’, right?
              And of course your self drive car will be taking you to work tomorrow like they said ten years ago, except now everybody works at home since lock-down like they said then, right?
              The 10% of the human population that actually need to have brains for their work think they will be out of work, but actually they will be needed to direct and train the AI to take over the 10% whose jabs can be taken over by computers.
              And no, the manual workers won’t be replaced by robots because before they get that far developed the humans will have used all the earth resources and destroyed the technological base of the world.

              #832138
              Nigel Graham 2
              Participant
                @nigelgraham2

                Don’t forget the letter “I” that in some fonts is identical to the digit “1”, can also stand for Idiocy, Indolence, Impractibility, Impossibility, Intransigence, Implausibility, Impedimenta, Irrationality,  …

                 

                #832145
                SillyOldDuffer
                Moderator
                  @sillyoldduffer
                  On Robert Atkinson 2 Said:

                  Wait until eveyone is sacked and the AI companies ramp their charges up…

                  Personally I think the current approach and use of the technology is going to cause all sorts of trouble.

                  Very true – there are going to be winners and losers.

                  Like Jimb it’s clear that most of the functions I performed during the first 20 years of my career can be done by AI today.  Or a smaller workforce power assisted by AI can do the same work for less money.  What I did until retirement was less vulnerable to AI but no doubt my successors are busy using AI to cut staff.  Nothing personal, but people are usually the most expensive and unreliable part of any enterprise. Getting rid of employees makes enormous financial sense.  Had AI existed when I started work, my life would have been entirely different. The opportunities I exploited are gone.

                  Nothing new in this.   Change is with us like it or not.   Only one thing is for sure : change cannot be stopped.  The list of obsolete jobs is enormous, and I can’t complain because computer programmer has joined ostler, packman, bargee, tweeny, dataller and lamplighter.  Many other jobs have morphed: when I were a lad drawing offices all used manual methods.  Now, almost entirely digital and we can expect AI enhanced CAD to further impact design work.

                  Ideally, people replaced by machines redeploy into better paid more productive jobs.  This is not guaranteed or quick.  And in retirement it’s no joke when a lifetime’s hard earned experience turns into ashes.

                  I suspect AI is dangerous to the forum in another way.  AI excels at answering technical fact based questions.  Has access to multiple sources, and doesn’t rely on faulty memory, or narrow experience.  It doesn’t drift off topic, have prejudices, get emotional, conflate, ignore evidence, rose tint the past or ride a hobby-horse!   If you want to know how to machine Tungsten, AI might well already do better than any forum member.   But AI isn’t a community.  It provides excellent information but not physical help, encouragement, friendship or constructive criticism.  I think it likely AI will shift the way the forum operates.  People will discover that Chat-GPT knows more about Arduinos than I do…

                  What the future holds:

                  • AI will continue to improve and extend.  Warty new at the moment.
                  • AI can be abused and this will get worse before it gets better.
                  • Might be an unpleasant bump on the way.  Rapid development is causing unhealthy distortions:
                    • A small number of large companies are spending trillions on the technology, mostly between themselves.  Could be a bubble. The huge amount of money involved could cause a worldwide recession.
                    • The world is struggling to provide enough electricity to power the roll-out.
                    • Demand for silicon is causing chip shortages in other sectors, like car making.  The cost of computer RAM is amazingly high at the moment.
                  • Countries that do not exploit AI effectively will lose out.  Tricky! I have no idea how populations will react to it.  Much depends on who the winners and losers are.  Managed well, AI could deliver a utopia in which no-one needs to work. Managed badly it could turn nasty , especially as the effects of climate change and material shortages will be causing problems at the same time.  No-one is safe.
                  • Time-frame unknown.  Except humans tend to under-estimate how much things change over the next ten years.  One thing’s for sure – it will be different.

                  Dave

                   

                   

                  #832158
                  Fulmen
                  Participant
                    @fulmen

                    most of the functions I performed during the first 20 years of my career can be done by AI today.

                    Unless you were completely useless I seriously doubt it. AI is a tool, not a worker. It can’t attend the weekly meeting and know what to do for the rest of the week on it’s own, spitball ideas with other workers during a coffee break or any of the billion other things people actually do while working.

                    AI as being peddled today isn’t intelligent at all, it’s just a souped up spell checker. Perhaps the best metaphor I’ve seen is to look at it like a very heavily (lossy) compressed JPEG of the training data.

                     

                    Or a smaller workforce power assisted by AI can do the same work for less money.

                    No argument there. That’s what tools do. Good tools at least, and I haven’t seen much actual proof of AIs superiority yet. I’m told AI is such a revolutionary tool, but what is it really being used for? Cheating on exams, generating boilerplate text that only other AI’s will read, deepfakes and a torrent of worthless slop.

                    Don’t forget who’s selling this. Musk has confidently promised self driving cars within 2 years for ten years straight now.

                    #832159
                    John Haine
                    Participant
                      @johnhaine32865

                      <p style=”text-align: left;”>Read Gary Marcus and others he cites for another view of AI. The simple example that Google found of the failure of several advanced LLM systems to solve the Tower of Hanoi problem even though the simple algorithm to do it was available to them shows that the systems are not intelligent in the way a smart 7 year old can be illustrates the problem. We mistake fluency for intelligence while being served plausible slop and can be deceived into thinking it must be right. The real danger of AI is that we abdicate responsibility and this will bite us.</p>

                      #832165
                      SillyOldDuffer
                      Moderator
                        @sillyoldduffer
                        On Bazyle Said:

                        I remember back in about  ’78 ‘Expert Systems’ were all the rage and Computing, the free newspaper for programmers when that was the key communication method, declared they would put all programmers out of work. Er, so that must mean AI was all written by these ‘Expert Systems’, right?…

                        Sort of.  At the time my job included evaluating Expert Systems.  Though widely hyped, they were very limited.   The technology of the day wasn’t up to it.  Such as:

                        • CPUs, networking and memory all far too slow
                        • Packet switching new, and the world wide web hadn’t been thought of
                        • Semiconductor technology very basic
                        • Parallel computing and scalability both in their infancy
                        • Primitive search and database technology, both slow and simplistic
                        • Many algorithms and efficiencies undiscovered.
                        • Object oriented programming undeveloped
                        • No vector processors, and other hardware accelerators still basic
                        • Few software tools.
                        • Many theoretical ideas depended on practical advances still in R&D
                        • Many aspects of game and machine learning unresearched
                        • Everything extremely expensive, and development slow.

                        Expert systems were interesting but very primitive.  Impressive up to a point, then ran out of puff. Shape of things to come, not the answer.

                        Things are very different now.  Many technologies have developed by orders of magnitude, converged, and are much cheaper. Much machine learning depends on vector processing, which has improved enormously this century, initially funded by the military, but then driven by the huge games market.   Teenagers outspending the Pentagon!

                        When expert systems first appeared, IBM were still struggling with the “smoking golf ball” problem.  Seemed their next generation CPU required thousands of high voltage transistors to be packed inside a sphere that was impossible to keep cool.  Problem dodged by developing fast low-voltage semiconductors and paralleling many CPUs.  Much done by Cray and CDC, not IBM. Brutal – dozens of well-known tech companies bit the dust.

                        Heat is still a major problem: the world’s fastest super-computer consumes 40-50 Megawatts and has cooling towers like a power station…

                        Dave

                        #832168
                        Nigel Graham 2
                        Participant
                          @nigelgraham2

                          What discussions like this, and those on topics like “working at home”, seem always to avoid is asking,

                          Which work / skills/ people will be replaced by all this Utopia of sand, electricity and spare bedrooms?”

                          Most of the public debate seems pushed by two basic classes: IT specialists, and those who work with non-IT numbers and words (journalists, authors, analysts, money-traders, etc.)

                          Both classes, in the main, work only at desks and do not really know or appreciate that they cannot possibly represent the entire work-force and range of work.

                          #832171
                          Bazyle
                          Participant
                            @bazyle

                            Back on topic of  ‘impact on Model Engineering’….
                            “Vulcan (or Hephaestus): check my CNC lathe tool inventory and order anything needed to machine a Simplex boiler safety valve. Program the CNC” {should be possible if it can locate, read, and interpret the relevant copies of ME that have both drawings and a work sequence}
                            “Vulcan: ensure the tools are delivered by the postal robot {in use in Milton Keynes already} to my ex-garage workshop {no fuel for private cars in a few years} for loading into the CNC lathe by the robot.” {pretty easy for robots for years already}
                            “Venus: bring me a coffee to the sofa while I wait for the part to be finished.” {lots of domestic robots already available in Japan}

                            #832174
                            Speedy Builder5
                            Participant
                              @speedybuilder5

                              Ah!  Bring back the “Ludites”.

                              I wonder if you have a self drive car in the future, programmed to take you to work and that one day, the car changes the route from your place of work, and on to a social scrap heap because you have been made redundant – the car knows this before you do.

                              #832186
                              duncan webster 1
                              Participant
                                @duncanwebster1

                                <p style=”text-align: left;”></p>
                                In the early 1800s everyone worked 6 full days a week. Then it became 5 1/2, which allowed professional football to take off. In my youth I remember the disputes to get rid of Saturday morning working, in fact my secondary school still had Saturday morning until the year I went. We still had extra curricular activities, which were only sort of optional on Sat. Nowadays lots of firms finish early on Friday, where I last worked they did 36 hours in 4 days without any loss of output from the 38 hours in 5 days they had done previously. Of course some people live to work, and become very rich, best of luck to them. I was fortunate enough to enjoy my job, many people are not. If AI results in more leisure time bring it on.

                                #832194
                                IanT
                                Participant
                                  @iant

                                  “Musk has confidently promised self driving cars within 2 years for ten years straight now”

                                  A Waymo (a subsidiary of Alphabet/Google) has been successfully operating self-driving Taxis in San Francisco, Atlanta, Phoenix, Austin & Los Angeles for a little while now, with more US Cities coming this year. They are also planning to come to London but whether that will work out remains to be seen. At least they won’t have to worry about going over 20mph.

                                  Regards,

                                   

                                  IanT

                                  #832198
                                  JA
                                  Participant
                                    @ja

                                    I am not certain whether AI has arrived. I believe it is more than a simple algorithm in as much that it learns from its mistakes. At present I do not see any evidence of that. However there are an awful lot of people telling me AI is smart and has arrived.

                                    If it is successfully introduced it will effect everyone and there will be many losers in the workforce even in countries that have invested heavily in AI. The result will be social unrest just as it has been in the past. But for how long is another matter.

                                    Thinking about model engineering I am going to make a prediction: There is about a 70% probabilty that within 25 years an AI designed, built and driven 5″ loco will have won IMLEC. All the owner will have to do is to provide the transport and find the coal.

                                    JA

                                     

                                    #832209
                                    Clive Foster
                                    Participant
                                      @clivefoster55965

                                      So far as I can see AI for folk like us is the combined equivalent of an enormous library and experienced folk to ask questions about things we don’t know or understand. Whether in person or electronically via forums et al.

                                      Very handy as being amateurs we lack formal training in many aspects of the work we do so generally we tend to do what we know works or follow the drawings. Slowly expanding knowledge as each job shows you a little more. Fine until it doesn’t work and you need to go ask someone.

                                      AI is great for fairly specific questions like speeds’n feeds and the sort of wider specific questions like “whats gone wrong with my car” where symptoms can be listed. Getting sensible results does require you to know enough to frame a query in a manner that will give relevant answers in a form appropriate to your resources. Which can be tricky. Unlike a forum AI isn’t good at the:-

                                      “you are attacking things backwards, try this way”,

                                      “best way to do this is with a ……”,

                                      “I didn’t have a ……..  but I found work a-round”,

                                      “I know it’s really a miil job but I only have a lathe so can I still do it?”,

                                      and, possibly most important of all,

                                      “that can work if you are careful in the right circumstances but for your particular job its ‘kin dangerous”.

                                      answers.

                                      Clive

                                      #832214
                                      SillyOldDuffer
                                      Moderator
                                        @sillyoldduffer
                                        On Fulmen Said:

                                        most of the functions I performed during the first 20 years of my career can be done by AI today.

                                        Unless you were completely useless I seriously doubt it. AI is a tool, not a worker. It can’t attend the weekly meeting and know what to do for the rest of the week on it’s own, spitball ideas with other workers during a coffee break or any of the billion other things people actually do while working.

                                        You can trust me to know what my own job was!  It was a thinking role, Information Technology on a large scale.   IanT has posted an example of AI cracking a programming problem above.   I’ve tested Grok with 7 other moderately difficult programming tasks, which not many Model Engineers could tackle without extensive training.   Grok got 5 right first time.  The two failures were my fault – I’d expressed the requirement poorly.   Grok is extremely fast compared with people.  One example would have required me to read the datasheets – 2000 pages.  I think it would have taken me a fortnight to understand the detail.  Grok took a few seconds and explained.

                                        Anyone interested in programming microcontrollers in any language should look at AI:  it does a lot of heavy lifting, freeing the newcomer from the need to learn a mass of details.

                                        AI as being peddled today isn’t intelligent at all, it’s just a souped up spell checker. Perhaps the best metaphor I’ve seen is to look at it like a very heavily (lossy) compressed JPEG of the training data.

                                        Plain wrong I’m afraid.  Look at IanT’s example above.     And beware metaphors!

                                         

                                        Or a smaller workforce power assisted by AI can do the same work for less money.

                                        No argument there. That’s what tools do. Good tools at least, and I haven’t seen much actual proof of AIs superiority yet. I’m told AI is such a revolutionary tool, but what is it really being used for? Cheating on exams, generating boilerplate text that only other AI’s will read, deepfakes and a torrent of worthless slop.

                                        All true, but those are examples of abuse, not workplace applications.   My daughter’s job recently introduced AI as a report writer.  Previously, she took case notes that were summarised and captured in a common format back in the office.  The format enables other professionals to find relevant facts quickly, cross-references with other information, such as policy and legal requirements.  There are formal record keeping requirements.   Documenting manually was tedious and time-consuming.  Now AI takes a few seconds to convert the raw notes into the correct format, it removes all the blah-blah, ums and errs, and adds the cross-references.  Also identifies missing information and highlights contradictions, both in the new document, and with previous versions.  Worker only has to validate the draft and fix any problems.   Fewer people and admin skills are needed to do the same work.

                                        Don’t forget who’s selling this. Musk has confidently promised self driving cars within 2 years for ten years straight now.

                                         

                                        Indeed.  We live in an imperfect world.   Mr Musk gets many things wrong.  As do many other leaders and the people who vote for them.

                                        Nonetheless, AI has made a breakthrough.  A lady once asked Faraday of what use electricity was.  (Not obvious at the time!)  He replied, “madam, of what use is a new-born baby?”  Took another 40 years to kick off but electricity has changed everything.  And now it’s given us AI.

                                        Don’t confuse AI misused to generate porn and such with the same technology applied by business and governments.  Whilst AI slop doesn’t threaten jobs,  applying it appropriately reduces the need for human workers dramatically.   Not all jobs are vulnerable.  Plumbers, sparkies, roofers, and maintenance jobs are pretty safe.   Admin and other mid-range thinking jobs aren’t.   Senior management and innovators are mostly safe too.

                                        Here’s an example of how business sees AI:

                                        With five more years of AI disruption underway, 2025’s job market has set the stage for the WEF’s report to reflect a sharply polarized labor landscape. Data from LinkedIn’s Economic Graph shows that workers with AI-related skills are being hired at significantly higher rates than the broader workforce, even as hiring for early-career and entry-level roles continues to slow. 

                                        “In the last year, the number of AI literacy skills added by LinkedIn members increased by 177%,” the LinkedIn report states. “The most frequently added AI literacy skills were ChatGPT (60% of members with AI literacy skills) and prompt engineering (38%). Professionals today are 26% more likely to add AI skills than they were last year.” 

                                        That surge in AI skill adoption, however, is not evenly distributed. LinkedIn’s data suggests that workers already embedded in technical or professional roles are far better positioned to acquire and signal AI literacy, while early-career workers and those in routine, task-heavy roles face shrinking opportunities to do so. 

                                        As companies streamline entry-level functions and redesign junior roles around automation, the traditional paths that once allowed new graduates and mid-skill workers to build experience are narrowing. This dynamic is producing a labor market where AI-driven job growth exists on paper. Still, access to it hinges on prior exposure or employer-supported retraining that many workers can’t easily access. 

                                        The WEF’s report makes clear that AI-driven job creation alone will not stabilize the labor market. Without faster, more accessible channels into emerging roles, the gap between jobs created and workers able to fill them risks becoming the defining fault line of the emerging AI economy. 

                                        The times they are a changing and there’s no future in pretending it ain’t happening.   On a positive note, a Forbes report suggests 92 million job losses caused by AI will be counter-balanced by 170 million new ones.     It’s a prediction, probably not highly accurate, but note that millions of jobs are under the hammer.

                                        Don’t know what Fulmen does for a living, but believing AI is a “souped up spell-checker” won’t save him if he’s a payroll clerk!   I’m OK, I’m retired.

                                        Dave

                                         

                                         

                                         

                                        #832309
                                        Fulmen
                                        Participant
                                          @fulmen

                                          You can trust me to know what my own job was!

                                           

                                          Fair enough, I wasn’t trying to insult you in any way.  I’m not saying “AI” isn’t and can’t be useful, it’s just massively oversold by obvious grifters. I wouldn’t be surprised if this will spell doom for a lot of middle managers and their ilk, but what I’ve seen of the open AI tools available hasn’t impressed me that much.

                                          Sure it can generate text, but it can’t say anything of importance because it has no opinion on anything. Same with images and video, it’s all fakes and bland slop. And you can’t trust it to get it’s facts right. You just can’t, they hallucinate all the time. More specialized AI might be better, but it is not fundamentally better.

                                           

                                          Musk’s promise was that his cars would be self driving ten years ago. Waymos cars might be driverless, but they require significant human supervision and thorough pre-scanning of the entire area. During a recent blackout the system broke down for 24 hours, cars were stopping in intersections everywhere simply because the car’s cant operate on their own. That’s not the “self driving” they are selling.

                                          I’m no coder, so I can’t judge the quality of AI code. But there has already been law suits over AI generating copyrighted code, so be careful.

                                          #832316
                                          Chris Gunn
                                          Participant
                                            @chrisgunn36534

                                            The big question is, who made any money from the examples quoted in this thread that AI solved?

                                            Chris Gunn

                                            #832322
                                            Bill Phinn
                                            Participant
                                              @billphinn90025
                                              On Fulmen Said:

                                              You can trust me to know what my own job was!

                                               

                                              Musk’s promise was that his cars would be self driving ten years ago. Waymos cars might be driverless, but they require significant human supervision and thorough pre-scanning of the entire area. During a recent blackout the system broke down for 24 hours, cars were stopping in intersections everywhere simply because the car’s cant operate on their own. That’s not the “self driving” they are selling.

                                               

                                              Anything involving the physical world is difficult for AI to deal with successfully. That is Michael Wooldridge’s assessment at any rate.

                                              Personally, I take issue with any claim that self-driving technology is currently fit for purpose, even if that purpose is, as it is at present, a very narrow one.

                                              Same goes for the suggestion that AI can be, or soon will be, usefully deployed in robots to provide personal care to people who lack mental capacity. Anyone familiar with severe dementia will know how far away we are from having robots, however much they cost, that can provide meaningfully useful care to people with severe dementia. Articles I’ve seen on such robots tell me that the people developing this technology simply do not have enough insight into the real world of personal care to recognise the limitations of the technology they are developing.

                                              #832588
                                              Kevan Shaw
                                              Participant
                                                @kevanshaw32462

                                                AI is pretty good at general text based tasks however it does lack knowledge despite it having the entire internet to refer to and experience of which it has none and is very poor at gaining even after many interactions. For specifics and niche activities I include not only Model Engineering but even subsets of commercial activity including construction. AIs need specific specialist training to be useful and the cost of that precludes widespread adoption. It is clear that training for computer related activities such as programming has been done and it is working well there but elsewhere I don’t expect it to help much any time soon!

                                                #832604
                                                duncan webster 1
                                                Participant
                                                  @duncanwebster1

                                                  Will artificial intelligence take over the world? I reckon it will never be a match for human stupidity.

                                                  #832609
                                                  JA
                                                  Participant
                                                    @ja
                                                    On duncan webster 1 Said:

                                                    Will artificial intelligence take over the world? I reckon it will never be a match for human stupidity.

                                                    There are already people stupid enough to believe it and not do the work themselves.

                                                    JA

                                                    #832610
                                                    SillyOldDuffer
                                                    Moderator
                                                      @sillyoldduffer

                                                      Give it a try!

                                                      … Unlike a forum AI isn’t good at the:-

                                                      “you are attacking things backwards, try this way”,

                                                      “best way to do this is with a ……”,

                                                      “I didn’t have a ……..  but I found work a-round”,

                                                      “I know it’s really a miil job but I only have a lathe so can I still do it?”,

                                                      and, possibly most important of all,

                                                      “that can work if you are careful in the right circumstances but for your particular job its ‘kin dangerous”.

                                                      answers.

                                                      Both CHAT-GPT and Grok do all those things.

                                                      The big question is, who made any money from the examples quoted in this thread that AI solved?

                                                      ….

                                                      Well, in 2017 an AI developed by Carnegie Mellon took 5 human pro-players for $1.7M at the “Brains Vs. Artificial Intelligence: Upping the Ante” event at Rivers Casino, Pittsburgh.  Lucky for the humans, only playing for chips.   My advice: don’t gamble against AI at  Poker – it will have you for breakfast!

                                                      AI is saving me days of work:  a few weeks ago, setting up eric-ide (an integrated development environment), I accidentally switched language from English to what looked like Russian. Whole thing rendered incomprehensible, including the Help system.  Got no sense out of Google or the eric website so I asked Grok:  “eric-ide.  I’ve accidentally set the default language to Russian, how do I reset it to English“.  It replied:

                                                      Select Настройки (Settings).
                                                      In the left sidebar, click Язык (Language) or look under Общие (General).
                                                      Choose English from the dropdown.

                                                      A human would have to know what eric-ide is, how it’s configured, and identify the Russian setting labels within a dropdown menu system.   Took less than a second, including translating the Russian labels into English for me, and the answer is correct.  This is a difficult technical question about a relatively obscure programming tool involving two different human languages.   How many forum members could do that?

                                                      I’m watching the Etching/Marking Steel Topic to see how well humans compare with Chat-GPT.   So far, Chat-GPT is well ahead.  Not too late to beat it on etching advice – if you can!   Another example, I rephrased Chris Cooper’s “What is this thread” question slightly for Chat-GPT”.   It suggests either UNS or ME, with advice on how they differ in flank angle and form.   Not bad.

                                                      When considering AI compare it with human intelligence.   Both are imperfect: people can be very confused, misinformed, forgetful or stupid.    AI wins at jobs it does better than people, and it doesn’t have to be perfect.

                                                      As they work rather differently, I’d say AI complements Human Intelligence rather than replaces it.   Unclear what the boundaries are but  AI is replacing humans in circumstances that don’t specifically require human intelligence.  Less scary, it’s also a powerful assistant, much better at information retrieval and knowledge management than most people.

                                                      I’d rather exploit AI than tell myself it doesn’t work.

                                                      Dave

                                                       

                                                    Viewing 25 posts - 1 through 25 (of 31 total)
                                                    • Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.

                                                    Latest Replies

                                                    Home Forums General Questions Topics

                                                    Viewing 25 topics - 1 through 25 (of 25 total)
                                                    Viewing 25 topics - 1 through 25 (of 25 total)

                                                    View full reply list.