Hello, thanks for the feedback. I need to only read your profile but GH permissions only have read+write options for this data. I am researching workarounds. That said, I have no workflow or code that changes the profile in any way.
That is an insane amount of money for just 32GB of RAM! That's what we were paying back when it was hard to use more than 32-64GB in a desktop setting. These days with all the electron and node bloatware, containers everywhere and AI - 32GB doesn't get you far.
That's the postMessage bottleneck - PR #1 replaces it with Atomics-based dispatch which should push utilisation much higher. Early numbers look like 6.4 tok/sec on M2 Max
It is complex. The early patents have expired, so a bunch of companies wouldn't surprise me. I can't follow the chains, but it appears that there are not really a bunch of companies, it is one company (maybe two) that makes just the displays and sells to others.
I don't really get what is different about this from how almost everyone else uses Claude Code? This is an incredibly common, if not the most common way of using it (and many other tools).
Looks like the blog is down, but I'm going to assume it's someone complaining about the number of AI related projects in Show HN, personally I often look at Show HN for interesting AI related projects.
There is almost no point in telling an agent to build a skill without augmenting it's knowledge on the thing it's writing about as you're just piping output to input without expanding the information in the system. If you get an agent to perform a bunch of research online, distil that down to information that the models tend not to get right or is newer than what is in their training data or simply better aligns with your desired workflow than what they generate out of the box - that's going to create a far more useful skill. I use a skill that gets activated when creating a skill to help guide this approach: https://github.com/sammcj/agentic-coding/blob/main/Skills/sk...
I find it useful for it to automatically update skills after trying them out in the wild. It can then improve the skills with real feedback. Seems to work well but I didn't do real research on it.
reply