elvis

elvis

X

@omarsar0

Building self-improving AI @dair_ai • Prev: Meta AI | PhD • Learn about AI Agents for FREE here: https://t.co/P5SA9u54xO

Shared posts
2
Last activity
1 month ago
Media
1 media

Author posts

yena shared this post · Jul 3
elvis

On top of it all, the PaperWiki automatically generates and maintains survey papers on all the AI topics I am interested in.

All up-to-date.

There simply doesn't exist anything like it.

Just insanely useful.

72
yena shared this post · Jul 2
elvis

Great paper on managing agent skills.

Skill libraries keep growing, and picking the right skills has become a bottleneck for coding agents.

The defaults are to expose the agent to the whole skill collection, or retrieve skills with embeddings and rerankers. Both treat the choice as independent picks.

SkillComposer treats composition as one joint decision over which skills, how many, and in what order. A constrained autoregressive decoder over skill identifiers produces the full plan in a single pass, so dependencies between successive skills fall out naturally.

193