HN user

ryanthedev

138 karma
Posts13
Comments168
View on HN

Ahhhh. I see now.

Now that you mention it, i can see a future where claude may offer a "skills" feature and codex offers a "talent" feature. where they are essentially the same things, but specific to that vendor.

reminds me how each cloud has the same offerings but different products.

1000000% agree. That's a problem I'm working on right now. I did learn about hooks, which is a way to constantly remind it. But that's too generic.

At some point I plan to do some ralph wiggum loop stuff maybe to hash out the best way for triggers to work.

i see it as skills being logical grouping of a set of prompts, which achieve a goal. Like my optimize-critical-path skill.

It's more than a single prompt, but less than an entire agent. I find skills to be the tools you use on the fly. Like how I might have a wrench,screw-driver, hammer in my tool box.

tools vs skills is all about context efficiency from what I see. and yes, this isn't novel of claude. but they are the first to offer this abstraction.

No need to be sorry! That's why I posted this.

That's what I have been doing as I'm building these skills out. There is a really fun testing/tdd loop that runs these skills through multiple prompts with baselines and tests it all out.

Well articulated.

Few people realized what callback hell was. Web devs got lucky they added await to JS.

I always appreciated Go for its coroutines. Does make for simpler code.

You know a language has done well when the biggest consistent argument is that it’s “boring”