Readit News logoReadit News
mythz commented on Engineers who dismiss AI   terriblesoftware.org/2025... · Posted by u/matheusml
plastic-enjoyer · 2 days ago
> The engineers refusing to try aren’t protecting themselves; quite the opposite, they’re falling behind. The gap is widening between engineers who’ve integrated these tools and engineers who haven’t.

For me, however, there is one issue: how can I utilize AI without degenerating my own abilities? I use AI sparingly because, to be honest, every time I use AI, I feel like I'm getting a little dumber. I fear that excessive use of AI will lead to the loss of important skills on the one hand and create dependencies on the other. Who benefits if we end up with a generation of software developers who can no longer program without AI? Programming is not just writing code, but a process of organizing, understanding, and analyzing. What I want above all is AI that helps me become better at my job and continue to build skills and knowledge, rather than making me dependent on it.

mythz · a day ago
Do you save time by using a calculator / spreadsheet or try to do all calculations in your head, because your ability to do quick calculations degrades the more you rely on tools to do it.

I'm not too worried about degrading abilities since my fundamentals are sound and if I get rusty due to lack of practice, I'm only a prompt away from asking my expert assistant to throw down some knowledge to bring me back up to speed.

Whilst my hands on programming has reduced, the variety of Software I create has increased. I used to avoid writing complex automation scripts in bash because I kept getting blocked trying to remember its archaic syntax, so I'd typically use bun/node for complex scripts, but with AI I've switched back to writing most of my scripts in bash (it's surprising at what's capable in bash), and have automated a lot more of my manual workflows since it's so easy to do.

I also avoided Python because the lack of typing and api discovery slowed me down a lot, but with AI autocomplete whenever I need to know how to do something I'll just write a method stub with comments and AI will complete it for me. I', now spending lots of time writing Python, to create AI Tools and Agents, ComfyUI Custom Nodes, Image and Audio Classifiers, PIL/ffmpeg transformations, etc. Things I'd never consider before AI.

I also don't worry about its effects as I view it as inevitable, with the pendulum having swung towards code now being dispensable/cheap to create, what's more important is velocity and being able to execute your ideas quickly, for me that's using AI where I can.

mythz commented on Engineers who dismiss AI   terriblesoftware.org/2025... · Posted by u/matheusml
mythz · 2 days ago
I like learning, I like programming, primarily because it lets me create whatever App I want. I'm continually choosing the most productive languages, IDEs and tooling that lets me be the most productive. I view AI in the same regard, where it lets me achieve whatever I want to create, but much faster.

Sure if you want to learn programming languages for programming sake, then yeah don't Vibe Code (i.e. text prompting AI to code), use AI as a knowledgeable companion that's readily on hand to help you whenever you get stuck. But if your goal is to create Software that achieves your objectives then you're doing yourself a disservice if you're not using AI to its maximum potential.

Given my time on this earth is finite, I'm in the camp of using AI to be as productive as possible. But that's still not everything yet, I'm not using it for backend code as I need to verify every change. But more than happy to Vibe code UIs (after I spend time laying down a foundation to make it intuitive where new components/pages go and API integration).

Other than that I'll use AI where I can (UIs, automation & deployment scripts, etc), I've even switched over to using React/Next.js for new Apps because AI is more proficient with it. Even old Apps that I wouldn't normally touch because it used legacy tech that's deprecated, I'll just rewrite the entire UI in React/Next.js to get it to a place where I can use text prompts to add new features. It took about ~20mins for Claude Code to get the initial rewrite implemented (using the old code base as a guide) then a few hours over that to walk through every feature and prompt it to add features it missed or fix broken functionality [1]. I ended up spending more time migrating it from AWS/ECS/RDS to Hetzner w/ automated backups - then the actual rewrite.

[1] https://react-templates.net/docs/vibe-coding/rewrite-legacy-...

mythz commented on Please just try HTMX   pleasejusttryhtmx.com/... · Posted by u/iNic
mythz · 2 days ago
I keep seeing articles religiously pushing htmx, what I'm not seeing are sophisticated examples or apps written with it, just more basic example and interaction examples.

I personally prefer UIs with great encapsulation/composition, which used to be Vue, but with AI starting to write more of my UIs now I've switched to React/Next.js for new non-progressive UIs.

mythz commented on O'saasy License Agreement   osaasy.dev/... · Posted by u/d3w1tt
pointlessone · 5 days ago
So basically Big Time Public License. https://bigtimelicense.com/versions/2.0.2
mythz · 5 days ago
Too complicated, should be simple like O'sassy, i.e. modified MIT with a clause where it doesn't extend to oligopoly cloud corps.
mythz commented on O'saasy License Agreement   osaasy.dev/... · Posted by u/d3w1tt
mythz · 5 days ago
Given oligopoly cloud corps are the biggest exploiters of OSS (to everyone elses detriment), I'd prefer an OSS license that was simply OSS for everyone under < $1B ARR.
mythz commented on Z-Image: Powerful and highly efficient image generation model with 6B parameters   github.com/Tongyi-MAI/Z-I... · Posted by u/doener
echelon · 14 days ago
So does this finally replace SDXL?

Is Flux 1/2/Kontext left in the dust by the Z Image and Qwen combo?

mythz · 14 days ago
SDXL has long been surpassed, it's primary redeeming feature is fine tuned variants for different focus and image styles.

IMO HiDream had the best quality OSS generations, Flux Schnell is decent as well. Will try out Z-Image soon.

mythz commented on Microsoft drops AI sales targets in half after salespeople miss their quotas   arstechnica.com/ai/2025/1... · Posted by u/OptionOfT
mythz · 16 days ago
Despite having an unlimited warchest I'm not expecting Microsoft to come out as a winner from this AI race whilst having the necessary resources. The easy investment was to throw billions at OpenAI to gain access to their tech, but that puts them in a weird position of not investing heavily in cultivating their own AI talent and being in control of their own destiny by having their own horse in the race with their own SOTA models.

Apple's having a similar issue, unlimited wealth that's outsourcing to external SOTA model providers.

mythz commented on PGlite – Embeddable Postgres   pglite.dev/... · Posted by u/dsego
mythz · 17 days ago
It's cool that this is possible, is this just for fun or are there good use-cases for this?
mythz commented on Anthropic acquires Bun   bun.com/blog/bun-joins-an... · Posted by u/ryanvogel
sfn42 · 18 days ago
Overcomplicated type system. Language server seems redundant to mention, everything has a language server. Everything has ide integration. Everything has decent compiler feedback. Everything has hot reloading.
mythz · 18 days ago
yes some languages have them, no they're not as good.
mythz commented on Anthropic acquires Bun   bun.com/blog/bun-joins-an... · Posted by u/ryanvogel
sfn42 · 18 days ago
Typescript is a band aid on the gaping gushing wound that is JavaScript. It attempts to fix one problem JS has and it doesn't really succeed.
mythz · 18 days ago
Sounds like cope. Great Type System, Language Server, IDE Integration, compiler feedback, tooling ecosystem, DX Hot Reload - all things that made it the most used programming language on GitHub.

u/mythz

KarmaCake day10064August 20, 2010
About
https://servicestack.net
View Original