Aldo Avilés Perata @aldosoftdev
Joined January 2016-
Tweets2K
-
Followers40
-
Following591
-
Likes33K
You might believe you should spend less time thinking about code because of AI. I strongly disagree! We’re watching this play out live where tons of AI generated code becomes a liability. At the end of the day, an engineer needs to be responsible / on call for code that gets shipped to production. If you don’t understand the system you’re trying to debug, you’re probably going to have a bad time. Yes, AI can help with all of this, if you set up the proper systems. You can have agents triage prod logs, look at errors, etc. You can speed up parts of the investigation, but an engineer needs to make the call. There might be serious customer or financial implications from that change. I expect the trend continue for trimming dependencies, vendoring code so you can modify it directly, preferring simpler systems with fewer abstractions, and spending waaaay more time thinking about system design and code maintenance. I’ve said this before, but it’s a great time to get familiar with CS fundamentals and some of the history behind what great software looks like. Many parts will be different in the coming years as AI progresses, but also a lot more than people realize will stay the same.
We're bringing the advisor strategy to the Claude Platform. Pair Opus as an advisor with Sonnet or Haiku as an executor, and get near Opus-level intelligence in your agents at a fraction of the cost.
Vue just made the virtual DOM optional. And the benchmarks are wild. ⚡ Vue 3.6 ships Vapor Mode — a new compilation strategy that eliminates VDOM overhead entirely for components that opt in. The numbers: → 100,000 components mounted in 100ms → First-load JS drops by two-thirds → Runtime memory nearly halved → Performance on par with Solid.js and Svelte 5 Here's the best part: you don't rewrite a thing. Add one word to your script tag:




