Readit News logoReadit News
bigiain commented on The AI Job Title Decoder Ring   dbreunig.com/2025/08/21/a... · Posted by u/dbreunig
jordanb · 2 days ago
Pretty sure this title came from Palentir who got it from the military.
bigiain · 2 days ago
"Forward Deployed Software Engineer - This role includes working in locations that include risks of getting shot and possibly killed"
bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
jrs235 · 3 days ago
Will the cost of AI-generated code approach zero? I thought the hardware and electricity needed to power and train the models and infer was huge and only growing. Today the free and plus plans might be only $20/month, once moats are built I assume prices will skyrocket a order of magnitude or few higher.
bigiain · 2 days ago
> Will the cost of AI-generated code approach zero?

Absolutely not.

In the short term it will, while OpenAI/Anthropic/Anysphere destroy software development as a career. But they're just running the Uber playbook - right now they're giving away VC money by funding the datacenters that're training and running the LLMs. As soon as they've put enough developers out of jobs and ensured there's no new pipeline of developers capable of writing code and building platforms without AI assistance, they will stop burning VC cash and start charging at rates that not only break even but also return the 100x the investors demand.

bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
kmoser · 3 days ago
As the cost of AI-generated code approaches zero (both in time and money), I see nothing wrong with letting the AI agent spin up a dev environment and take its best shot. If it can prove with rigorous testing that the new code works is at least as reliable as the old code, and is written better, then it's a win/win. If not, delete that agent and move on.

On the other hand, if the agent is just as capable of fixing bugs in legacy code as rewriting it, and humans are no longer in the loop, who cares if it's legacy code?

bigiain · 3 days ago
I kinda hate the idea of all that.

But I can see it "working". At least for the values of "working" that would be "good enough" for a large portion of the production code I've written or overseen in my 30+ year career.

Some code pretty much outlasts all expectations because it just works. I had a Perl script I wrote in around 1995-1998 that ran from cron and sent email to my personal account. I quit that job, but the server running it got migrated to virtual machines and didn't stop sending me email until about 2017 - at least three sales or corporate takeovers later (It was _probably_ running on CentOS4 when I last touched it in around 2005, I'd love to know if it was just turned into a VM and running as part of critical infrastructure on CentOS4 12 years later).

But most code only lasts as long as the idea or the money or the people behind the idea last - all the website and differently skinned CRUD apps I built or managed rarely lasted 5 years without being either shut down or rewritten from the ground up by new developers or leadership in whatever the Resume Driven Development language or framework was at the time - toss out the Perl and rewrite it in Python, toss out the Python and rewrite it in Ruby On Rails, then decide we need Enterprise Java to post about on LinkedIn, then rewrite that in Nodejs, now toss out the Node and use Go or Rust. I'm reasonably sure this year's or perhaps next years LLM coding tools can do a better job of those rewrites than the people who actually did them...

bigiain commented on The new geography of stolen goods   economist.com/interactive... · Posted by u/tlb
potato3732842 · 4 days ago
It contributes to GDP in the same way that someone fucking a whore instead of their wife does. Yeah there's a transaction there, but should there be? And at what cost? Ditto for the divorce.

This kind of stuff is textbook broken windows fallacy.

bigiain · 3 days ago
Exactly. As I said "With a sufficiently sociopathic point of view".
bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
fzeroracer · 3 days ago
Unfortunately the corporate machine has been converging on a bus factor of 0. I've been part of multiple teams now where I was the only one holding knowledge over critical subsystems and whenever I attempted to train people on it, it was futile. Mainly because they would get laid off doing 'cost-savings measures'.

There were times where I was close to getting fed up and just quitting during some of the high profile ops I had to deal with which would've left the entire system inoperable for an extended period of time. And frankly from talking to a lot of other engineers, it sounds like a lot of companies operate in this manner.

I fully expect a lot of these issues to come home to roost as AI compounds loss of institutional knowledge and leads to rapid system decay.

bigiain · 3 days ago
My guess? The AI companies will keep the free and $20/month plans to entice developers and their managers. They will have $200/month plans with bigger context windows to allow effective work on larger that toy codebases. But sooner or later companies with large scale projects are going to need a much larger context window, that _that_ will suddenly become a $200k/year/developer subscription. There's a lot of correlation between "institutional knowledge" and context window I think.
bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
schlowmo · 3 days ago
At least we also have LLMs to generate our status updates during outages of our SaaS products while groping around in the dark.
bigiain · 3 days ago
This is why it's important to be experienced in a range of different SaaS and AI tools.

