Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile
Mike @ HTML All The Things πŸ‡¨πŸ‡¦

@htmleverything

πŸŽ™οΈ Weekly Web Development Podcast πŸ”— bit.ly/3WUhLmu

Head of Eng @CyfrinAudits

πŸŽ’ Svelte for Beginners Course πŸ‘‰ bit.ly/3PdjXnc

ID: 985047239184846848

linkhttps://limey.io/htmlallthethings calendar_today14-04-2018 06:48:57

22,22K Tweet

31,31K Followers

1,1K Following

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

.Raycast focus has been the best pomodoro/focus app I've used. Easy to start and add/remove blocked apps. Just makes it easier to focus and track what I'm doing.

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

While I sit watching cursor AI implement features I feel both extreme excitement for the future of possibilities and a deep existential dread for the things I used to enjoy being automated away.

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

I can't really understate how much a rollercoaster of emotions I've been on with AI lately. Literally everyday it swings from "holy shit this is amazing" to "we're so screwed".

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

This. I've been feeling this way for a while now and trying to work through it and find some pleasure in prompting and reviewing/tweaking code. Unsuccessful so far but will keep at it because this is the future.

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

One skill I'm developing because of cursor agent is reviewing code. So much code to review and always some weird finds like static variables to get around certain checks.

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

The easier you make it to write code the less incentive people have to go out and learn the fundamentals. Sneak peak at a upcoming episode where Matt Lawrence β˜• and I discuss the impact of AI on developer education.

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

For serious AI and MCP development the standard seems to be Python. Is JavaScript just not favored by those devs or is there a specific reason why Python is a better language for this?

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

Steps I take before starting to work on a feature 1. Pull latest from dev branch 2. Create new feature branch and switch to it 3. Spin up the dev server to make sure everything is working at baseline 4. Document changes I'm going to make in a readme (probably deleted/refactored

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

This right here. All it takes is just trying to use it in a project that has actual users and a slightly larger scope and you'll quickly be wrangling the AI for more time then you'd spend writing some features. To properly use AI you NEED to know it's limitations more so then

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

Everything hinges on how fast and well AI progresses. Right now it's a tool for us to use. Agents are cool but they aren't replacing anything. If they get even 50% better though...

Mike @ HTML All The Things πŸ‡¨πŸ‡¦ (@htmleverything) 's Twitter Profile Photo

The hardest part of engineering leadership is adding in processes and guardrails that make the codebase more maintainable but also let your team ship. I definitely lean on the side of less process to allow for higher velocity but as the codebase matures you need to add more