When people say they prefer 'the syntax', I think they usually mean a bit more than just that: at least a fair bit of this is semantics. Python provides a lot of features out of the box, and if you work superficially along the happy path, it is very easy to understand how these work and read code using them.
Take list comprehensions for example. It is mostly syntax: you can do virtually all list comprehensions with just a map and filter function. But the way that it is integrated and presents the code, makes is vastly easier to follow for most developers, which tilts the balancer in favor of doing away with loops and mutable state. Is it syntax that made them do so? Yes, maybe. But its the actual semantics that provide the value.
We all tend to assume AI will only ever be good at the execute part, but what if AI will also be good at decide-deliver? What if some day, we could put AI in charge of not only running a company, but coming up with a business idea, getting funded, driving sales, pivoting until product-market fit and then scaling?
The capital backing it would profit. Your scenario is a real doom loop of runaway capital building up without any corresponding returns to human labour.
See Thomas Picketty and his “Capital in the 21st Century”.
Humans make mistakes too, does it mean humans are unusable? We accept as empirical fast that most production quality code has 2 - 10 bugs per 1k LoC. According to your premise, virtually all existing software is therefor unusable.
What if an LLM overall starts to make less mistakes than a medium developer, costs less than its salary and is 100 x faster? For sure, the companies that will leverage these with just a few senior devs doing prompting, testing and requirements analysis, will outcompete other organizations.
Humans make mistake then to learn from it. A really good expert would never deliberately copy-paste an obscure solution from the internet, then to ask for forgiveness later.
AI agents do that, perhaps not always, but still do. Now the question: would I trust AI without verifying its output?
Humans also make mistakes in ways that other humans can understand or expect. Sometimes LLMs make mistakes in a way that makes you say “no human would have ever done that”.
The 'vote' is real. But it is 'darwinian'. It's not that animals develop a certain adaptation on purpose in order to survive. Instead, out of many random changes an adaptation emerges by selection: those that are the most advantageous get the chance to pass on their genes.
If everybody stops using meta apps and starts using signal, bluesky, mastodon, etc., meta would instantly transform their business (if they still can make a profit).
The problem is, subtly harvesting data from and even shoveling ads into paid subscriptions actually doesn't make consumers immediately and massively cancel their subs. So you can make a profit from subscriptions alone, or make an even larger profit by also collecting and monetizing your customers data. Guess who will win?
And we still let tobacco companies spread their products, which are practically speaking as harmful as they ever were, maybe even more so considering their environmental impact as well.
And then of course he continues (although won't make for a good social media rage point so understandable you didn't provide full context):
> Well, I actually think it's a brilliant idea if it can be done in an educational way that's legal.
> no free Robux, no free prizes, just a game called the dress to impress predictor where it's not like trying to get kids money or anything like that.
Still, probably what he sees in his mind is "more money yay" as always, he is a CEO of a for-profit company, that's what they do. But still felt disingenuous not to include the full context, doesn't even make it "that much better", he still seems like a scumbag with it.
We can mince his words. In the end anyone who organize gambling for profit is scum. If you do it for charity I know form experience it is massively profitable, but.. I am not sure it is worth it for society.
Hey now, silent auctions and raffles are great for small communities and aren't prone to degeneracy. I know a lot of fire departments that get a majority of their funding from a mix of these attractors and things like cookouts and public events.
I believe it just enables and validate the bigger actors. I do not know where the line should be drawn, if gambling is ilegal you build an illicit trade, if it is legal that trade just become more evil.
We should be careful with gambling especialy when CEOs are talking about it and only caring about the legal frameworks.
The problem once again comes when you decide to hyper optimize for profit. Ada and William will rely on word of mouth, maybe a few posters to drum up attention to their raffle.
Meanwhile large gambling orgs will run ad spots non stop with celebrities enticing you to join their app with free bonus bets and once you're in they will send you daily notifications to nudge you to place "just one more bet".
Easy to see how one would be relatively harmless while the other could cause widespread addiction.
Surely you mean the laws of shareholder capitalism. There are many things you can do with money, and only some of them are legally backed by rules that ensure absolute shareholder power.
Really depends on the domain. I've been in jobs where the domain was much harder than my job as a software engineer, but I've also been in jobs where I quickly got to understand the domain better than the domain experts, or at least parts of it. I believe this is not because I'm smart (I'm not), but because software engineering requires precise requirements, which requires unrelenting questioning and attention to details.
The ability to acquire domain knowledge quickly however, isn't exactly the same as the ability to develop complex software.
The source of truth in fascism is not popular support or inquiry, thus they always need to channel some privileged connection to reality, or claim to voice the true will of the people and authentically represents the pure will of the nation.
Its a farce, of course, but one that can sometimes muster enough support to keep the signs in the shop with just a bit of intimidation and violence to back it up.
Neither is 'real'. The power of might depends on belief just as much as the power of rules. You need a whole lot of compliance, even when forced by fear and terror, to just keep up a police state. The belief consists of where people think other people assign authority to, at large. But that can be just as brittle as a meme stock if the time is right.
Social reality is always constructed. No single construction is more real than any other.
A system that is closer to physical, tangible reality is more "real" than one built on many layers of concepts, beliefs and ideas.
Just as "real assets" like buildings, machinery and metals are more "real" than abstract assets.
Abstract assets like shares of a corporation, intellectual property, cash in a bank account, promises to deliver a commodity in the future, and other intangible concepts only exist because we collectively believe they exist and trust each other to follow rules.
There are real weapons and prisons at the bottom of this stack of abstractions to force people to comply, but it's mostly collective belief, trust, culture and tradition.
When we devolve from a rules-based order to might-makes-right, those layers of abstraction between us and the weapons evaporate, and ordinary people like moms and ER nurses get gunned down in broad daylight by agents of the state asserting raw power.
Abstractions like law and due process evaporate, and the "real world" underneath is nasty, brutish and short.
These are the same. They are the same because someone has to enforce the rules. The reason why this entire discussion is so obtuse is because you refuse to accept this. If I was wrong and they were different, you wouldn't treat the US and others (say China) by the different moral standards. To bring this back to an individual level, this is the same as saying police don't deter crime. You wish these two concepts were different so you let your political bias blind you to reality. That doesn't effect reality though. Police do deter crime and whoever (the US) enforces the rules based order has to do so (from time to time) kinetically.
Take list comprehensions for example. It is mostly syntax: you can do virtually all list comprehensions with just a map and filter function. But the way that it is integrated and presents the code, makes is vastly easier to follow for most developers, which tilts the balancer in favor of doing away with loops and mutable state. Is it syntax that made them do so? Yes, maybe. But its the actual semantics that provide the value.
reply