Deleted Comment
Taking notes during meetings isn't to improve understanding, or to "read" afterwards.
They're a record of what was discussed and decided, with any important facts that came up. They're a reference for when you can't remember, two weeks later, if the decision was A and B but not C, or A and C but not B.
Or when someone else delivers the wrong thing because they claim that's what the meeting decided on, and you can go back and find the notes that say otherwise.
I probably only need to find something in meeting notes later once out of every twenty meetings. But those times wind up being so critically important, it's why you take notes in the first place.
Still I think it's better to discuss "action points" in that case and give a clear owner to those points. This always helps me to understand who's accountable and what actions actually need follow up.
Honest question: Do you actually read any of these notes? I think there is a fundamental flaw with not taking notes. I'm convinced taking notes forces you to properly consider what is being said and you store the information in your brain better that way.
But to expand on the spelling topic, good spelling and grammar is now free with AI tools. It no longer signals being educated. Informal tone and mistakes actually signal that the message was written by a human and the imperfections increase my trust in the effort spent on the thing.
Isn’t this a bit short sighted? So if someone has a wide vocabulary and uses proper grammar, you mistrust them by default?
One improvement for your writing style: it was clear to me that you don’t hate AI though, you didn’t have to mention that so many times in your story.
Completely agree. Unfortunately corporate environments tend to reward people that are "busy" instead of productive. I've been in many environments where I had to wait for a lot of people that were busy to gather requirements, slowing me down immensely. How do you deal with that?
Custom Elements missed the mark with the problem frameworks solve. We don't necessarily need custom HTML, we needed easy way to build and manage the whole data and visual flow locally while treating the backend response as a datasource.
Nowadays, I use web components for one-off, isolated components as a replacement for iframes, but rarely for anything complex.
Coding agents will allow us to write plain JS way more quickly but it still takes a bit more time by humans to read compared to reading something that was written with in a framework.
Until the day that I don't have to do reviews of my AI generated code, or some sort of pseudocode abstraction layer becomes available, I think there is still a place for frameworks and libraries to create web components like Stencil.