

Yes AI or LLM isn’t able to code solution itself, but it can fill in a lot of gaps based on what you tell it, it can copy existing patterns.
And you can direct it, it’s a tool like an IDE, just much better .


Yes AI or LLM isn’t able to code solution itself, but it can fill in a lot of gaps based on what you tell it, it can copy existing patterns.
And you can direct it, it’s a tool like an IDE, just much better .


Maybe you are doing some exotic stuff, but for me it’s more than capable of writing code, coding is mostly about applying existing patterns to solve known problems, very few programmers deal with novel problems.
Design Patterns book has been out for what? 2 decades, and it’s not outdated.
For good team interoperability you want to have code that’s standardized, that’s also where LLMs excel at.
It’s a nice productivity tool, just like an IDE is a nice productivity tool


This is an incredibly stupid take, can’t believe people upvoted this shit, lol
Have you not used AI agents anytime in the past 6 months?
They can pull in information that you don’t write down, it can create Powerpoint slides, it can create mermaid diagrams from your description.
Those are not things you just do manually because you can? At that point why not code in Notepad instead of relying on the stupid machine assisted IDEs?
Why did you try to like him? You don’t owe that to anyone, especially not a piece of shit like Rogan


Why spend money on housing them when you can instead (i assume) employ someone to keep to anti-homeless benches on schedule and pay consultants extraorbitant fees to help you design anti-homeless parks


What is novelty though? It can be used to shortcut your development time, your documentation time, your presentation preparing time, that’s a shit ton of stuff that developers/office workers do.
I think making false narratives is not how you fight AI, you fight for regulation on Data center water use, noise pollution, then let the cost bankrupt the companies that need to go bankrupt.
Although maybe this is just one of those communities that wants to endlessly circlejerk around an issue.


I feel like this is a pretty useless study, this is going to be entirely subjective what you prefer. Optionality gives a lot of upside, more than either extreme.
Personally I prefer being in the office, better for my focus, my likely (undergoing diagnosis) ADHD as fuck brain, but I also have dynamic work hours so I can simply avoid peak traffic.
That being said, if I was required to be in the office everyday at a set time e.g 9 to 5 I would fucking quit.


Nice, one more OS where I can choose to not use it.
Yes, I thought of ISO-8601
You would have a point, but they don’t actually speak my Native language as I am of Hungarian descent and that’s my mother’s tongue.
I also spent 10 years in Czechia both studied there then worked there for a few years.
So I can compare, I’d say definitely Czechia > Slovakia, it’s just that my family is in Slovakia.


autopilot driver
Also Urbanization, guessing there is quite a few houses where people don’t actually want to live


Fun fact: in my country (Slovakia) it’s totally legal to download things. It’s the uploading it back that’s seen as illegal, so as long as you have a paid private torrent site where you can hit’n’run you are not breaking any laws.
Yeah I will start learning oil changes, will be useful for my EV
I don’t, my day us shifted, so I commute later, instead of like an hour and a half my commute is 50 minutes (which is still a lot for a European) but in exchange I live in my hometown
I feel like there are various pieces of cinema pointing out why this is very fucking problematic
You asked for it:
This is an incredibly stupid take, and I genuinely can’t believe people are upvoting it.
Have you actually used an AI agent at any point in the last six months?
Your entire argument seems to rest on the bizarre assumption that describing what you want is roughly equivalent in effort to producing it yourself. It isn’t. That’s literally why abstractions and tools exist.
I can describe the architecture I want in a few paragraphs and have an agent generate a Mermaid diagram. I can give it a pile of documents and have it pull together information I didn’t manually write into the prompt. I can describe the structure and content of a presentation and have it generate the actual PowerPoint. I can give it a repetitive refactoring task that I fully understand how to perform myself and have it apply that change across a codebase.
The fact that I need enough expertise to verify the result doesn’t somehow eliminate the time saved producing it.
I know how to write Java without an IDE. That doesn’t mean IntelliJ becomes useless because I need to understand Java to verify whether the code it generates, refactors, or autocompletes is correct.
And the claim that requiring expertise somehow eliminates AI’s usefulness is particularly strange. Most useful tools require expertise. IDEs require expertise. CAD software requires expertise. Excel requires expertise if you’re doing anything remotely complicated with it. Their purpose isn’t necessarily to let an unskilled person impersonate an expert; it’s to make an expert substantially more productive.
Natural language also isn’t the only interface. Modern agents operate on files, repositories, documents, databases, APIs, tool outputs, search results, and existing context. The prompt can literally be “turn this into a presentation” or “diagram this architecture.” You don’t have to painstakingly reconstruct the entire source material in prose first.
There are plenty of legitimate criticisms of generative AI: hallucinations, unreliable output, loss of control in certain workflows, mediocre prose, inappropriate use cases, people blindly trusting the output, etc.
But “if you know enough to check its work, you might as well have done the work yourself” is basically an argument for coding in Notepad because a competent programmer shouldn’t need a stupid machine-assisted IDE.
Knowing how to do something and wanting to spend your time manually doing every part of it are not the same thing.