So that when one of your employers has a SaaS related outage, you can just switch to one of your other employers and keep working.

All hail the 100x AI assisted developers doing 10x jobs at 5 different companies at the same time!

bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
d_watt · 3 days ago
It's potentially the opposite. If you instrument a codebase with documentation and configuration for AI agents to work well in it, then in a year, that agent will be able to do that same work just as well (or better with model progress) at adding new features.

This assumes your adding documentation, tests, instructions, and other scaffolding along the way, of course.

bigiain · 3 days ago
I wonder how soon (or if it's already happening) that AI coding tools will behave like early career developers who claim all the existing code written by others is crap and go on to convince management that a ground up rewrite is required.

(And now I'm wondering how soon the standard AI-first response to bug reports will be a complete rewrite by AI using the previous prompts plus the new bug report? Are people already working on CI/CD systems that replace the CI part with whole-project AI rewrites?)

bigiain commented on Vibe coding creates a bus factor of zero   mindflash.org/coding/ai/a... · Posted by u/AntwaneB
juancn · 3 days ago
I think the article underestimates how much intent can be grasped from code alone. Even without comments.

Humans (and I strongly suspect LLMs, since they're statistical synthesis of human production) are fairly predictable.

We tend to tackle the same problems the same way. So how something is solved, tells you a lot about why, who and when it was solved.

Still, it's a valid point that much of the knowledge is now obscured, but that could be said too of a high employee churn organization.

bigiain · 3 days ago
> I think the article underestimates how much intent can be grasped from code alone.

That's very scale related.

I rarely have any trouble reading and understanding Arduino code. But that's got a hard upper limit (at least on the common/original Arduinos) of 32kB of (compiled) code.

It's many weeks or months worth of effort, or possibly impossible, for me to read and understand a platform with a hundred or so interdependent microservices written in several languages. _Perhaps_ there was a very skilled and experienced architect for all of that, who demanded comprehensive API styles and docs? But if all that was vibe coded and then dropped on me to be responsible? I'd just quit.

bigiain commented on The new geography of stolen goods   economist.com/interactive... · Posted by u/tlb
potato3732842 · 4 days ago
The state only cares about thieves insofar as the optics of their activity is bad for the state, illicit trade is lost revenue and every score criminals settle among themselves challenges the state's monopoly on violent dispute resolution, it doesn't really care about the peasants' property, it just looks like it cares a little when the interests align.
bigiain · 4 days ago
> their activity is bad for the state, illicit trade is lost revenue

I wonder. With a sufficiently sociopathic point of view, every high end car theft almost certainly represents a subsequent insurance claim and new car purchase. And every insurance claim results in upward pressure on insurance prices. If you just look at car theft and export through a "economic impact to the state" lens, there are without doubt a lot of industry and political people who see it as being new revenue and _good_ for the state.

bigiain commented on How we exploited CodeRabbit: From simple PR to RCE and write access on 1M repos   research.kudelskisecurity... · Posted by u/spiridow
sophacles · 4 days ago
> Why would one task run in a drastically different architectural situation

Someone made a mistake. These things happen.

> and it happen to be the one exploited?

Why would the vulnerable service be the service that is exploited? It seems to me that's a far more likely scenario than the non-vulnerable service being exploited... no?

bigiain · 4 days ago
> > Why would one task run in a drastically different architectural situation

> Someone made a mistake. These things happen.

Some company didn't have appropriate processes in place.

For ISO27001 certification you at least need to pay lip service to having documents and policies about how you deploy secure platforms. (As annoying as ISO certification is, it does at least try to ensure you have thought about andedocumented stuff like this.)

u/bigiain

KarmaCake day22354March 26, 2009
About
(Note: historically accurate "about" from early 2009. Preserved for lulz…)

Mobile, mobile web, business analysis, rapid web/mobile prototyping. Tech Director (according to my business cards).

But _really_ microcontroller toy/art projects (Arduino/RaspberryPi), radio and/or computer controlled flying things (slope soarers, gliders, electric drones, and quadcopters), motorcycles (a Ducati Monster and a Honda Spada), and coffee (mostly espresso, not such a big fan of pourover/syphon/aeropress).

From Sydney, Australia.

twitter: @iain_chalmers | bigiain@mightymedia.com.au

(GPG fingerprint: F1DE F002 29F0 9955 F1E6 141D 9E2C BE9E 4322 63ED)

View Original