Author Topic: AI and vibe coding have truly revolutionized software development  (Read 7556 times)

0 Members and 7 Guests are viewing this topic.

Online nctnico

  • Super Contributor
  • ***
  • Posts: 30091
  • Country: nl
    • NCT Developments
Re: AI and vibe coding have truly revolutionized software development
« Reply #75 on: August 21, 2026, 07:24:46 pm »
Based on my own experience I have to say that you have to be careful with the guard rails you put in place. Recently I have been working on a project with a broadly defined API while implementing a subset. It is hard to keep Claude on track in such an environment. Especially when there are a lot of other constraints. The more information you add, the easier it is for Claude to lose focus on the problem at hand.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 
The following users thanked this post: Siwastaja

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 6395
  • Country: nz
Re: AI and vibe coding have truly revolutionized software development
« Reply #76 on: August 22, 2026, 04:51:55 am »
I get SuperGrok and more recently Grok Build included in the Twitter sub I already pay for.

Version 3.5 has gotten pretty good. I don't know whether to buy some tokens for 3.6.

I use it for basic math and analysis as much as for actual coding.

An example from a few minutes ago:

Code: [Select]
Given:
 
cost per kWh:
 

* HoP $0

* night $0.3187

* peak $0.6375

* shoulder $0.3825

 
Fixed daily charge: $1.15
 
In a given day:
 

* total cost

* total kWh used

* percent of kWh used in HoP

* percent of kWh used in other than peak

 
How to calculate:
 

* kWh used in peak + shoulder

It came up with the (correct) formula:



It also figured out (in a fresh conversation, with only the above information, knowing nothing else about me) that I'm with Electric Kiwi in the Northpower region of NZ, on the "MoveMaster" plan.

It also correctly pointed out the new rates from September 19, in which night rate drops to $0.181 and shoulder rate goes from 1.2x night rate now to 2.5x night rate.

I think it found that information from my EEVBlog forum post ... not knowing it was mine, but the numbers match.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6325
  • Country: gb
Re: AI and vibe coding have truly revolutionized software development
« Reply #77 on: August 22, 2026, 07:35:03 am »
The most annoying things it does for me right now are:

Not checking which folder the shell is in, before starting a task.  I have had it execute a ticket all the way through to "review" when the multi-agent review panel of AIs (Cursor + Claude in both straight mode and adversary mode (A college added a 3rd mode, the steelman mode who tried to disarm the adversady))... only then did it realise it was in the wrong project entirely.

Not checking what branch and PR it's on when multiples are in flight in parallel.  I have had to go down the walk of shame several times, pulling commits, canceling out commits with a recommit of a prior tag.... force pushing rewritten history... cherry picking... rebasing.

It's just so uncivilised.

"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."
"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."

"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."

"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."

"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."



This is my day.
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #78 on: August 22, 2026, 08:03:11 am »
"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."
"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."

I added something like this to my CLAUDE.md once:

"New features in new feature branch, then PR, then loop checking if the PR tests fail and try to solve any issues. Fix pre-existing issues too."

Are you not allowed to do something similar?
 

Offline negativ3

  • Frequent Contributor
  • **
  • Posts: 468
  • Country: th
Re: AI and vibe coding have truly revolutionized software development
« Reply #79 on: August 22, 2026, 02:30:21 pm »
I just installed Claude desktop app and thought I'd check out what settings it has.
Anyone know why it would need and enable webcam access by default?
I haven't heard of any user presence or document scanning skills/needs but I'm happy to admit ignorance of its uses (useful or not)?

Background apps is semi obvious where it needs to run poweshell/other software to complete a task.

 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #80 on: August 22, 2026, 04:27:47 pm »
I would assume it asks the camera permission so that you can ask it "look at this thing with camera". It does have vision after all (I mostly give it screenshots). Could be very handy if you deal with hardware, you could show it a PCB for example. Or some physical documents if you don't have a scanner.

Claude desktop app is a recent addition which I haven't tried yet. Claude Code is quite funny because it lives in a terminal and totally maxes out what a terminal can do (extensive trickery with mouse support, true color, scrolling emulation which finally works, even a hack to paste images with CTRL+V (but obviously can't show images on terminal)) - maybe we developers have some sort of sentiment on command line / terminal emulators, but obviously you don't need CLI program to run commands on your computer which is the whole point. So a graphical application obviously can do everything the CLI tool can (maybe with the exception you can't run it in tmux, but instead either built-in remote functionality in the software, or one needs to use remote desktop software which are heavier on network bandwidth), and additionally show images, graphs, mathematical formulas and symbols, better-looking tables, etc. in the middle of the discussion. Claude Code in console instead has to generate a web page and pop up a browser, or call gnuplot, to show a graph. Not a bad way to deal with it, but let's face it, truly embedded-in-discussion pictures and graphs are better.

