Earlier quoted context omitted.
Had a couple of Taurusii back in the day. 100% ended up having a problem where the power steering pump shit the bed because a plastic piece in the pressurized side failed. Paid to repair one, oem pump broke on drive home due to same plastic piece under pressure. My point being, Ford's had shit for brains for decades. Its a fucking wonder any of their vehicles make it out of the parking lot.
I had a Focus in the 2000's that was the most reliable car I ever owned. Rust got it eventually but it still started instantly at any temperature and ran like a new car.
Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
61–70 of 592 posts
Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#62Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#63Interestingly, there were no consequences for the execs that made this 'mistake'. There seems to be almost unlimited cover for execs cargo culting on using AI as a pretext for layoffs. If it doesn't implode almost immediately, they get massive bonuses, if it blows up in their face, oh well they had the courage to 'take a bold strategic decision' In other words, they don't really have a plan, but they are happy playin…
Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#64Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#65The reason AI fails in Industry is that SKILL.md or other knowledge-injection methods do not guarantee compliance. AI just thinks it "knows better".
If compliance was the main issue we wouldn't have had to invent ways for computers to do something other than exactly what they were asked.
Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#66This is going to be the norm across the board as the models have failed to live up to the hype. I do think LLMs and agents and all are great at helping you through tough problems but we aren’t there yet on getting them to do all the work while we just architect and design. Again, it’s close, and for your use cases you might be there already but for low level and big corporate lift and shifts, it’s not there yet. I ha…
Documentation driven development is your friend here. 75% of my workflow is generating documentation, at ever lower levels of abstraction, until it’s just code. The code usually comes out optimal, clean, and bug free (after passing tests) and. Suuuuuper well documented lol. It’s human in the loop over and over again tho
Some might hate that writing code (which they enjoy) is turning into that, others might doubt the efficacy of doing that and the claims about it working so well.
Personally, I’d say that docs help as long as they’re meaningful and not too long (even AI tools have limited context), but you probably also want to codify what you can into code.
For example I wrote a tool in Go and goja called ProjectLint (not public yet but anyone can do that in a week) where you write custom rules in regular ECMAScript that can check whatever you want - code conventions across languages, project structure and architecture and all the stuff that goes under “In this project, we do X but don’t do Y” that just telling an LLM about (or colleagues) will be worth nothing (even memories and focus are limited), instead CI gates that.
I guess I reinvented a simplified and stack-agnostic version of ArchUnit but whatever, it works for me and I can use the same tool in Python and Java projects and elsewhere as well as parallelize all the read only checks and run sequentially the potential-write ones that might auto-fix stuff.
Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#67Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#68How interesting. So a Ford car is now more reliable than a Toyota soon after purchase but Toyota didn’t fire anyone and Ford fired, implemented automated reviews, and rehired. So their process didn’t bring them back to neutral. It placed them above the traditionally reliable manufacturers. So maybe the key is firing everyone and then rehiring the good guys after you implement automated systems. Though I’m somewhat su…
Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#69Re: Ford AI hiccups push carmaker to rehire ‘gray beard’ inspectors
#70Interestingly, there were no consequences for the execs that made this 'mistake'. There seems to be almost unlimited cover for execs cargo culting on using AI as a pretext for layoffs. If it doesn't implode almost immediately, they get massive bonuses, if it blows up in their face, oh well they had the courage to 'take a bold strategic decision' In other words, they don't really have a plan, but they are happy playin…