{*}
Add news
March 2010 April 2010 May 2010 June 2010 July 2010
August 2010
September 2010 October 2010 November 2010 December 2010 January 2011 February 2011 March 2011 April 2011 May 2011 June 2011 July 2011 August 2011 September 2011 October 2011 November 2011 December 2011 January 2012 February 2012 March 2012 April 2012 May 2012 June 2012 July 2012 August 2012 September 2012 October 2012 November 2012 December 2012 January 2013 February 2013 March 2013 April 2013 May 2013 June 2013 July 2013 August 2013 September 2013 October 2013 November 2013 December 2013 January 2014 February 2014 March 2014 April 2014 May 2014 June 2014 July 2014 August 2014 September 2014 October 2014 November 2014 December 2014 January 2015 February 2015 March 2015 April 2015 May 2015 June 2015 July 2015 August 2015 September 2015 October 2015 November 2015 December 2015 January 2016 February 2016 March 2016 April 2016 May 2016 June 2016 July 2016 August 2016 September 2016 October 2016 November 2016 December 2016 January 2017 February 2017 March 2017 April 2017 May 2017 June 2017 July 2017 August 2017 September 2017 October 2017 November 2017 December 2017 January 2018 February 2018 March 2018 April 2018 May 2018 June 2018 July 2018 August 2018 September 2018 October 2018 November 2018 December 2018 January 2019 February 2019 March 2019 April 2019 May 2019 June 2019 July 2019 August 2019 September 2019 October 2019 November 2019 December 2019 January 2020 February 2020 March 2020 April 2020 May 2020 June 2020 July 2020 August 2020 September 2020 October 2020 November 2020 December 2020 January 2021 February 2021 March 2021 April 2021 May 2021 June 2021 July 2021 August 2021 September 2021 October 2021 November 2021 December 2021 January 2022 February 2022 March 2022 April 2022 May 2022 June 2022 July 2022 August 2022 September 2022 October 2022 November 2022 December 2022 January 2023 February 2023 March 2023 April 2023 May 2023 June 2023 July 2023 August 2023 September 2023 October 2023 November 2023 December 2023 January 2024 February 2024 March 2024 April 2024 May 2024 June 2024 July 2024 August 2024 September 2024 October 2024 November 2024 December 2024 January 2025 February 2025 March 2025 April 2025 May 2025 June 2025 July 2025 August 2025 September 2025 October 2025 November 2025 December 2025 January 2026 February 2026 March 2026
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
News Every Day |

Y Combinator-backed Random Labs launches Slate V1, claiming the first 'swarm-native' coding agent

The software engineering world is currently wrestling with a fundamental paradox of the AI era: as models become more capable, the "systems problem" of managing them has become the primary bottleneck to real-world productivity. While a developer might have access to the raw intelligence of a frontier model, that intelligence often degrades the moment a task requires a long horizon or a deep context window.

But help appears to be on the way: San Francisco-based, Y Combinator-backed startup Random Labs has officially launched Slate V1, described as the industry’s first "swarm native" autonomous coding agent designed to execute massively parallel, complex engineering tasks.

Emerging from an open beta, the tool utilizes a "dynamic pruning algorithm" to maintain context in large codebases while scaling output to enterprise complexity. Co-founded by Kiran and Mihir Chintawar in 2024, the company aims to bridge the global engineering shortage by positioning Slate as a collaborative tool for the "next 20 million engineers" rather than a replacement for human developers.

With the release of Slate V1, the team at Random Labs is attempting to architect a way out of this zone by introducing the first "swarm-native" agentic coding environment. Slate is not merely a wrapper or a chatbot with file access; it is an implementation of a "hive mind" philosophy designed to scale agentic work with the complexity of a human organization.

By leveraging a novel architectural primitive called Thread Weaving, Slate moves beyond the rigid task trees and lossy compaction methods that have defined the first generation of AI coding assistants.

Strategy: Action space

At the heart of Slate’s effectiveness is a deep engagement with Recursive Language Models (RLM).

In a traditional setup, an agent might be asked to "fix a bug," a prompt that forces the model to juggle high-level strategy and low-level execution simultaneously.

Random Labs identifies this as a failure to tap into "Knowledge Overhang"—the latent intelligence a model possesses but cannot effectively access when it is tactically overwhelmed.

Slate solves this by using a central orchestration thread that essentially "programs in action space". This orchestrator doesn't write the code directly; instead, it uses a TypeScript-based DSL to dispatch parallel worker threads to handle specific, bounded tasks.

This creates a clear separation between the "kernel"—which manages the execution graph and maintains strategic alignment—and the worker "processes" that execute tactical operations in the terminal.

By mapping onto an OS-style framework, inspired by Andrej Karpathy's "LLM OS" concept, Slate is able to treat the limited context window of a model as precious RAM, actively, intelligently managing what is retained and what is discarded.

Episodic memory and the swarm

The true innovation of the "Thread Weaving" approach lies in how it handles memory. Most agents today rely on "compaction," which is often just a fancy term for lossy compression that risks dropping critical project state. Slate instead generates "episodes".

When a worker thread completes a task, it doesn't return a sprawling transcript of every failed attempt; it returns a compressed summary of the successful tool calls and conclusions.

Because these episodes share context directly with the orchestrator rather than relying on brittle message passing, the system maintains a "swarm" intelligence.

This architecture allows for massive parallelism. A developer can have Claude Sonnet orchestrating a complex refactor while GPT-5.4 executes code, and GLM 5—a favorite for its agentic search capabilities—simultaneously researches library documentation in the background. It's a similar approach taken by Perplexity with its new Computer multi-model agent

By selecting the "right model for the job," Slate ensures that users aren't overspending on intelligence for simple tactical steps while still benefiting from the strategic depth of the world's most powerful models.

The business of autonomy

From a commercial perspective, Random Labs is navigating the early beta period with a mix of transparency and strategic ambiguity.

While the company has not yet published a fixed-price subscription sheet, the Slate CLI documentation confirms a shift toward a usage-based credit model.

Commands like /usage and /billing allow users to monitor their credit burn in real-time, and the inclusion of organization-level billing toggles suggests a clear focus on professional engineering teams rather than solo hobbyists.

There is also a significant play toward integration. Random Labs recently announced that direct support for OpenAI's Codex and Anthropic’s Claude Code is slated for release next week.

This suggests that Slate isn't trying to compete with these models' native interfaces, but rather to act as the superior orchestration layer that allows engineers to use all of them at once, safely and cost-effectively.

I've reached out to

Architecturally, the system is designed to maximize caching through subthread reuse, a "novel context engineering" trick that the team claims keeps the swarm approach from becoming a financial burden for users.

Stability AI

Perhaps the most compelling argument for the Slate architecture is its stability. In internal testing, an early version of this threading system managed to pass 2/3 of the tests on the make-mips-interpreter task within the Terminal Bench 2.0 suite.

This is a task where even the newest frontier models, like Opus 4.6, often succeed less than 20% of the time when used in standard, non-orchestrated harnesses.

This success in a "mutated" or changing environment is what separates a tool from a partner. According to Random Labs' documentation, one fintech founder in NYC described Slate as their "best debugging tool," a sentiment that echoes the broader goal of Random Labs: to build agents that don't just complete a prompt, but scale like an organization.

As the industry moves past simple "chat with your code" interfaces, the "Thread Weaving" of Slate V1 offers a glimpse into a future where the primary role of the human engineer is to direct a hive mind of specialized models, each working in concert to solve the long-horizon problems of modern software.

Ria.city






Read also

Golden Knights deal Blackhawks first lopsided loss since Olympic break

Crew of fatal US military crash included Alabama father recently deployed and several from Ohio

Victor Wembanyama returns as Spurs hold off Hornets

News, articles, comments, with a minute-by-minute update, now on Today24.pro

Today24.pro — latest news 24/7. You can add your news instantly now — here




Sports today


Новости тенниса


Спорт в России и мире


All sports news today





Sports in Russia today


Новости России


Russian.city



Губернаторы России









Путин в России и мире







Персональные новости
Russian.city





Friends of Today24

Музыкальные новости

Персональные новости