Live data from Hacker News

Fuck it, make it anyway

joelotter.com

171–180 of 613 posts

Re: Fuck it, make it anyway

#171
This is interesting because where he says "I take no pleasure in the results", I'm split. Sometimes I make something of no lasting value and feel no pleasure. Sometimes I use my context and creativity to ask for a result, and when the model one-shots it, I take a lot of pleasure in getting the result I want and need in that moment.

Re: Fuck it, make it anyway

#172

Earlier quoted context omitted.

At least for now, not everybody can make a private SaaS. Doing that requires skills and focus. Even with SOTA models, as of ~today, there are inflection points where the AI would not be able to make the right choice without a knowledgable human, or would cycle and waste time with things that don't matter, etc.

Not really true tbh. Plenty of 50 year old business guys with less than zero technical ability making saas startups over months of focused chats with LLMs. Of course they're slower at making stuff and the projects are worse than a smart engineer, but they can definitely ship and run to thousands of real customers.

"not everybody" vs "50 year old business guys...months of focused chats" - I don't think you're really disagreeing here? That's also a niche population. One that knows their domain very well, absolutely, personally I think it's cool that they can DIY what they need. But still a niche population. That's not your proverbial 20year old kid right out of school with ADHD pumping out world class software.

Aside - is AI still DIY? We need a new DAIY category for AI empowered works?

Re: Fuck it, make it anyway

#173

Earlier quoted context omitted.

Vice City was released nearly 25 years ago! Also it's a game, so it's not really an apples-to-apples comparison. If you count the unique 'features' (or systems) of Vice City, you might find it's a comparable count to the number of features of a medium-sized mobile app.

You are joking right ? renderer, audio, math, physics, animation, AI, asset streaming,.... in addition to the gameplay itself, and you compare it to a medium-sized mobile app ???

Apps usually have tons of boilerplate, so pure LoC may be similar. But in density, no contest. I recently dug up an old objc app of mine and was shocked how few lines it took to send a REST request, parse and process it. Nowadays it is split into multiple files, usecases, repositories, protocols to accomplish the same. All in the name of testability or architectural “correctness”. Write that in a game and you’re fired because it kills performance.

Re: Fuck it, make it anyway

#174

Earlier quoted context omitted.

Sound more like the latter group likes having things made for them, ideally without paying for it.

That's not how I read it at all. Why do you think the latter group likes free stuff made for them?

I think it's more like the latter group likes the dopamine hit brought on my getting attention from release stuff.

Re: Fuck it, make it anyway

#175
post #68

In general creators must do some honest introspection. Did you enjoy the crafts, or did you enjoy the compliments? Did you enjoy the difficult puzzles or the identity derived from a career that gives you the reputation and perceived value of someone who can do a thing most people can’t? Did you enjoy the code itself or the accomplishment of seeing your ideas brought to life? Who remains when the thing you do no longe…

> Did you enjoy the crafts, or did you enjoy the compliments? Did you enjoy the difficult puzzles or the identity derived from a career that gives you the reputation and perceived value of someone who can do a thing most people can’t? I think in the end everyone will be happy. Those who just want to ship, make money and attain status and do not care much for the process will embrace whatever capabilities AI affords t…

Except that there are finite hours in the day. I enjoy the process and craft very much, but I also enjoy making high tech salaries. Up until a year or so ago, those weren't contradictory, because the craft paid well. Now, continuing to be employed in an AI-dominated industry means that I can no longer practice my craft at work most days. So now I need to find the motivation to do it in my spare time - and this while the work hours are significantly more emotionally and motivationally draining because it's less fulfilling.

If I switched to spending more time on the hobbyist craft, I would pretty quickly have to give up doing well at the job. And the parts of the craft I enjoyed the most are the puzzles around distributed systems and high-scale correctness, which tend not to come up in the hobbyist context anyway.

Re: Fuck it, make it anyway

#176

Earlier quoted context omitted.

Have you considered setting up an agent environment like codex and having it work making on Android version for you? I know you said it's a very complex app and that probably makes it seem like it wouldn't be able to, but LLMs are really good when they have a very clearly defined end state to work toward, like an existing iOS app with code, screenshots etc. I bet if you set Astra codex against this task on the $100 p…

I scoped out exactly that. The issue is that I store user data. Also, the users of the app are a very privacy-sensitive demographic. That raises the stakes, considerably. I can't just "vibe code" an app that does the same thing mine does. It needs to be vetted by a good native Android developer that I trust, and that gets expensive.

Ahhhh yeah totally get that. Changes things considerably.

Re: Fuck it, make it anyway

#177

> the output doesn’t feel like mine, and I take no pride in what it produces. So much this. I don't understand how some people seem to have no self awareness or shame in saying "I build X" where "X" was entirely prompted by an LLM. It's like ordering a meal from door dash and calling yourself a chef.

That is almost to say that the only part of the project that matters is the code. But the code is only a tiny part. I take joy in describing the thing and bringing that vision to life.

Re: Fuck it, make it anyway

#178

I liked building apps and helpful tools before AI came around. I've been doing so for 15 years, 10 of them professionally. Today, I like it even better. It's never been so fun. What would have taken days of work, if it was feasible at all, I can have implemented in half an hour now and iterate on the result to make it work the way I want. I stopped reviewing the code at all. People on here are often saying how that's…

My impression with how the wind is blowing is that someone is going to come along, if your app has merit, and duplicate it with Astra/Fable. Then they'd back it with significant ad spend, outcompeting yours.

Re: Fuck it, make it anyway

#179
There are generally two major reasons why programmers don't like what's happening. One is about jobs and money, the other is about craft, meaning, enjoyment. Somewhere in the middle is social status and perceived value of intelligence.

I wonder what's the ratio of these 2 on Hacker News and similar spaces, many posts and comments seem kind of vague about this.

For me, it's mainly about jobs and money. If I was retired or in a safe job, I would watch all of this with excitement. Don't get me wrong, I can fully empathize with the other stuff. I love thinking, creating and inventing stuff that is high quality technically and UX-wise and makes people's lives better.

But at the end of the day, job and money is easily at the top of the "Maslow's hierarchy". I can easily have a similarly happy life without programming or without building products (I don't enjoy programming at work anyway).

Re: Fuck it, make it anyway

#180

Earlier quoted context omitted.

Sound more like the latter group likes having things made for them, ideally without paying for it.

This is why I say that those who say "AI is a tool" don't quite have it right. AI is a service . Your power saw doesn't cut the wood for you while you go do something else, and then ask if you would like it planed next.

It depends on whether you are using the LLM as a) an advanced autocomplete; b) a chatbot/query interface; or c) an agent. Only the latter goes and does things for you.

It's also confusing that the term AI has become synonymous with LLMs as it covers other things like text prediction/correction.

So AI can be a tool or a service depending on how you are using it and what you are using it for.

Post reply on HN