Hacker Newsnew | past | comments | ask | show | jobs | submit | _usefulcat's commentslogin

> I’m going to make a prediction of my own… In the future we will see more and more companies proudly boasting their “NO-AI” policy as a competitive advantage. And they will be right

I'm going to make my own prediction: this isn't going to happen


I'll go one further: We'll see companies proudly boasting "no humans" as a competitive advantage and arguing letting humans do certain types of work is unsafe.

Not a lot of shops these days are bragging about hand-writing machine code and a complete lack of automated testing. We had already automated so much before LLMs came into the picture.

Why would you brag abput this. Most places make perf products do not use llms to write all their code. This isnt rare. You people dont know much outside of webdev. There isnt a single defense outfit doing it lol.

Neither of those mentioned is an equivalent in any way.

Seems like a pretty large claim. Why does a binary exist here and not a continuum?

I think we'll probably get both kinds of companies, but that they will both be fringe approaches, and the predominant choice will be to have humans working with AI tools.

Yep.

Just look at the growing gap in traffic accident rates between human and AI driven cars. Humans are losing.


We should just throw in the towel now then, I guess.

I don't disagree with you, but now what? Seriously - if we accept humans are just generally losing to AI now, what's the right thing for us to do now?

I dunno. Lobotomy? Heroic amounts of debauchery?

Any suggestions?


Luddites have existed since the dawn of times:

  "We're not going to use tractors to plow the fields"
  "We're not going to use trucks to deliver our produce"
  "We're not going to use planes to meet with our global partners"
  "We're not going to use computers to run our business"
  "We're not going to open a web shop, brick and mortar forever"
  "We're not going to use AI to make decisions for us"

>Luddites have existed since the dawn of times:

Pet peeve - luddites had never been against technology. They had been against using low paid inexperienced grunt workers to displace well paid experts.

See: https://www.smithsonianmag.com/history/what-the-luddites-rea...

    As the Industrial Revolution began, workers naturally worried about being displaced by increasingly efficient machines. But the Luddites themselves “were totally fine with machines,” says Kevin Binfield, editor of the 2004 collection Writings of the Luddites. They confined their attacks to manufacturers who used machines in what they called “a fraudulent and deceitful manner” to get around standard labor practices. “They just wanted machines that made high-quality goods,” says Binfield, “and they wanted these machines to be run by workers who had gone through an apprenticeship and got paid decent wages. Those were their only concerns.”

Hardly a pet peeve when it's the most mainstream thing to point out nowadays.

this has some pretty extreme selection bias though. You could just as easily say

"We're not going to wear Google Glass"

"We're not going to use Blockchain for every single transaction"

"We're not going to connect every single object and device we have to IoT"


Were those actual complaints? Maybe the first, maybe the brick and mortar? Who was saying we will never use planes??

Im assigning you some reading homework today (or have you totally offloaded your ability to read to LLMs too)?

https://archive.nytimes.com/www.nytimes.com/books/97/05/18/r...

And why are the people calling people Luddite some of the least intelligent people I meet, and seem to be complete sheep fighting some psychological war on behalf of their billionaire lords who own the machinery.

Not wanting to hand off all your labor to a machine does not make you a luddite, nor should it be acceptable to call people that because you dont know how to have a real conversation.


It seems like "luddite" is a reasonable description for a strict "NO-AI" policy. You softened it to "not wanting to hand off all your labor" in this comment, but the word "any" would be a more apt way to describe the quote in the comment you replied to.

I created a summarizer for that

https://briff.site


Okay. I prefer to read Thomas Pynchon's writing. Y

Thats a really bad website too btw, design and functionality. Maybe use your brain before you lose it.

For a 100x engineer with 40 yrs exp that you claim to have, you make some real basic high schooler projects lol.


I already know how to code proficiently in more than 20 languages, that's the result of 40 years working in the field and being a 100X programmer. The summarizer is just a tool for myself, I build tools every day to simplify my life, not for sale, not for monetization, like tracking gym schedules or pickleball rallies with my friends, like kanban boards for my wife, they solve problems I have, not you, so that's enough for me and rewarding in itself

And AI does it all for me while I sip coffee and play mahjong (built by AI of course)


Saying you do those things when it’s AI doing them for you is akin to saying I cooked a meal while picking up fast food in a drive through line.

Hubris.

I mean this sincerely; the arrogance of calling yourself a 100X programmer is astounding. I don't know how you managed a 40 year career with that kind of attitude.

I was a 10X programmer and now AI has multiplied that by 10X you do the math if you can, or ask your LLM of choice

AI can be a multiplier of both your intelligence and your stupidity, arrogance is a byproduct


The amount of ego and hubris you're displaying is sure something.

I havent met a single honest person who doesn't admit that their use or LLMs degrades their ability to do the same things without them. You're being dishonest.

Another green name posting edgy comments. It's just embarrassing and you're wasting your time.

What was edgy about asking someone to read a Thomas Pynchon essay on the word Luddite? Id argue their weird comment about people who don't like AI being luddites is more annoying and discriminatory.

AI maxxers know they're doing harm to themselves by overusing llms. The way they react so defensively when you point it out to them lets you know its real. Everyone wants to pretending like they have superpowers and are evolving into "100x" engineers, but in reality they're devolving.


I remember seeing some companies boast about "no outsourcing". I think 99% of their customers won't care for such things, as long as the customer gets what they want.

You’re both sorta right imo. Some companies are going to try and virtue-signal artisanal AI-free code, and some will just deliver sorta what you asked for, and neither will be perfect.

That's interesting, less than I thought. I'm curious about this because I'm working on a sudoku variant that has two pieces of data in each cell - such as numbers and letters. I am keen to try out your process with that arrangement.

> Every mount generates a fresh pen sketch from seeded randomness, and the stroke boils like an animated doodle.

I've seen many hand drawn effect css libraries but what I like about this one is that each control has its own unique stroke. Pretty neat


https://puzzmallow.com I build logic and word puzzles. I like to design original variants of classics like nonograms and sudoku - such as using hexes instead of a square grid, introducing new rules and concepts.

I'd like to submit my counterpoint. I work on an established codebase building new features and fixing bugs. It has access to our story board, git and a couple of other mcps. As long as the story is well written with clear requirements and expectations it always produces quality code that I validate as a human with a variety of tests automated and manual. I peer review the code. My colleagues then peer review that too.

I have noticed two things - new features take at a minimum at least half the time it took me previously and bugs are much less frequent. Even faster when bug fixing.

My takeaway is that you need solid requirements, clear context and thoughtful human oversight primarily during planning but also during verification


I don't think this is a counterpoint.

An established codebase is already the best kind of context you could give an agent. It has all the patterns baked in so the agent simply follows established patterns. Such a codebase probably contains tens to hundreds of thousands of man-hours poured into it by humans refining it to do what it does - taking into account real world feedback and constraints.

When working on something from scratch, the best an agent can do is the average of whatever is in its training set and the clarity of the text prompts.


> When working on something from scratch, the best an agent can do is the average of whatever is in its training set and the clarity of the text prompts.

Nah. The best it can do is to use the best writing style a model learned. Post-training might fail to prioritize it, though. Autoregressive pretraining does not average things. It creates a predictive model for variety of programming styles.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: