<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>StarSling Blog</title>
  <subtitle>Notes on faster CI, AI-native pipelines, and StarSling engineering.</subtitle>
  <link rel="self" type="application/atom+xml" href="https://starsling.dev/rss.xml"/>
  <link rel="alternate" type="text/html" href="https://starsling.dev/blog"/>
  <id>tag:starsling.dev,2026:blog</id>
  <updated>2026-08-07T00:00:00.000Z</updated>
  <icon>https://starsling.dev/images/logos/starsling-logo-light.svg</icon>
  <author>
    <name>StarSling</name>
    <email>hello@starsling.dev</email>
  </author>
  <entry>
    <title type="text">Results Explorer and Updates for High Performance Sandbox Benchmarks</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/results-explorer-and-updates-for-high-performance-sandbox-benchmarks"/>
    <id>tag:starsling.dev,2026:blog/results-explorer-and-updates-for-high-performance-sandbox-benchmarks</id>
    <published>2026-08-07T00:00:00.000Z</published>
    <updated>2026-08-07T00:00:00.000Z</updated>
    <author><name>Daniel Worku</name></author>
    <summary type="text">Our sandbox benchmarks now have an interactive results explorer and a refreshed run covering 11 environments. Pick any metric and percentile, share the view.</summary>
    <content type="html">&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; We&apos;ve added an interactive results explorer to &lt;a href=&quot;/hpc-sandbox-benchmarks&quot;&gt;High Performance Sandbox Benchmarks&lt;/a&gt; and refreshed the underlying run. It now covers 11 sandbox environments, up from 6. The harness and every raw run are still open source at &lt;a href=&quot;https://github.com/starslingdev/hpc-sandbox-benchmarks&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;starslingdev/hpc-sandbox-benchmarks&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/results-explorer-and-updates-for-high-performance-sandbox-benchmarks&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/results-explorer-19ca7643.gif"/>
  </entry>
  <entry>
    <title type="text">Introducing ci-score: an AI coding agent skill that grades your GitHub Actions setup</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/introducing-ci-score-an-ai-coding-agent-skill-that-grades-your-github-actions-setup"/>
    <id>tag:starsling.dev,2026:blog/introducing-ci-score-an-ai-coding-agent-skill-that-grades-your-github-actions-setup</id>
    <published>2026-07-30T00:00:00.000Z</published>
    <updated>2026-07-30T00:00:00.000Z</updated>
    <author><name>Yonas Beshawred</name></author>
    <summary type="text">Check your GitHub Actions against best practices. ci-score is a free, open-source agent skill that grades your config and ranks a fix for every gap.</summary>
    <content type="html">&lt;p&gt;Today we&apos;re releasing &lt;a href=&quot;/ci-score&quot;&gt;ci-score&lt;/a&gt;, a free and &lt;a href=&quot;https://github.com/starslingdev/skills&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;open-source&lt;/a&gt; agent skill that grades your GitHub Actions configuration against a published rubric of best practices and hands your coding agent a ranked fix for every gap it finds. It works with all &lt;a href=&quot;https://github.com/vercel-labs/skills#supported-agents&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;73 coding agents currently supported by Vercel&apos;s Skills CLI&lt;/a&gt;, including OpenCode, Claude Code, Codex, and Cursor.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/introducing-ci-score-an-ai-coding-agent-skill-that-grades-your-github-actions-setup&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/ci-score-blog-thumbnail-710d5ec0.gif"/>
  </entry>
  <entry>
    <title type="text">Beyond Cold-Starts: Benchmarking Sandboxes for Real Workloads</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/beyond-cold-starts-benchmarking-sandboxes-for-real-workloads"/>
    <id>tag:starsling.dev,2026:blog/beyond-cold-starts-benchmarking-sandboxes-for-real-workloads</id>
    <published>2026-07-23T00:00:00.000Z</published>
    <updated>2026-07-23T00:00:00.000Z</updated>
    <author><name>Daniel Worku</name></author>
    <summary type="text">We benchmarked cloud sandbox providers (Blaxel, Daytona, E2B, Modal, Novita) on real CI workloads and open-sourced the results. Startup speed isn&apos;t the story.</summary>
    <content type="html">&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; After running 500K+ sandbox jobs in prod, we&apos;ve &lt;a href=&quot;https://github.com/starslingdev/hpc-sandbox-benchmarks&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;open-sourced benchmarks&lt;/a&gt; for cloud sandbox providers using real-world CI workloads. For our workloads, sandboxes from Blaxel and Daytona&apos;s microVMs have excellent performance.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/beyond-cold-starts-benchmarking-sandboxes-for-real-workloads&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/sandbox-benchmarks-og-card-35df60bc.png"/>
  </entry>
  <entry>
    <title type="text">Introducing ci-speedup: an AI coding agent skill that analyzes and fixes your slow GitHub Actions</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/introducing-ci-speedup-an-ai-coding-agent-skill-that-analyzes-and-fixes-your-slow-github-actions"/>
    <id>tag:starsling.dev,2026:blog/introducing-ci-speedup-an-ai-coding-agent-skill-that-analyzes-and-fixes-your-slow-github-actions</id>
    <published>2026-07-21T00:00:00.000Z</published>
    <updated>2026-07-21T00:00:00.000Z</updated>
    <author><name>Yonas Beshawred</name></author>
    <summary type="text">ci-speedup is a free, open-source agent skill that analyzes GitHub Actions runs, finds the blocking check, and gives your coding agent the evidence to fix it.</summary>
    <content type="html">&lt;p&gt;Today we&apos;re releasing &lt;a href=&quot;/ci-speedup&quot;&gt;ci-speedup&lt;/a&gt;, a free and &lt;a href=&quot;https://github.com/starslingdev/skills&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;open-source&lt;/a&gt; agent skill that finds the one thing actually slowing your pull requests down and gives your coding agent the evidence-backed prompt to fix it. It works with all &lt;a href=&quot;https://github.com/vercel-labs/skills#supported-agents&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;73 coding agents currently supported by Vercel&apos;s Skills CLI&lt;/a&gt;, including OpenCode, Claude Code, Codex, and Cursor.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/introducing-ci-speedup-an-ai-coding-agent-skill-that-analyzes-and-fixes-your-slow-github-actions&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/ci-speedup-blog-thumbnail-ffe2d0cb.gif"/>
  </entry>
  <entry>
    <title type="text">StarSling Runners are now generally available</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/starsling-runners-are-now-generally-available"/>
    <id>tag:starsling.dev,2026:blog/starsling-runners-are-now-generally-available</id>
    <published>2026-06-29T00:00:00.000Z</published>
    <updated>2026-06-29T00:00:00.000Z</updated>
    <author><name>Yonas Beshawred</name></author>
    <summary type="text">StarSling Runners are generally available: self-driving CI for GitHub Actions. Install the GitHub App and swap to starsling-ubuntu-24.04. 2,000 free minutes.</summary>
    <content type="html">&lt;p&gt;Today we&apos;re launching &lt;a href=&quot;/&quot;&gt;StarSling Runners: Self-Driving CI&lt;/a&gt; in general availability.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/starsling-runners-are-now-generally-available&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/starsling-runners-ga-launch-runner-swap-optimized-9dc684e7.gif"/>
  </entry>
  <entry>
    <title type="text">Announcing StarSling Runners: self-driving CI that optimizes itself</title>
    <link rel="alternate" type="text/html" href="https://starsling.dev/blog/announcing-starsling-runners-self-driving-ci-that-optimizes-itself"/>
    <id>tag:starsling.dev,2026:blog/announcing-starsling-runners-self-driving-ci-that-optimizes-itself</id>
    <published>2026-04-30T00:00:00.000Z</published>
    <updated>2026-04-30T00:00:00.000Z</updated>
    <author><name>Yonas Beshawred</name></author>
    <summary type="text">Fast GitHub Actions runners with AI agents that continuously ship optimization PRs. Customers like Better Auth and Mastra are seeing 82% faster CI.</summary>
    <content type="html">&lt;p&gt;&lt;strong&gt;Update - June 29, 2026:&lt;/strong&gt; StarSling Runners are now generally available. See the &lt;a href=&quot;https://starsling.dev/blog/starsling-runners-are-now-generally-available&quot;&gt;GA announcement&lt;/a&gt; for current availability, pricing, and AI optimization access. For new accounts, AI-powered optimization PRs are only available on paid plans and are not enabled by default.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://starsling.dev/blog/announcing-starsling-runners-self-driving-ci-that-optimizes-itself&quot;&gt;Read the full post on starsling.dev →&lt;/a&gt;&lt;/p&gt;</content>
    <link rel="enclosure" type="image/png" href="https://starsling.dev/static/announcing-starsling-runners-2784a465.png"/>
  </entry>
</feed>
