SShortSingh.
Back to feed

Entire Launches Distributed Git Mirror Network Built for AI Agent Workloads

0
·5 views

A startup called Entire has released a preview of a distributed Git network designed to handle the high-frequency clone and push operations generated by large fleets of AI coding agents. The system places regional mirrors in the US, EU, and Australia in front of an existing GitHub repository, absorbing read and write traffic without touching the origin or its existing CI and access controls. Initial benchmarks on a single repository recorded roughly 570,000 shallow clones per hour, 586 pushes per second, and a mixed clone-plus-push throughput of around 470 operations per second at 50–60 ms median latency. The product is currently available under a waitlist, and Entire has said it plans to open-source the underlying Git backend in the coming months. Future milestones include native repository hosting and a fully decentralized network to support enterprises with data residency and regulatory requirements.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Cloudflare Publishes Guide on Building Custom Vulnerability Test Harnesses

Cloudflare has published a technical blog post detailing how developers and security researchers can build their own vulnerability harnesses. The guide is hosted on Cloudflare's official blog and aims to help practitioners set up controlled environments for testing security flaws. Such harnesses are commonly used to reproduce, analyze, and understand vulnerabilities in a safe and isolated manner. The post has gained some attention on Hacker News, where it was shared as a resource for the security community.

0
ProgrammingDEV Community ·

Nylas Agent Accounts Let AI Qualify Real Estate Leads and Book Showings Autonomously

Real estate leads lose value within minutes of submission, as prospective buyers often contact multiple agents simultaneously and engage with whoever responds first. Most existing AI tools for real estate either miss portal-sourced email leads or awkwardly access agents' personal inboxes. Nylas Agent Accounts address this by providing a dedicated email address and calendar that act as an autonomous participant, capable of reading inquiries, qualifying buyers, and scheduling showings without human intervention. The system pairs Nylas email and calendar APIs with a developer's own LLM, which handles reasoning tasks such as extracting buyer details and determining when a lead is ready to book. The approach is designed for 24/7 responsiveness, allowing agents to capture and qualify leads even late at night when no human staff are available.

0
ProgrammingDEV Community ·

Nylas Agent Accounts Let AI SDRs Send, Receive, and Act on Prospect Replies

A developer tutorial on DEV Community outlines how to build an autonomous sales development representative (SDR) agent using Nylas Agent Accounts, a dedicated mailbox the agent fully owns rather than borrowing a human rep's credentials. The core problem the approach solves is that most outbound sequencing tools send emails through no-reply addresses, meaning prospect replies — such as requests to follow up in a later quarter — are never received and sequences continue blindly. A Nylas Agent Account functions as a standard Nylas grant, allowing the agent to send outreach, receive inbound replies, classify intent, and halt the sequence immediately upon a real response, all without human intervention. Unlike transactional email services, the setup uses a real hosted mailbox on a company-owned or trial domain, keeping sequence ownership tied to the system rather than an individual employee. The author notes one key architectural constraint: Agent Accounts do not support custom metadata on messages, so sequence state must be managed entirely within the developer's own database.

0
ProgrammingDEV Community ·

How to Build a Legal Intake Email Agent With Its Own Dedicated Mailbox

A technical guide published on DEV Community outlines how to build an AI-powered legal intake agent that operates from a dedicated email address, such as intake@yourfirm.com, rather than a shared human inbox. The system uses Nylas Agent Accounts to give the agent its own mailbox, audit trail, and inbound webhooks that trigger when a new client inquiry arrives. The agent is designed to collect case details and check names against existing clients and known adverse parties before routing the matter to a licensed attorney. A key design principle is that the agent must never offer legal advice, functioning strictly as a fact-gathering front desk. The post provides step-by-step implementation instructions, including raw API calls and CLI commands, while noting that real-domain email registration should begin early due to a roughly four-week deliverability warm-up period.