Skip to content

Commit 5e4b318

Browse files
mnkieferCopilot
andauthored
Update scripts/paper/blog-post-draft.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecade6d commit 5e4b318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/paper/blog-post-draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Agentic workflows that run on every pull request can quietly accumulate large AP
99

1010
---
1111

12-
GitHub Agentic Workflows are like a team of reliable street sweepers that clean up little messes all over your repo. However, like all agentic work, cost is a first-class concern. Chatbots work under a user's watchful eye, but automations like agentic workflows run in the background, and costs can compound across an entire team's activity. Thankfully, improving CI automation efficiency is often easier than optimizing interactive desktop use. A developer's session can be hard to predict, with tasks change minute-to-minute and context is constantly shifting. In contrast, an agentic workflow is fully specified in YAML and runs the same job every time, making systematic optimization easier.
12+
GitHub Agentic Workflows are like a team of reliable street sweepers that clean up little messes all over your repo. However, like all agentic work, cost is a first-class concern. Chatbots work under a user's watchful eye, but automations like agentic workflows run in the background, and costs can compound across an entire team's activity. Thankfully, improving CI automation efficiency is often easier than optimizing interactive desktop use. A developer's session can be hard to predict, with tasks changing minute-to-minute and context constantly shifting. In contrast, an agentic workflow is fully specified in YAML and runs the same job every time, making systematic optimization easier.
1313

1414
We build and maintain GitHub Agentic Workflows as a live product in our own repository, and we care about token efficiency as much as our users do. In early April 2026, we began systematically optimizing the token usage of the workflows we rely on every day. This post describes what we instrumented, how we optimized, and the results.
1515

0 commit comments

Comments
 (0)