Skip to content

blog(#50): Sail Research Just Raised $80M to Build Agent Infrastructure. It Forgot to Give Agents Identity. - #253

Merged
TommyBez merged 2 commits into
mainfrom
blog-50-sail-research-agent-identity
Jun 28, 2026
Merged

blog(#50): Sail Research Just Raised $80M to Build Agent Infrastructure. It Forgot to Give Agents Identity.#253
TommyBez merged 2 commits into
mainfrom
blog-50-sail-research-agent-identity

Conversation

@TommyBez

@TommyBez TommyBez commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Blog #50 — Sail Research. $80M at $450M from KP and Sequoia. 10x cheaper inference, Sailboxes for days-long execution, Voyages telemetry. Angle: Sail rebuilt the entire inference stack. It spent zero on identity. No IDENTITY.md, no SOUL.md, no readable MEMORY.md. Infrastructure vs identity.

Summary by CodeRabbit

  • New Content
    • Added a new blog post about long-running agent infrastructure, identity, and auditability.
    • Updated the blog post list so the latest article appears first.

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outname Ready Ready Preview, Comment, Open in v0 Jun 28, 2026 7:34am
outname-api Ready Ready Preview, Comment Jun 28, 2026 7:34am
outname-app Ready Ready Preview, Comment Jun 28, 2026 7:34am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@TommyBez, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 52 minutes and 14 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f4e9f7fa-1fa5-454b-9ed6-7208267d7a0e

📥 Commits

Reviewing files that changed from the base of the PR and between fb4c91d and c70d86b.

📒 Files selected for processing (1)
  • packages/shared/content/blog/posts.ts

Walkthrough

A new blog post (sail-research-80m-agent-infrastructure-identity) is added as an MDX file and registered as the first entry in the posts array in posts.ts, with slug, date 2026-06-28, excerpt, and tags.

Changes

New Blog Post: Sail Research $80M & Agent Identity

Layer / File(s) Summary
Post registry entry
packages/shared/content/blog/posts.ts
New BlogPost object inserted at the start of the posts array with slug, title, date, excerpt, and tags; minor closing brace formatting fix.
MDX post content
packages/shared/content/blog/posts/sail-research-80m-agent-infrastructure-identity.mdx
67-line MDX post covering Sail Research's funding, infrastructure vs identity framing, cross-company comparison table, two-tier market analysis, and an Outname call-to-action with links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • TommyBez/outname#248: Also adds a new first BlogPost entry and a new identity-focused MDX file to the same blog registry.
  • TommyBez/outname#251: Also inserts a new BlogPost at the start of the posts array with a corresponding identity-focused MDX post.
  • TommyBez/outname#246: Also adds a new blog post about agent identity by registering a new entry at the start of the posts array.

Poem

🐇 Hop, hop — a new post appears,
About agents running long through the years.
Infrastructure's fine, but identity's key,
A persistent little rabbit, that's me!
Outname hops forward, open and free. 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the new blog post’s main angle: Sail Research’s $80M raise, agent infrastructure, and missing identity layer.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch blog-50-sail-research-agent-identity

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/shared/content/blog/posts.ts`:
- Around line 15-16: The blog post excerpt in posts.ts is far too long and reads
like the full article instead of a teaser, which makes the index cards in the
blog page hard to scan. Shorten the excerpt for this post to a real 1-2 sentence
summary while keeping the key theme intact, so apps/web/app/blog/page.tsx can
render a concise preview without duplicating most of the article content.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 59e17ff9-4852-4da3-8f61-c29ef2d35203

📥 Commits

Reviewing files that changed from the base of the PR and between 6705ad2 and fb4c91d.

📒 Files selected for processing (2)
  • packages/shared/content/blog/posts.ts
  • packages/shared/content/blog/posts/sail-research-80m-agent-infrastructure-identity.mdx

Comment on lines +15 to +16
excerpt:
"Sail Research raised $80M at a $450M valuation from Kleiner Perkins and Sequoia — 10x cheaper inference, persistent Sailboxes that run for days, execution telemetry that prevents silent failures. Trillions of tokens served weekly. The technology is real. But an agent running for 27 hours inside a Sailbox has no IDENTITY.md. No SOUL.md. No readable MEMORY.md that persists across deployments. Sail rebuilt the inference stack. It spent zero dollars on the identity layer. Infrastructure is what you run agents on. Identity is what makes them accountable. Outname has been running an agent with file-based identity, scheduled heartbeats, and sandboxed execution for 50 days. Sail just raised $80M. The agent it's serving tokens to still doesn't know its own name.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Trim the registry excerpt to a real summary.

apps/web/app/blog/page.tsx renders post.excerpt verbatim in the index card, and this value is long enough to dominate the listing instead of acting as a teaser. A 1-2 sentence summary would keep the blog index scannable and avoid duplicating most of the post in previews.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/shared/content/blog/posts.ts` around lines 15 - 16, The blog post
excerpt in posts.ts is far too long and reads like the full article instead of a
teaser, which makes the index cards in the blog page hard to scan. Shorten the
excerpt for this post to a real 1-2 sentence summary while keeping the key theme
intact, so apps/web/app/blog/page.tsx can render a concise preview without
duplicating most of the article content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant