home.social

#aicli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #aicli, aggregated by home.social.

  1. Consider how powerful an AI agent is at creating applications when it's easy to create a feedback loop and using TDD.
    It's much harder to create proper feedback loops when dealing with infrastructure and the AI assistance gets much less effective, likely requiring human-in-the-loop.

    This is an area which I think is crucial for platform teams to consider. A platform can provide homogenous environments which are well defined, being able to provide both prepared SKILL.md and AGENTS.md for users.

    A great enabler for AI agents is to use well documented CLI:s for the agent to use.
    For example gh (Github CLI) or bd (beads).

    Any internal developer platform should come with a CLI which not only has a useful human readable help, but has commands which outputs up to date instructions for an agent to use. (If you haven't checked out beads - do it to see how such an integration could work!)

    github.com/steveyegge/beads

    #opencode #PlatformEng #aicli