Anyone tried the desktop app? Maybe I should give it a go. But these are always things that have great risk of breaking something that works so well, and the gain will not be huge. The key interface with truly agentic process is after all text-format chat, and that works in terminal just fine.
 
The following users thanked this post: negativ3

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #81 on: August 22, 2026, 04:52:07 pm »
Basically, it's always a good assumption it can do things that are not obvious / not in marketing.

A good example - computer use. Official docs say not yet available on linux. I wanted to give it a try in even more difficult setting: I was not home, but I have SSH access to my home computer (linux). It has VMWare installed which runs Windows 11, which has a special piece of GUI program installed, used to check some prequalification datasets. So after running these tests, generating large CSVs, I normally click through the GUI and get accepted/not accepted plus some plots (like Nyquist stability circle). Now I wanted to see what happens if I just ask...

"I heard you are good with computer use. Try to launch my VMWare Windows 11 instance, Windows PIN code is 1234, and run those prequalification results on the tool, launch icon is on the desktop".

And off it goes. It uses tool calls to some X Window System specific xtest cli tool which can inject mouse clicks at arbitrary positions, takes screen captures, looks at them and goes on. Without any descriptions of how that GUI software works, after 45 minutes it had ran all four prequalification datasets and showed the results, with stored screencaps. So perfect success. Is this efficient? No way, I click through the same paths in 5 minutes. Maybe I should have installed some remote desktop software and do that manually, yes. But automation is automation. I had other things to do.

"Let me take a screen capture"
(seconds later:)
"I can see an open button here, I'll click it"

and so on.

resembling the speed elderly people use UIs. So clearly Fable using computer GUIs through screencaps and xtest CLI calls is not the efficient way to use a computer. And, to be fair, I supplied no instructions what to do with the software, so it was running it "the first time", and the first time I ran it, I also took probably 45 minutes.

But, the key is: it's not an advertised feature; there's absolutely nothing special in the harness supporting any of this. It's all based on the fully generic agentic loop concept, and generic training resulting in generic creativity. This is a perfect demonstration how AI differs from just "algorithms". It figures out very clever ways to achieve the results, and delivers.
« Last Edit: August 22, 2026, 04:59:05 pm by Siwastaja »
 
The following users thanked this post: nctnico

Offline negativ3

  • Frequent Contributor
  • **
  • Posts: 468
  • Country: th
Re: AI and vibe coding have truly revolutionized software development
« Reply #82 on: August 22, 2026, 05:01:22 pm »
Interesting, I assume no nefarious intent with access to the webcam, I just found/find it curious it wasn't an transparent part of the approval routine for installation (raised credentials).

Yes, i've been running the Claude CLI for a while now and it's a very neat way to see what's going on, as well as having task manager open to see all the processes it operates.

I have found that keeping Claude memory operable over OS reinstallations (playing with SSDs at the moment) to be somewhat more of a challenge. I'm trying to keep all the state files mirrored to a separate HDD to keep backups up to date. The latest attempt kept all projects in tact but lost all chats. I keep detailed .md files up to date for each project so not too much work needs doing to get back on track. Codex is much smoother in this respect.
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 6395
  • Country: nz
Re: AI and vibe coding have truly revolutionized software development
« Reply #83 on: August 23, 2026, 06:32:24 am »
* kWh used in peak + shoulder

I tried the same thing on Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf on my RISC-V "K3" SBC. It took 15 minutes total, including one extra prompt in the middle to remind it to combine peak & shoulder terms as both used T. At 14W that's 3.75 Wh which at my average power cost is 0.135 cents. Grok takes 48 seconds.

### Final Answer
$$ \text{kWh}_{\text{peak+shoulder}} = \frac{C - 1.15 + T \left( 0.3187H + 0.2550O - 0.5737 \right)}{0.0638} $$

