| ▲ | bkettle 6 days ago |
| > “wow, I really can do _anything_ if I can just figure out how Except this time it’s “if I can just figure out how and pay for the Claude API usage”. This is one of the sadder things about AI usage getting more standard that I haven’t seen discussed much—-the barrier to entry is now monetary rather than just knowledge-based, which will make it _much_ harder for young people with no money to pick up. Yes, they can still write code the manual way, but if the norm is to use AI I suspect that beginner’s guides, tutorials, etc. will become less common. |
|
| ▲ | infecto 6 days ago | parent | next [-] |
| There has generally always been some barrier. Computer access, internet access, books etc. If AI coding stays around, which looks like it will, it will just be the current generations barrier. I don’t think it is sad at all. There are barriers to all aspects of life, life is not fair and at least in our lifetimes will never be. The best anyone can do is to help those around them and not get caught up the slog of the bad things happening in the world. |
| |
| ▲ | rurp 6 days ago | parent | next [-] | | Having been a poor person learning how to code I'd say there's a huge difference between just needing a computer vs needing that plus a dozens per month subscription. I don't know that there's much we can do about that potentially becoming the new normal in the future, but it bums me out. | | |
| ▲ | reidjs 6 days ago | parent | next [-] | | There are free and offline options, like Llama.cpp, but you will have to pay by giving up your privacy to Meta (or similar large companies) | | |
| ▲ | Revisional_Sin 10 hours ago | parent | next [-] | | How does using an offline model give up your privacy? Also, running models locally requires good hardware to get acceptable performance. It's still a large barrier to entry. | |
| ▲ | rurp 6 days ago | parent | prev [-] | | Sure, for now, and maybe in the future. But it's possible that paid models will end up greatly outpacing free ones, and at some point the companies controlling them will stop burning billions of dollars per month and jack up prices. |
| |
| ▲ | infecto 5 days ago | parent | prev [-] | | No it’s not much different. I grew up poor. It was a struggle to have internet access. |
| |
| ▲ | xnorswap 6 days ago | parent | prev | next [-] | | But traditional barriers have been able to be knocked down more easily with charity, because it's easier to raise charity money for capex than opex. It was common to have charity drives to get computers into schools, for example, but it's much harder to see people donating money for tokens for poor people. Previous-generation equipment can be donated, and can still spark an interest in computing and programming. Whereas you literally now can't even use ChatGPT-4. | | |
| ▲ | conradev 6 days ago | parent | next [-] | | Small models and processors are going to continue improving to the point that you’ll be able to vibe code locally on your phone at some point. When the iPhone came out, not everyone had a smartphone. Now 90% of the US has a smartphone, and many of these smartphones run generative local models. | |
| ▲ | pc86 6 days ago | parent | prev | next [-] | | "It's harder to convince other people to pay for this for me" is an insane criticism. Not every AI model needs a premium account, you can even run many excellent models locally if you don't want to pay for an internet connection. At some point you just have to accept that yes things are easier if you have a little bit of spending money for things. That's not "sad" it's a basic fact of life. | | |
| ▲ | xnorswap 6 days ago | parent [-] | | You have been mean with your interpretation of my statement. I am not saying, "It's harder to convince other people to pay for this for me". I am saying, "It is harder for me to pay for this for someone else". | | |
| ▲ | pc86 6 days ago | parent [-] | | It probably is harder to convince others to pay for opex than capex - maybe that's a good thing, maybe not. But it's certainly not any harder for you to donate this money to someone because they want to spend that money on tokens instead of a computer, for example. | | |
| ▲ | Zambyte 6 days ago | parent [-] | | I think you're still misinterpreting them. It's harder to donate tokens than it is to donate books or a computer. Not all donations are cash. Though, in a sense, I am donating tokens. I run an LLM box at my apartment, and I let some people in my community have a free account through my hosted Open WebUI. |
|
|
| |
| ▲ | infecto 5 days ago | parent | prev [-] | | This feels like picking a random thing against LLMs to complain about. These tools are not even necessary today I am not sure why they would be necessary tomorrow beyond efficiency. If that day does come though, you would have to assume open source models would also be coming a long way. |
| |
| ▲ | michaelrpeskin 6 days ago | parent | prev [-] | | I attribute my barriers to entry as things that forced me to really learn. All my family could afford was a 386 with 16MB of ram when 486s where pretty common. I had to really hack to make things work. Working under constraints meant I was exploring limits and understanding efficiency. I still carry that in my day job which I _think_ helps me write better code - even in unconstrained systems, thinking in terms of memory and instruction efficiency can still help make better/faster code. |
|
|
| ▲ | mickael-kerjean 6 days ago | parent | prev | next [-] |
| Yep, I used to spend a lot of time learning PHP on a web server which was part of my internet subscription. Without it being free, I would never have learn how to create websites and would have never got in programming, the trigger was that free web hosting with PHP that was part of the internet connection my parents were already paying for |
| |
| ▲ | alwillis 6 days ago | parent | next [-] | | There are plenty of free models available; many that rival their paid counterparts. A kid interested in trying stuff can use Qwen Coder for free [1]. If the kid's school has Apple Silicon Macs (or iPads), this fall, each one of them will have Apple's 3 billion parameter Foundation Models available to them for free [2]. Swift Playground [3] is a free download; Apple has an entire curriculum for schools. I would expect an upgrade to incorporate access to the on-board LLM [1]: https://openrouter.ai/qwen/qwen3-coder:free [2]: https://developer.apple.com/videos/play/wwdc2025/286 [3]: https://developer.apple.com/swift-playground/ | | |
| ▲ | yoz-y 6 days ago | parent | next [-] | | I guess hardware being able to run a local model will eventually get cheap enough, but for a lot of people even buying an Apple device or something with a good enough GPU is prohibitive. | | |
| ▲ | PeterStuer 6 days ago | parent | next [-] | | True, it will get cheap to run today's frontier models. But, by that time, how much more advanced will the frontier models of that time be. It is a real question. It all depends on whether the AI future is linear or exponential. | |
| ▲ | hadlock 5 days ago | parent | prev [-] | | I think we are already there. You can run a pretty ok LLM on a 4gb raspberry pi that will write most any simple 20-150 line bash script today, or toy application in python/rust. Old laptops pulled out of the trash are probably capable of running smaller LLMs and can explain how functions work. They're no claude code but you probably want a rough-around-the-edges LLM that can't do everything for you, if you're planning on using it to learn to code. |
| |
| ▲ | andai 5 days ago | parent | prev | next [-] | | Speaking of free models on OpenRouter, DeepSeek R1 0528 is also available for free. https://openrouter.ai/deepseek/deepseek-r1-0528:free | |
| ▲ | socalgal2 6 days ago | parent | prev [-] | | Swift and swift playground might be a good introduction to programming, but it feels likely not to lead to as many opportunities as a more popular system. And I don’t just mean job opportunities. |
| |
| ▲ | pc86 6 days ago | parent | prev [-] | | "Already being paid for by someone else" is very different than "free." |
|
|
| ▲ | rurp 6 days ago | parent | prev | next [-] |
| Very true. One of the greatest aspects of the field is how accessible it is, and that is certainly going to get worse with LLM usage. I'd probably be toiling away in a less productive industry if I hadn't been able to easily download Python and start learning it for free. |
|
| ▲ | nostrademons 6 days ago | parent | prev | next [-] |
| They're not that expensive for anyone that has the tech skills to actually make good use out of them. I've been paying around with Claude Code, using API credits rather than the monthly fee. It costs about $5 per one-hour session. If you're going to be doing this professionally it's worth springing for the $100/month membership to avoid hitting credit limits, but if you just want to try it out, you can do so without breaking the bank. A bigger question for me is "Does this actually increase my productivity?" The jury is still out on that - I've found that you really need to babysit the algorithm and apply your CS knowledge, and you also have to be very clear about what you're going to tell it later, don't let it make bad assumptions, and in many cases spell out the algorithm in detail. But it seems to be very good at looking up API details, writing the actual code, and debugging (if you guide it properly), all things that take a non-trivial amount of tedium in everyday programming. |
| |
| ▲ | eloisius 6 days ago | parent | next [-] | | 12-year-old me wasn’t putting my tech skills to good use enough to pay $5 every time I sat down at the computer. I was making things though, and the internet was full of tutorials, chat rooms, and other people you could learn from. I think it would be sad if the same curious kid today was told “just pay $5 and ask Claude” when pestering someone in IRC about how to write a guestbook in Perl. | | |
| ▲ | nostrademons 6 days ago | parent | next [-] | | 12-year-old me wasn't either, but he was noodling around on a computer that cost $2500 (more like $5500 in today's dollars). I think our parents loved us very much and must have had some means to afford the capital cost of a computer back then. I don't see my 7-year-old paying $5 for each hour he wants to program (and no way in hell would I give him my credit card), but I could easily envision paying $20/month for a Claude subscription and letting him use it. We pay more than that for Netflix & Disney+. | | |
| ▲ | kelnos 6 days ago | parent | next [-] | | > noodling around on a computer that cost $2500 (more like $5500 in today's dollars) Wow! 12-year-old me was noodling around on a computer that my dad brought home from work because it would have otherwise ended up in landfill. We had very little money for computers back then, and I was thrilled when my parents gave me a budget to buy parts to build my own from scratch when I was about to go off to college (I'd saved up a bit myself, but not nearly enough). I think your experience is pretty privileged, and not at all common. | | |
| ▲ | nostrademons 5 days ago | parent | next [-] | | There's always more to the story than the Internet assumes. We were quite possibly less privileged than you were, if your dad brought a computer home from work. I grew up with a teacher and a househusband for parents; single-income, and that income made about 1/3 of what engineers or other computer professionals made. My kid had more passport stamps at age 2 than I did at age 18. It was $2500 because it was a Mac LC, and it was a Mac LC because that could take an Apple 2E card and run both Mac and Apple software, and that was important because my mom was a teacher and had a large library of educational software at school that she could take home. Recall that in those days, software was sold in retail stores (no Internet), and cost $50-100 for kiddie stuff, and like $400 for productivity and compilers. 25 titles and the cost of the computer paid for itself in free software. I think we used about that. It's a matter of priorities. My parents always prioritized my education: they bought a computer, and whatever software didn't come from my mom's workplace, and any books I wanted, and paid for my college education in full. We didn't have a whole lot other than that: we didn't take a lot of vacations or plane trips (and a single plane trip would cost more than that $2500 in those days), ran our cars into the ground (my mom owned 2 cars over my entire childhood), wore hand-me-downs. | |
| ▲ | matwood 6 days ago | parent | prev | next [-] | | Everyone has some level of privilege. I didn't get my first PC until I was a freshman in college. I had to spend part of my college loan buying one (~$3k IIRC). Up to that point I had only played with the Apple IIc's and the few Macs they had at my high school.. Information on programming also wasn't as readily available as it is now. I used to go the book stores and use pencil and paper and copy out solutions since $50+ for a book was way more money than I could spend. Everything today is crazy inexpensive for the value. | |
| ▲ | pc86 6 days ago | parent | prev [-] | | So what? That sounds dismissive, and maybe it is, but I'm being serious here. What is the point of coming here and saying "when I was 12, my parents had less money than yours did when you were 12?" Privilege is relative, "common" is relative, and constantly being dragged into oppression Olympics of who has or had things slightly worse is exhausting and not conducive to conversation. Better keep in mind that someone here almost certainly had it even worse than you when they were in elementary school, lest you go a few seconds without acknowledging your privileged upbringing, for some reason, in a conversation where it bears absolutely no relation to anything. |
| |
| ▲ | jack_pp 6 days ago | parent | prev | next [-] | | 12-year-old me was mostly procrastinating but sometimes fired up Pascal which required me to insert a floppy disk in my 486 compaq machine for it to work. the machine was a donation from my aunt, could only run DOS. However chatgpt or gemini free tier is more than enough for a kid to figure out how python works and build some simple software. While I have the Gemini subscription I only got it because my family drive storage was nearly full. I could've probably got by with ChatGPT free to just stop using stackoverflow. | |
| ▲ | piva00 6 days ago | parent | prev | next [-] | | 10-year-old me was programming on a salvaged 386 that my dad got from a friend after the company they worked at went bankrupt, and left the machine as trash. Instead of Christmas gifts I asked for programming books and pitched in some of the birthday money my grandparents would give me (about US$ 2 every birthday). Not everyone was privileged, some of us were just lucky. | | | |
| ▲ | dingnuts 6 days ago | parent | prev [-] | | I'm extremely privileged and I had a quarter of what you did growing up. Your experience and your kids' is not typical. |
| |
| ▲ | sgarland 6 days ago | parent | prev [-] | | 12-year-old me had (or rather, my family had) a Celeron 333 MHz and a Pentium III 550 MHz, both from Gateway, because that was the sole awesome perk my dad got from working there: literally free computers, with a required number of years of employment to pay them off. In 2000, the P3 was still pretty hot shit. I dual-booted them with every Linux distro under the sun. Since we had dial-up, the only way I had those distros was from 4-H [0], which at the time in Nebraska had a partnership with University of Nebraska to do tech instruction; once a quarter, we’d drive down to a campus (usually UNL) and spend a weekend learning something (LAMP stack, hardware troubleshooting, etc.), and having a LAN party at night. Also we had free access to their (at the time) screamingly fast internet, so I would download distros and packages to try out later. My online upbringing was very much of the RTFM variety, and I am convinced that was and is a good method to learn. It’s not like the grumpy graybeards were cruel, they just didn’t want to waste their time answering the same “how do I…” questions from noobs. If you explained what you were experiencing, what you had read, and what you had tried, they were more than happy to help out. I don’t think that’s an unreasonable approach. [0]: https://4-h.org/ |
| |
| ▲ | hdjrudni 6 days ago | parent | prev | next [-] | | I think you said it. $100/mo and you're not even sure if it'll increase your productivity. Why on earth would I pay that? Do I want to flush $100 down the toilet and waste several days of my life to find out? | | |
| ▲ | nostrademons 6 days ago | parent | next [-] | | You don't have to pay $100 to find out, you can do that for ~$5-20 by directly buying API credits. I don't know for sure whether it's worth it yet. Further experimentation is needed, as well as giving it an honest shot and trying to learn the nuances of the tool. But the way I look at it - if this actually is a future career path, the net present value of its payoff is measured in the millions of dollars. It's worth spending ~$20 and a few nights of my time to figure that out, because the odds can be pretty damn low and still have the expected value pencil out. It's sorta like spending $200 on 1/4 of a Bitcoin in 2013 because I was curious about the technology - I fully expected it to be throwing money down the toilet, but it ended up being quite worth it. (I wish I'd had the same mindset when I could've bought into the Ethereum ICO at a penny or so an ETH.) | |
| ▲ | handfuloflight 6 days ago | parent | prev [-] | | Are you spending every $100 absolutely efficiently? How do you know? | | |
| ▲ | jrflowers 6 days ago | parent [-] | | Can I have a hundred dollars? I assure you giving it to me is efficient | | |
|
| |
| ▲ | barrell 6 days ago | parent | prev [-] | | I have the tech skills to use them. In my 30s and I could not spend $5 on a one hour coding session even if it 10xed my productivity. 1-2 hours would literally break the bank for me |
|
|
| ▲ | mark_l_watson 6 days ago | parent | prev | next [-] |
| yes indeed, who will pay? I run a lot through open models locally using LM Studio and Ollama, and it is nice to only be spending a tiny amount of extra money for electricity. I am retired and not wanting to spend a ton of money getting locked long term into using an expensive tool like Claude Code is a real thing. It is also more fun to sample different services. Don’t laugh but I am paying Ollama $20/month just to run gpt-oss-120b very fast on their (probably leased) hardware with good web search tooling. Is it worth $20/month? Perhaps not but I enjoy it. I also like cheap APIs: Gemini 2.5-flash, pro when needed, Kimi K2, open models on Groq, etc. The AI, meaning LLM, infrastructure picture is very blurred because of so many companies running at a loss - which I think should be illegal because long term I think it is misleading consumers. |
| |
| ▲ | piva00 6 days ago | parent [-] | | > The AI, meaning LLM, infrastructure picture is very blurred because of so many companies running at a loss - which I think should be illegal because long term I think it is misleading consumers. In a sense it is illegal, even though the whole tech scene has been doing it for decades, price dumping is an illegal practice and I still don't understand why it has never been considered as such with tech. Most startups with VC investors work only through price dumping, most unicorns came to be from this bullshit practice... | | |
| ▲ | nl 6 days ago | parent [-] | | "Price dumping" isn't an economic term in common use. "Dumping" in international trade is somewhat similar but the reasons that is illegal are very different: https://en.m.wikipedia.org/wiki/Dumping_(pricing_policy) Pricing at a loss by VC funded companies is great for consumers. It rarely is at a loss though - they look at the lifetime value. Pricing at a loss by big tech could be viewed as anticompetitive. Personally I like that Gemini keeps OpenAI prices lower but one could argue it has stopped OpenAIs growth. | | |
| ▲ | piva00 6 days ago | parent | next [-] | | > Pricing at a loss by VC funded companies is great for consumers. It rarely is at a loss though - they look at the lifetime value. It's great for consumers only in the short term, the strategy to drive out competition that are not as well-funded has only one goal: to remove competition in the long-term to drive up prices at your will since most competitors won't have the chance to exist. Edit: yes, technically dumping is a specific type of predatory pricing, so swap "price dumping" on my first comment to "predatory pricing" instead. | | |
| ▲ | nl 6 days ago | parent [-] | | It doesn't have one goal. In fact driving out competition is rarely the goal at all. Instead the goal is usually to reduce the barrier to people trying the thing - especially when it is a developer API which you hope developers will incorporate into their product. | | |
| ▲ | piva00 6 days ago | parent | next [-] | | > In fact driving out competition is rarely the goal at all. Driving out competition is definitely a goal, the further you can snowball that makes your company a much more attractive investment since your competition will be bleeding money, attrition is definitely used as a tactic by VCs when a startup gets traction. Hell, it's one of the arguments they use to run further rounds of investments to others "this startup is very well capitalised and the competition has 1/10th of their funds, investing elsewhere is a losing proposition". > Instead the goal is usually to reduce the barrier to people trying the thing - especially when it is a developer API which you hope developers will incorporate into their product. I thought we were talking about unicorns such as Uber, AirBnb, etc., not some dev startup packaging APIs to serve other startups which is a whole other incestuous industry. | |
| ▲ | guappa 5 days ago | parent | prev [-] | | AI company founder and CTO defends those practices… yawn. |
|
| |
| ▲ | Filligree 6 days ago | parent | prev [-] | | I wouldn’t assume Gemini is being run at a loss, though. At least not that, if it weren’t, that would help OpenAI much. Google uses Google hardware, which costs them 1/10 what nvidia hardware costs everyone else. |
|
|
|
|
| ▲ | coldtea 6 days ago | parent | prev | next [-] |
| >the barrier to entry is now monetary rather than just knowledge-based, which will make it _much_ harder for young people with no money to pick up. Considering opportunity cost, a young person paying $20 or $100 per month to Claude API access is way cheaper than a young person spending a couple of years to learn to code, and some months coding something the AI can spit in 10 minutes. AI coding will still create generations that even programming graduates know fuck all about how to code, and are also bad at reasoning about the AI produced code they depend on or thinking systematically (and that wont be getting any singularity to bail them out), but that's beside the point. |
| |
| ▲ | sdenton4 6 days ago | parent | next [-] | | Applying opportunity cost to students is a bit strange... People need to take time to get good at /something/. It's probably best to work with the systems we have and find the edge where things get hard, and then explore from there. It's partly about building knowledge, but also about gumption and getting some familiarity with how things work. | |
| ▲ | typewithrhythm 6 days ago | parent | prev | next [-] | | But all the other students are doing the same, so the expectation will quickly become use of tools for potentially years. My introduction to programming was through my dad's outdated PC and an Arduino, and that put me on par with the best funded. | |
| ▲ | 6 days ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | palata 6 days ago | parent | prev | next [-] |
| > This is one of the sadder things about AI usage getting more standard that I haven’t seen discussed much—-the barrier to entry is now monetary Agreed. And on the one hand you have those who pay an AI to produce a lot of code, and on the other hand you have those who have to review that code. I already regularly review code that has "strange" issues, and when I say "why does it do this?" the answer is "the AI did it". Of course, one can pay for the AI and then review and refactor the code to make it good, but my experience is that most don't. |
| |
| ▲ | guappa 5 days ago | parent [-] | | At my work I'm just never reviewing code of certain team members and I let the team leader do it. Their hire, their problem. If the code becomes a mess and fixing anything becomes slower… well who cares I'm paid per hour not per task done. |
|
|
| ▲ | noelwelsh 6 days ago | parent | prev | next [-] |
| I agree that access is a problem now, but I think it is one that hardware improvements will solve very quickly. We are a few generations of Strix Halo type hardware away from effortlessly running very good LLMs locally. (It's already possible, but the hardware is about $2000 and the LLMs you can run are good but not very good.) AFAIK AMD have not released the roadmap for Medusa Halo, but the rumours [1] are increased CPU and GPU performance, and increased bandwidth. Another iteration or two of this will make Strix Halo hardware more affordable, and the top-of-the-line models will be beasts for local LLMs. [1]: https://www.notebookcheck.net/Powerful-Zen-6-Medusa-Halo-iGP... |
|
| ▲ | block_dagger 6 days ago | parent | prev | next [-] |
| LLMs are quickly becoming cheaper. Soon they will be “cheap as free,” to quote Homestar Runner. Then programming will be solved, no need for meatbags. Enjoy the 2-5 years we have left in this profession. |
| |
| ▲ | barrell 6 days ago | parent | next [-] | | You say that, but subscription prices keep going up. Token price goes down but token count goes up. Companies are burning billions to bring you the existing prices, and multiple hundreds per month is not enough to clear the bar to use these tools. I’m personally hoping for a future with free local LLMs, and I do hope the prices go down. I also recognize I can do things a little cheaper each year with the API. However it is far from a guaranteed which direction we’re heading in, and I don’t think we’re on track to get close to removing the monetary barrier anytime soon. | | |
| ▲ | frognumber 6 days ago | parent [-] | | My bill for LLMs is going up over time. The more capable, higher-context models dramatically increase my productivity. The spend prices most of the developing world out -- an programmer earning $10k per year can't pay for a $200/month Claude Max subscription.. And it does better than $6k-$10k programmers in Africa, India, and Asia. It's the mainframe era all over again, where access to computing is gated by $$$. | | |
| ▲ | achenet 6 days ago | parent [-] | | > The spend prices most of the developing world out -- an programmer earning $10k per year can't pay for a $200/month Claude Max subscription.. No, but a computer earning $10k per year can probably afford a $200 used ThinkPad, install Linux on it, build code that helps someone, rent a cheap server from a good cloud provider, advertise their new SaaS on HN, and have it start pulling in enough revenue to pay for a $200 Claude Max subscription. > It's the mainframe era all over again, where access to computing is gated by $$$. It's still the internet era, where access to $$$ is gated by computing skill :) |
|
| |
| ▲ | achenet 6 days ago | parent | prev [-] | | Did you read the original article? LLM code still needs to be reviewed by actual thinking humans. |
|
|
| ▲ | miohtama 6 days ago | parent | prev | next [-] |
| One can create a free Google account and use Gemini for free. Or think it this way: It's easy to get base level free LLM (Toyota) but one should not expect free top of the shelf (Porsche). |
| |
| ▲ | ubercow13 6 days ago | parent [-] | | Previously most Porsche development tools were available to everyone though, such as GCC. | | |
| ▲ | ijidak 6 days ago | parent [-] | | Software development costs hundreds of dollars in the 90s. My parents bought VB 6 for $600. Only in tech are we shocked when things cost money. I don't know that any other industry expects such a reality. |
|
|
|
| ▲ | mosselman 6 days ago | parent | prev | next [-] |
| Does anyone have a good recommendation of a claude code like tool that uses locally hosted models? |
| |
|
| ▲ | sbarre 6 days ago | parent | prev | next [-] |
| Eh back in the day computers were expensive and not everyone could afford one (and I don't mean a library computer that you can work on, one you can code and hack on). The ubiquity of computing is not something that's been around forever. There have always been costs and barriers for the cutting edge. |
| |
| ▲ | horacemorace 6 days ago | parent [-] | | The problem isn’t cost, it’s reproducibility and understanding. If rely on a service you can’t fully understand to get something done, you’re beholden to the whims of its provider. | | |
| ▲ | sbarre 6 days ago | parent [-] | | Sure but that's not what the person I was replying to was talking about, nor what I was talking about. Cost of access is absolutely a problem in tech. The problem can certainly be multi-faceted though. |
|
|
|
| ▲ | dirkc 6 days ago | parent | prev | next [-] |
| Maybe local models can address this, but for me the issue is that relying on LLMs for coding introduces gatekeepers. > Uh oh. We're getting blocked again and I've heard Anthropic has a reputation for shutting down even paid accounts with very few or no warnings. I'm in the slack community where the author shared their experiment with the autonomous startup and what stuck out to me is that they stopped the experiment out of fear of being suspended. Something that is fun should not go hand-in-hand with fear of being cut off! |
|
| ▲ | Arisaka1 6 days ago | parent | prev | next [-] |
| You made me realize exactly why I love skill-based video games, and shun the gacha games (especially those with PvP). You swiped to gain power over players who don't. Yay? The knowledge check will also slowly transfer towards the borders of fast iteration and not necessarily knowledge depth. The end goal is to make a commodity out of the myth of the 10x dev, and take more leverage away from the devs. |
|
| ▲ | noobermin 6 days ago | parent | prev [-] |
| This is a pro for a lot of the people whom AI people are targeting: idiots with money. |
| |
| ▲ | icemelt8 6 days ago | parent [-] | | be careful maybe the idiots will be the only one left with money, and the smart people like you could be homeless. | | |
| ▲ | kubb 6 days ago | parent [-] | | If the trend of the last four decades continues, this is the outcome. |
|
|