diff --git a/README.md b/README.md index 2e52184..023dee5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Expediter is a companion app that aims to help you more easily access, babysit, It seems plausible that the role of many software engineers in the near future will be like that of a head chef. You have several cooks, i.e., agents, pushing out orders constantly. You need to review what these agents are cooking and check if everything looks right. -Most of the time, the permission requests are simple, but sometimes the agents take chaotic steps, and it helps if you're in the loop. Second, **agent minutes are valuable!** An agent stuck on a request or veering onto an unproductive path is costly, especially when executing a long spec. +Most of the time, the permission requests are simple, but sometimes the agents take chaotic steps, and it helps if you're in the loop. Second, **an agent's work per unit time is really high, so agent minutes are valuable!** An agent stuck on a request or veering onto an unproductive path is costly, especially when executing a long spec because each delay piles up. My hope is that this simple interface puts you in a loop with your agents. I have been using it personally and **it has helped eliminate the time it takes hopping from agent number one to five to three to four** (I am also someone who always has too many tabs and windows open) + **enabled me to manage more agents than I otherwise would have**. @@ -16,6 +16,8 @@ At the moment, I want to see if the core UX resonates with others. So, give it a The human-in-the-loop does impose some inherent constraints; there are some who expect humans will be RL-ified from software engineering altogether. Even if that comes to pass, there will still be those who would exercise their agency, orchestrate many talking machines, and find value in building.) +![Expediter simple visual guide](docs/assets/expediter_visual_guide.webp) + ## Install macOS only for now. The installer is interactive but the happy path is two prompts. diff --git a/docs/assets/expediter_visual_guide.webp b/docs/assets/expediter_visual_guide.webp new file mode 100644 index 0000000..cf9f234 Binary files /dev/null and b/docs/assets/expediter_visual_guide.webp differ