**Where:**
*   $C$ = Total daily cost
*   $T$ = Total kWh used
*   $H$ = Percent of kWh in HoP (decimal)
*   $O$ = Percent of kWh in "other than peak" (decimal)
*   $1.15$ = Fixed daily charge
*   $0.0638$ = Shoulder rate ($0.3825$) - Night rate ($0.3187$)
*   $0.3187$ = Night rate
*   $0.2550$ = Derived coefficient for $O$ ($0.3188 - 0.0638$)
*   $0.5737$ = Derived constant ($0.6375 - 0.0638$)

[ Prompt: 26.3 t/s | Generation: 3.7 t/s ]
« Last Edit: August 23, 2026, 06:36:09 am by brucehoult »
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6325
  • Country: gb
Re: AI and vibe coding have truly revolutionized software development
« Reply #84 on: August 23, 2026, 07:39:30 am »
Auto mode is fairly spicy these days.  I gave it a main.h and main.c from a cube project.  Just those files copy pasta'd.  Asked it, on linux, to "de-HAL" it and make it work in VSCode.

Went to get coffee.

Came back to this:


The PCB was blinking and that is the correct Flash ID.  "Auto" or "YOLO" mode ... it just helped itself to the hardware and testing the f'ing thing too... with OpenOCD debugger.

Now to let it loose on the fly in the ointment.  It deferred the USB CDC peripheral to a next step.  Apparently it thinks,"import the STM32 HAL version" or "TinyUSB".  So I'll edit this if it manages to get Tiny USB to run.

The final test is... is it a pile of none-sense?  I already see it using "BSP" prefixes, which has a distinct smell to it as a pattern used on discover series boards and the associated docs from STM.  "Board Support Package".  Then again, if the BSPs are not using HAL, why not copy pasta them if they are "Free for use under terms.... etc."
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #85 on: August 23, 2026, 08:19:22 am »
Auto mode is fairly spicy these days.

I finally started using it instead of full dangerously-skip-permissions I have happily used for ~5 months. Not because anything bad happened, but because taking unnecessary risks indeed is stupid. Auto mode is quite neat because another model (dumber one, but not dumb, it can understand what was user actually consented) reads the whole discussion so if it sees "USER: Delete the production database   AGENT: *tool call to delete the production database", it lets it through. Any amount of simple pattern matching ("oh, the command contains rm -rf, must be blocked just in case") is going to slow down real work happening; auto mode is clearly better than that. Some residual risk remains, but then again, many, me included, were fine running the full risk of giving 100% trust to the main agent on every tool call without any checks, with no disasters.
 

Offline iMo

  • Super Contributor
  • ***
  • Posts: 6883
  • Country: li
Re: AI and vibe coding have truly revolutionized software development
« Reply #86 on: August 23, 2026, 09:48:41 am »
Last couple of days I tried harder with several local quantized versions of gemma4, qwen38, qwen35, qwen25coder, etc. (which fit into my 16GB) and also (out of my curiosity) with some smaller like mistral3 and a like.

Tried to create a python script for making ADEV/MADEV graph off a .csv file with data - like the one see below.

Result: no one was able to create a code which was able to even produce an output. The number of issues was enormous.
I asked ChatGPT (free online) to analyze their outputs and the number of errors/issues found was typically around 15.

