2. install .md skills instead of install .sh scripts.
Thanks, but not this.
My nerves hurt when I see redundant, slow, repeated process.
Use the LLM to compile, not execute.
The right solution is a create-installation-script skill: it understands env differences, generates the install script, validates it against the test framework, and produces something that just works.
Do not make the LLM run the same installation steps billions of times.
Similarly, we now rely on agents to handle more and more workflows, it's better to create a harness to let agents 'compile' repeated work into deterministic code, also make sure agents handle the failures/exceptions to self-evolves the logic.
Dude, I feel you picked places in similar styles. You are looking for a specific lifestyle that you are mostly comfortable with. You should consider building these elements around a place where you'd like to call your home.
Thanks, but not this.
My nerves hurt when I see redundant, slow, repeated process.
Use the LLM to compile, not execute.
The right solution is a create-installation-script skill: it understands env differences, generates the install script, validates it against the test framework, and produces something that just works.
Do not make the LLM run the same installation steps billions of times.
Similarly, we now rely on agents to handle more and more workflows, it's better to create a harness to let agents 'compile' repeated work into deterministic code, also make sure agents handle the failures/exceptions to self-evolves the logic.