> The primary reason is that we have observed a significant increase in developers choosing not to participate in the study because they do not wish to work without AI.
Why do you think this is? Who wants to spend an afternoon gluing API calls together when the robot can do it in 5 minutes?
It’s not a consideration. I am more productive with AI. Period. Maybe that’s not the reality for you, but it is for me. I don’t need a study to prove it.
The entire thing is an AI skeptic saying “I’m skeptical I found some outdated anecdata that supports my point”. Feynman’s quote is meant for the author of this post, not people using AI to execute better day to day. It’s not reasonable to point at a chatgpt subscription and say “look the entire industry isn’t sustainable”. We all know those are subsidized just like uber was. And there are plenty of people paying API rates for tokens and getting along just fine. Further, if there was a single point in history where an environmental concern killed an entire industry please point me to it. What happens in reality is that humans compromise and innovate under new sets of constraints.
AI costs aren’t going to stay this high. They will go down. Nobody is going to turn off AI, but they will care about making sure that we are reasonably efficient when using it. Compute that can happen locally will. Communities that responsibly want to build data centers are. Climate implications will be addressed by policy. People said the same about the internet 30 years ago… It’s not about raw productivity. It’s about perceived effort. If a job feels easier with AI assistance we’ll demand it. If AI checking a human’s work is more reliable than a human checking AI’s work (it is) that’s what we’ll deploy.
Yes, it was a step in the right direction at the time. But there are plenty of well-documented warts with the approach which Fuchsia aimed to solve via capabilities (and which the Linux community general solved via crun).
Even though it’s completely normal to us and in widespread use, GP is a reminder that conceptually it’s a broken model. Security should be capability-based not user-based. And to anyone who didn’t grow up on a desktop this model makes complete sense since it’s what your phone uses.
My only thought is that "good" genai authors/articles will easily get through the filter while "generic" ones will fail. So the outcome won't be all genai articles getting flagged (unless people self-report), just the low quality ones. I'm guessing that's okay and I'm one of those people who discounts genai writing the second I read one of the tells, so the flag would save me time.
Ultimately though this is the same debate as "should we allow genai code in codebases". High quality code lands naturally while slop is slop. Not much value in banning AI outright--the desire is predominantly to ban the slop.
Maybe the tag should be [slop] rather than [genai]...
It’s not a problem to fail students. But when the online wing of the school has a 35% graduation rate, doesn’t hold lectures, and has a swarm of disgruntled reviews from people who feel like the school is in the business of taking Pell grants and maxing their student loans then stonewalling them when they hit mid 3rd year (right after you’re in for a pound) and start asking questions about where all the money went and why they were sitting at a B all semester then magically ended up with a 59 after the final, it’s a little sus.
I always thought these TLDs were a flight risk to be used in any serious capacity. What if the random state decides you/your business are in violation of [whatever] and kick you off?
If the UI was novel enough then there would be a software patent for it in this case. Anyway I’m not sure what your point is? Copyright is a dated concept and AI only reinforces that. Do you really believe the first one to prompt an AI in a specific way should be allowed to enforce exclusive ownership of the output? That’s insane.
When everyone is using LLMs to suggest IA, build basic UIs, dump out your startup in a day, etc. everything will look the same, even the source code. There will be no way to litigate this. Does it benefit society to force two companies to make their products look different? Where’s the outrage over all basic pencils looking the same? Let the market decide which pencils it prefers.
> The IPv6 feature isn’t link-local addresses, it’s being able to specify the interface to bind to as part of the address specification. This lets you demand that your IPv6-based tool use your wired Ethernet connection, for example.
I don’t think a design goal of IPv6 was to enable users to demand which link the kernel uses or open up some rich new world of link local ip services. I think it’s more like “because IPv6 hosts assign everything an address all at once, there’s a new problem when two interfaces use the same link local addresses since we can’t guarantee uniqueness so we have to invent this stupid zone_id convention to work around poor protocol design and implementation”. Design goals are different than constraints.
Have hosts put a guid in its LL address and print that on the sticker next to the mac address… idk. Actually it’d be nice if we only did link-exclusive things at the link layer, eh?