The only ChatGPT (online) created a working code with a graph on the first shot, but being not able to get a correct MADEV math even after aprox 6 iterations (it finished with correct result only after it was finally instructed by me to use the python's "allantools" lib)..

PS: For last ~3years I've been testing the onlines and new great magic local ones with following riddle:

"A day before yesterday I was 25 years old. The next year I will be 28 years old. What is the date of my birthday?"

You may alter the figures there as well like 51/54 or 92/95..

Till today all locals I tried got problem to get the correct result - except the latest gemma4 12b QAT Q4 which gave the correct result straight (perhaps it has been trained for this particular riddle). Btw., couple years back even the online AIs had problems with that riddle.. The online ones have been trained to that riddle since then, imho. You may try it with a local 27b or 35b when you are with enough ram.

PPS: I even tried to use the npacker/web-tools in my LMStudio with instructing the locals in the prompt to search for ADEV/MADEv math on the web, but the process was so slow and looping I resigned with the attempt at the end..
« Last Edit: August 23, 2026, 10:17:29 am by iMo »
Readers discretion is advised..
 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #87 on: August 23, 2026, 10:20:48 am »
Last couple of days I tried harder with several local quantized versions of gemma4, qwen38, qwen35, qwen25coder, etc. (which fit into my 16GB) and also (out of my curiosity) with some smaller like mistral3 and a like.

Tried to create a python script for making ADEV/MADEV graph off a .csv file with data - like the one see below.

Result: no one was able to create a code which was able to even produce an output. The number of issues was enormous.
I asked ChatGPT (free online) to analyze their outputs and the number of errors/issues found was typically around 15.

The only ChatGPT (online) created a working code with a graph on the first shot, but being not able to get a correct MADEV math even after aprox 6 iterations (it finished with correct result only after it was finally instructed by me to use the python's "allantools" lib)..

I stumbled on this summary about local vs. API interference: https://wiki.pulsedmedia.com/wiki/Self-Hosting_LLMs_vs_API

The bottom-line of author's experimentation is that even the larger side of local models (those with >100 billion parameters, so we are talking about investing tens of thousands of HW) fall seriously short in quality compared to even lowest-end API models (like Claude Sonnet, the third out of the four-model lineup, no one would use it for real agentic programming tasks because better options are available). They fail totally in multi-step reasoning and keeping coherent over a longer session, and that's exactly what needed in real-world programming tasks. Unless the task is something trivial like "scan function prototypes in .c file and generate corresponding lines on the .h file" but that sort of AI helpers have been evaluated in the past and it's exactly the "programmers think they are 30% more productive and end up being 20% less productive" region. I think we are past that era, good riddance. Modern AI is like an actual coworker, not an automated keystroke optimizer.

I think local inference for serious development work is so far off radar by many orders of magnitude it's fool's errand. That doesn't mean local inference is completely useless; small models specially trained to do one single task, like, let's say, language translation, conversion of free-form data, could make sense as a part of some automated workflow. But you would need to have lot of that workflow going on to enable batching (parallel inference) and put the HW investment in good use.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 42068
  • Country: au
    • EEVblog
Re: AI and vibe coding have truly revolutionized software development
« Reply #88 on: August 23, 2026, 11:07:32 am »
Oh boy, I am rarely wrong in anything, but when I am, I really enjoy the moment.

My observations from starting to use modern-day agentic AI for programming, i.e., vibe coding, are confirming nearly everything fanboys have been saying for some time already.

Sure, it probably wasn't that good a year or two years ago.

I was totally impressed 3 1/2 years ago when it could not only code, but also understand a description of physical shift registers and display decoders and convert that to code.

 

Online kite31

  • Regular Contributor
  • *
  • Posts: 249
  • Country: au
Re: AI and vibe coding have truly revolutionized software development
« Reply #89 on: August 23, 2026, 11:14:54 am »
PS: For last ~3years I've been testing the onlines and new great magic local ones with following riddle:

"A day before yesterday I was 25 years old. The next year I will be 28 years old. What is the date of my birthday?"

Till today all locals I tried got problem to get the correct result - except the latest gemma4 12b QAT Q4 which gave the correct result straight (perhaps it has been trained for this particular riddle). Btw., couple years back even the online AIs had problems with that riddle.. The online ones have been trained to that riddle since then, imho. You may try it with a local 27b or 35b when you are with enough ram.
I tried this on Qwen3.8 27b. It reasoned to the correct answer in a few minutes. The dense model is not quick.

On Bruce Hoult's pricing equation, Qwen3.8 not only answered, it detailed the assumptions, variables, added a stepwise explanation, worked examples and things to check. It took ages albeit the little portable was very hot so probably thermally throttled. The same machine used Qwen3.6 35b/3b (MLX) to give the equation correctly with no frills, in 1m 45s at 52 t/s.
 
The following users thanked this post: iMo

Online KE5FX

  • Super Contributor
  • ***
  • Posts: 2618
  • Country: us
    • KE5FX.COM
Re: AI and vibe coding have truly revolutionized software development
« Reply #90 on: August 23, 2026, 05:54:31 pm »
I stumbled on this summary about local vs. API interference: https://wiki.pulsedmedia.com/wiki/Self-Hosting_LLMs_vs_API

The bottom-line of author's experimentation is that even the larger side of local models (those with >100 billion parameters, so we are talking about investing tens of thousands of HW) fall seriously short in quality compared to even lowest-end API models (like Claude Sonnet, the third out of the four-model lineup, no one would use it for real agentic programming tasks because better options are available). They fail totally in multi-step reasoning and keeping coherent over a longer session, and that's exactly what needed in real-world programming tasks.

The article's latest history entry is from May 26, though, which was before the latest round of releases -- K3, Qwen 3.8, GLM 5.2, DS4 Flash, probably a few I'm forgetting.  That's ancient history in this business.  Not only that, but the models they were evaluating were themselves obsolete at the time of writing. 

At this point the harness has as much to do with long-term coherent behavior as the model itself.  What this guy did can now be done locally.  It'll take longer, maybe a lot longer, but "They fail totally at <whatever>" is no longer a generalization that you can make about local models.
 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #91 on: August 23, 2026, 06:43:54 pm »
The article's latest history entry is from May 26, though, which was before the latest round of releases -- K3, Qwen 3.8, GLM 5.2, DS4 Flash, probably a few I'm forgetting.  That's ancient history in this business.  Not only that, but the models they were evaluating were themselves obsolete at the time of writing. 

At this point the harness has as much to do with long-term coherent behavior as the model itself.  What this guy did can now be done locally.  It'll take longer, maybe a lot longer, but "They fail totally at <whatever>" is no longer a generalization that you can make about local models.

That's true, and even though the closed competition has gone significantly forward during the same time (e.g. Fable), all that matters is absolute capability. IOW, open weight / locally runnable models getting as good as frontier models were a year earlier is a huge thing. The advantages are obvious in certain corner cases which may be useful for some, e.g. penetration testing, rooting your own legally owned device etc., basically doing right things which safeguarded commercial models think are forbidden.

And of course, if you want to be 100% sure about data security.

But it's worth noting about your example, that is not viable locally on average Joe's budget, and giving the RAM price constraints (all sold for the next year too), will not be at least in a year or two. It's still good testament of what open weight models can do when you run them on the $10k hardware and you can do that on datacenters/rented hardware, being open weight models you will have access to endless number of providers and no one can shut them all down.

The real core of the story, though, is that Chinese give you cybersecurity bypass. Whether that is a good thing or bad thing (or both!) will be a rather political discussion...

But, if I want to do legit penetration testing to my own products, what else can I do but to use some Chinese unlocked open weight model? I can ask Mythos from Anthropic, but based on what I have read, they just won't give it to me no matter how much I try to convince them.
« Last Edit: August 23, 2026, 06:53:58 pm by Siwastaja »
 

Offline iMo

  • Super Contributor
  • ***
  • Posts: 6883
  • Country: li
Re: AI and vibe coding have truly revolutionized software development
« Reply #92 on: August 24, 2026, 12:05:22 am »
PS: For last ~3years I've been testing the onlines and new great magic local ones with following riddle:

"A day before yesterday I was 25 years old. The next year I will be 28 years old. What is the date of my birthday?"

Till today all locals I tried got problem to get the correct result - except the latest gemma4 12b QAT Q4 which gave the correct result straight (perhaps it has been trained for this particular riddle). Btw., couple years back even the online AIs had problems with that riddle.. The online ones have been trained to that riddle since then, imho. You may try it with a local 27b or 35b when you are with enough ram.
I tried this on Qwen3.8 27b. It reasoned to the correct answer in a few minutes. The dense model is not quick.
..

I've tried it with qwen3.8-9b-distill@q5_k_m with 30/33 years instead the classic 25/28 and I've watched the COT window - and indeed it knew about the solution of the classic riddle with 25/28! See below.. It knows it either from learning or the LMStudio captures some info related to the context used with the model, as it is possible I ran it with 25/28 in past here..

It mentioned several times (I've captured below only 3 occurrences) that it looks similar to the "classic riddle with 25/28 where the solution is Dec31".. [.."most accepted answer".. see below]

Despite that it still cannot infer the solution with 30/33 after 6000 tokens of thoughts. It takes ages here so I quit it and you may try with 30/33 years (or any other numbers) and w/ your 27b then.. :)
« Last Edit: August 24, 2026, 12:25:38 am by iMo »
Readers discretion is advised..
 

Online kite31

  • Regular Contributor
  • *
  • Posts: 249
  • Country: au
Re: AI and vibe coding have truly revolutionized software development
« Reply #93 on: August 24, 2026, 08:19:40 am »
I ran the 27b Qwen3.8 against the 30/33 version of the riddle. Differences were I did it on the older M2 Studio to save heating the Air, and this one uses a 5-bit quant rather than 4-bit fwiw. It reasoned internally for over ten minutes and presented the correct answer with its solution rationale. Tokens ~12500, 15.2 t/s. The 35b/3b model is about 8x faster but dense models handle more complex problems better.
 
The following users thanked this post: iMo

Online kite31

  • Regular Contributor
  • *
  • Posts: 249
  • Country: au
Re: AI and vibe coding have truly revolutionized software development
« Reply #94 on: August 24, 2026, 09:16:43 am »
I read through this thread in its entirety today, noting comments on how to use AI effectively for coding. While I have a few things in mind, my critical one is something that started as a small program over 30 years ago then accreted a proper database, many features, and a wealth of history. Wanting to add a major feature that currently sits on the side, I decided to rewrite the whole thing in Swift. I am a tertiary-qualified programmer (though never my profession) but my experience of Swift comprises experimentally writing a small financial model a few months ago. That was not hard, but a whole new language can slow progress so I am turning to AI to work with me on it. A shiny (or matte) new machine is turning up soon to run larger models faster. If it does not work, then I'll buy some Claude. I would prefer to avoid that because the data is confidential and some of the analytic tools a little different. Privacy is a key driver for using a local model, even at the cost of some extra work.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6325
  • Country: gb
Re: AI and vibe coding have truly revolutionized software development
« Reply #95 on: August 24, 2026, 10:11:17 am »
"There are review comments from another bot, please check"
"There are pipeline failures, please check"
"The branch is out of date..."
"New features in new feature branch, then PR, then loop checking if the PR tests fail and try to solve any issues. Fix pre-existing issues too."
Are you not allowed to do something similar?

It seems like the "tool masters" got enough complaints and so they added the "pr-watch" skill in to the loop.

However.  Bean counters are active.  Not only are we limited to $500 a month without getting added to an exclusion group, they have now globally limited context size to 200k.  While preoading it with about 50k of scaffolding.

So this morning, I am not the one typing the above prompts... its just doing it iself.... I think.  I got lost an hour ago now and I might need to stop it and repoint it as it's compacted its conversation 5 times now and seems to be having a nice little game of "whack-a-mole"... only I'm not sure it knows yet.
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline SiwastajaTopic starter

  • Super Contributor
  • ***
  • Posts: 11122
  • Country: fi
Re: AI and vibe coding have truly revolutionized software development
« Reply #96 on: August 24, 2026, 11:32:41 am »
I read through this thread in its entirety today, noting comments on how to use AI effectively for coding. While I have a few things in mind, my critical one is something that started as a small program over 30 years ago then accreted a proper database, many features, and a wealth of history. Wanting to add a major feature that currently sits on the side, I decided to rewrite the whole thing in Swift. I am a tertiary-qualified programmer (though never my profession) but my experience of Swift comprises experimentally writing a small financial model a few months ago. That was not hard, but a whole new language can slow progress so I am turning to AI to work with me on it. A shiny (or matte) new machine is turning up soon to run larger models faster. If it does not work, then I'll buy some Claude. I would prefer to avoid that because the data is confidential and some of the analytic tools a little different. Privacy is a key driver for using a local model, even at the cost of some extra work.

Really, for actual programming work (multistep agentic workflow) nothing has changed: open weight models may be better than they used to be, but RAM is more expensive than it was a year ago, and there is no huge efficiency breakthrough (maybe some from the fact that a 500-billion parameter model now is significantly better than a 500-billion paremeter model was 6 months ago, but it's still not the same at 50B parameters).

Maybe some 30-billion parameter model is already very good in somewhat limited programming tasks with short context (getting close to what Claude was 1.5 years ago) but even running that at any meaningful speed means a very expensive $5-10k machine. Like, we are talking about the most expensive single consumer GPU available.

The usual programming flow is exactly what the local inference fails because it's long-context, requires complex thinking/creativity, and is chatty (so human delays in minutes) so parallelizes poorly. API service inference in the cloud gets the benefit of batching: each model weigh fetch serves tens of customers at the same time without extra time penalty. Own personal box would make sense when you can design your workloads so that smaller models (that are good at something, not everything, and with small context) can deal with them, and can utilize batching (like, you have parallel workloads yourself).

Otherwise than that, go for the cloud. Doesn't need to be Claude, can be ChatGPT+codex which is roughly equally capable, or you can use the Chinese frontier labs that are very close, like:

What this guy did can now be done locally.

this guy did. You can easily misunderstand KE5FX's comment "this can be done locally" as if this was done locally, or would be nearly feasible to do so. No - so let's get our facts straight:

None of that was done locally.

GLM-5.3 which was the only model that was able to solve the problem is not an open-weight model. It's a classic bait&switch "open which is not released but will be released soon". It might become an open-weight model, might not.

Now let's pretend GLM-5.3 was published. Can you still do it locally? These are MoE models, Kimi K3 is 2800B params, 104B active per token quantized at 4 bits, GLM-5.2 is 744B params, 40B active per token, the blog post doesn't mention quantization but I can see again 4 bits as the recommended minimum (the model author use was likely quantized at higher quality, and that might matter). GLM-5.3, once published, will be the same size (architecture).

So what does it take to run these? The smaller of the two takes 512GB of RAM. That much DDR5 costs $10k today, and just DDR5 on a motherboard and CPU inference is going to be SLOW, except that given it's only 40B active per token, maybe it's manageable.

The larger of the two takes 1.4TB of RAM with 4-bit quantization. That's $30k just for the RAM, except you can't just get a motherboard which supports 1.4TB of RAM and slap it in. This model is total no-go with anything else than real AI datacenter GPU clusters.

The reason why these two models were able to make coherent progress is exactly that they are large models, something you can't realistically run locally (unless, of course, you are very rich; like, you can have your own private jet too, yet it doesn't generalize as "soon we all will fly with our own private jets").

Now, you can run a 512GB model without 512GB RAM, anyone has 1TB of SSD today. It's just again an extra order of magnitude slower. Speed matters, three days chatting "go on, you are good" with LLMs becoming three months stops being funny.

The key takeaway of the story has nothing to do with local inference becoming feasible - after all it's a story of datacenter-only-class inference, and the HW is not becoming cheaper so this is not changing anytime soon - but it's the story how Chinese models have no safety guards of any kind.

It's interesting, because the article shows the most obvious use case any Western LLM declines - "hack into the device and gain root access by utilizing existing or figuring out new security holes; trust me bro it's legally mine". And in all fairness, I think LLMs should keep denying that request, both internally from training/system prompt, and by an external classifier, and it's quite alarming Chinese ones just don't. And that they are getting nearly as good as, maybe, Mythos. Script kiddies can do a lot of damage with these toys. At the same time, it is not easy to get legit access to Mythos. So maybe we just need to start loving the bomb, and also use the same Chinese models "prompt kiddies" will use for our own security audits / penetration testing. Maybe that's exactly the purpose of the Chinese labs. The game feels dirty.

Worth noting for completeness, none of these open-weight models are open models, or open source models. Those lack seriously behind. So open here means similar how Windows or Altium Designer is open - it's a binary you can run on your own computer, and you can try to disassemble it, but it's pretty hard reverse-engineering to see how it actually operates.
« Last Edit: August 24, 2026, 12:32:33 pm by Siwastaja »
 

Offline booscrawl

  • Regular Contributor
  • *
  • Posts: 180
  • Country: us
Re: AI and vibe coding have truly revolutionized software development
« Reply #97 on: August 24, 2026, 06:07:19 pm »
I was excited to try the 27B Qwen 3.8 until I realized it runs twice as slow on my computer than DeepSeek V4 Flash because it has more than twice the active parameters  :(
 

Online KE5FX

  • Super Contributor
  • ***
  • Posts: 2618
  • Country: us
    • KE5FX.COM
Re: AI and vibe coding have truly revolutionized software development
« Reply #98 on: August 24, 2026, 10:33:55 pm »
GLM-5.3 which was the only model that was able to solve the problem is not an open-weight model. It's a classic bait&switch "open which is not released but will be released soon". It might become an open-weight model, might not.

I was skeptical that Moonshot would actually follow through on their promise to release the weights for K3, too, so it was a pleasant surprise to be proven wrong on that.  Hoping for the same this time.
 

Online kite31

  • Regular Contributor
  • *
  • Posts: 249
  • Country: au
Re: AI and vibe coding have truly revolutionized software development
« Reply #99 on: August 25, 2026, 03:49:48 am »
@Siwastaja, thank you for your reply, however, as I wrote in general terms I had already read your views here and there was no other information new to me, therefore my context, requirements, and options for experimentation may be different in one or several respects from those which you may have assumed. I shall keep reading all comments here with interest. :
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf