Comment Re:Open Source Wins Again (Score 1) 57
The problem with providers like z.ai is running into compliance problems and corporate paranoia.
If you are that paranoid, then your only solution is running local models. They do run OK'ish on a modern MacBook. The twist is: all the good ones are Chinese. And the MacBook is made in China too.
Though to much groaning from the tech staff he's also recently discovered vibe coding so. who the f*** knows anymore.
I'm Australian too as it happens, and my boss has just discovered the joys of vibe coding. The rapid progress is gives you a real sense if accomplishment and mastery at the start. Everyone who didn't approach it as a Luddite raves about this programming gig for the first few weeks. But then they hit "the wall", where every new feature introduces a fresh bug, and every bug fix introduces two more, and all the time they are racking up token costs. They have no idea what is going on under the hood, and no way of fixing it. Disillusionment sets in, and they give up.
You can get past the wall using the usual programming techniques like writing specs, then tests, then code. Token costs can be reduced by selecting the right model for each job. If you break up the tasks into simple enough steps and supervise it you can use an open source model, and the tokens cost you nothing. But those skills and applying them well are the things a professional programmer brings to the table. Tell a manager about specs, tests, and selecting the tool, and he'll look at you like your speaking Klingon, which you might as well be. He will then slink back into his hole - which is probably a well lit office with bay window views, that let so much light in you get eye strain from looking at the screen when programming.
TL;DR: don't worry about it. It's just a passing phase. Provided he doesn't do too much damage in the next 6 months, you'll be fine. If the business is selling software to customers, long term I'd be far more worried about what they are doing with LLM's.