So ... with AI right now, I mainly:
- craft specs
- review and adjust plans, steer AI
- review code
- have to heavily steer / write tests because AI will just take the happy path otherwise
Awesome - I'm left with the bs tasks whilst the part that was genuinely fun (= writing the code) is taken away.
And yeah, I am excited by being able to move fast with Claude Code, Codex etc.
But I'll be honest: I've had more fun in the past.
Reliable AI systems require strong engineering solutions. No matter how strong your model is, always protect your system with evaluations, validations & retries.
I was today years old, when I found out that we can take print outs from mobile. Just took a printout, never came across someone doing it before though.
AI has a purple problem
Why does every website look like this? Where did this come from? Is Tailwind to blame?
I went to the sloppiest and purplest corners of the web to find out
Announcing @ChromeDevTools MCP! 🚀
Connect your AI coding agent to Chrome's powerful automation & debugging capabilities with ease.
Key features:
✅ Reliable automation: It can programmatically handle clicks, form fills, dialogs, and page navigation with ease.
✅ Performance insights: Go beyond simple audits. Instruct your agent to record a performance trace and extract actionable insights to optimize your web apps.
✅ Advanced debugging: Empower your AI to analyze network requests, list console messages, take screenshots, and even evaluate scripts in the browser context.
✅ Browser emulation: Easily test different conditions by emulating CPU slowdowns, network throttling, or various screen sizes.
Works well with modern web apps and believe this will unlock new workflows for automated testing, AI-driven debugging, and interactive web development.
And there's much more to come!
When you are given a problem, read it, understand it, solve it in your mind maybe write down your thoughts if needed, think of the edge cases and how your solution can fail, fix it!. Now finally start solving the problem.
Joined a new company and it's been a week. Going through the shift from product to service based, new role etc.
There has been some learnings towards react native app dev. Helped revamp two screens. Getting used to css-in-js.
Want to get back to my hands-on to-do list asap 👷🏼
👀 Ever seen a JavaScript memory leak in action?
I created a simple HTML demo that leaks 10,000 DOM nodes on purpose and visualized how memory behaves using Chrome DevTools.
https://t.co/tsmbhJh2h5
#JavaScript#WebDev#MemoryLeak#Frontend#DevTools
Wanted to see javascript memory leaks for real. Did a small exploration session today. Will post about it later. The engine does a lot of optimizations that we don't know. It's a rabbithole to get into.