I think samplers are still clearly tools. You are still as a human performing with the sampler or at the very least manually arranging with it. If you gave somebody else the same sample, they would produce a different result.
Whereas AI (if we ignore RNG for a moment) will produce the same output from the same prompt. It's not a tool, it's a magic box that spits out a finished product with no human effort outside of the prompt.
I feel like it's a mix of so many things it's hard to know the answers to any of these questions.
- the job market is harder now, apparently because of AI
- environmental concerns due to data centers
- the ethical issues with scraping people's copyright data to power AI
- slop overwhelming the Internet, fake videos all over tiktok that seem real
- safety issues like AI psychosis
The world is hard right now, and a lot of the things that make it hard seem to intersect in all sorts of ways with the way AI is being developed, run, and used.
If you solve one of those issues, you still haven't solved the other ones.
The vs code integration is pretty slick. I can copy and paste function names into the prompt and it automatically turns them into these `#sym:` reference objects that I presume populate the context window with metadata about the function and where it lives. It knows what file I'm currently looking at as I jump around in the code, and that automatically gets loaded into the context. I can also drag and drop folders or specific files for context into the sidebar.
It's a lot of stuff that makes me have to type less into the prompt, since it's already getting so much info from my editor
As somebody who frequently switches between windows and Linux, I will pretty much never install an app that's only on one platform. Cross platform options mean I don't need to pay for or learn separate apps for the same thing on each OS
I don't care if it's QT or a WebView or something else, I just want to lower friction for myself
I feel the same way. I recently installed Windows XP in a VM for nostalgia and it was shocking how much I realized windows has improved since then.
I'm not obsessed with windows 11, but I am the happiest using it than I've been with any other version (aside from the TPM 2.0 requirement, that's my #1 complaint)
That's what got me into Vue and I still use build less Vue all the time for tiny little sites that aren't worth setting up a whole CI process for. It's really lovely that it's an option.
Just like how easy jQuery was to get started with back in the day, but a whole framework
I'm the same way, and I often feel like I don't know what the words that come out of my mouth will be until they happen.
I'm thinking in abstract feelings and images, and then it feels like some subconscious part of my brain is actually figuring out the words and saying them, if that makes any sense.
It can be spooky sometimes since it doesn't always feel like I'm in control of the specific words I use
It's not valid from a typing perspective, but python will let you. If you want to disregard types though then none of this matters anyway and you won't get much benefit from these tools
I've heard people say this, and believed it myself for a long time, but recently I set up a windows XP VM and was shocked by how bad the quality of life was.
I think nostalgia is influencing this opinion quite a bit, and we don't realize the mountain of tiny usability improvements that have been made since XP
I think the phrase _emotionally_ resonates with people who write code that would work in other languages, but the compiler rejects.
When I was learning rust (coming from python/java) it certainly felt like a battle because I "knew" the code was logically sound (at least in other languages) but it felt like I had to do all sorts of magic tricks to get it to compile. Since then I've adapted and understand better _why_ the compiler has those rules, but in the beginning it definitely felt like a fight and that the code _should_ work.
Whereas AI (if we ignore RNG for a moment) will produce the same output from the same prompt. It's not a tool, it's a magic box that spits out a finished product with no human effort outside of the prompt.