Rendered at 05:56:02 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
cush 23 minutes ago [-]
Having agents create their own skills works well if you also give it a layer of verifiability.
Eg. Ask the agent to write a skill then get it to prompt a subagent to use the skill, then iterate until it verifies the task was completed correctly
whattheheckheck 58 minutes ago [-]
What if I want a way to open up a latent space prompt without having to type it all out everytime?
theowaway213456 4 hours ago [-]
TL;DR don't have your agent write skills using only its latent knowledge, otherwise you may as well not use a skill in the first place and let it summon that latent knowledge on the fly.
Not sure if this take is correct though. I suspect self-generated skills help the agent avoid having to "decompress" its latent knowledge, which might save tokens? idk, I am not an expert
bigcat12345678 4 hours ago [-]
I now have rules to not let agent write any docs or processes. Pretty much anything LLM auto-generated are of zero reuse value.
Eg. Ask the agent to write a skill then get it to prompt a subagent to use the skill, then iterate until it verifies the task was completed correctly
Not sure if this take is correct though. I suspect self-generated skills help the agent avoid having to "decompress" its latent knowledge, which might save tokens? idk, I am not an expert