parallelism

Tag

Cards List
#parallelism

Why l (new runtime for k and q)

Lobsters Hottest · 15h ago Cached

A new runtime for the K and Q programming languages that reimagines execution using SIMD, parallelism, fusion, and compression to better leverage modern hardware.

0 favorites 0 likes
#parallelism

You don't need a multi-agent setup

Reddit r/AI_Agents · yesterday

An article arguing that multi-agent setups are often overused, providing guidelines on when to use single vs multi-agent architectures based on task parallelism and coordination needs.

0 favorites 0 likes
#parallelism

@yibie: Recommended: A multi-agent system design guide by LangChain CEO Harrison Chase. The core argument is extremely simple but rarely made clear: multi-agent systems can be divided into "reading" and "writing" — reading is easy to parallelize, writing is prone to conflicts. That's why Anthropic's res…

X AI KOLs Timeline · 2026-07-11 Cached

Recommending Harrison Chase's blog post on multi-agent system design. The key insight is that multi-agent systems split into 'reading' and 'writing' tasks; reading is easy to parallelize while writing leads to conflicts. It also summarizes suitable and unsuitable scenarios and engineering prerequisites.

0 favorites 0 likes
#parallelism

@injaneity: https://x.com/injaneity/status/2075659478096376158

X AI KOLs Timeline · 2026-07-10 Cached

This article explains how batching and parallel operations improve latency and efficiency in AI computer use systems, highlighting open-source implementations like pi-computer-use and cua-driver that achieved significant performance gains before similar features appeared in Codex.

0 favorites 0 likes
#parallelism

Rob Pike – 'Concurrency Is Not Parallelism' [video] (2012)

Hacker News Top · 2026-07-04 Cached

Rob Pike's 2012 talk explains the distinction between concurrency and parallelism, emphasizing that concurrency is about composition of independently executing tasks, while parallelism is about simultaneous execution. The talk is a classic in computer science education.

0 favorites 0 likes
#parallelism

@pauliusztin_: I used to think ingesting 1,000,000 documents into an AI memory system was mostly a compute problem. But I've been prov…

X AI KOLs Timeline · 2026-07-04 Cached

The author discusses the architecture for scaling AI memory ingestion from thousands to millions of documents, emphasizing orchestration and parallelism over raw compute power, and using Prefect for workflow management.

0 favorites 0 likes
#parallelism

Going from single GPU to dual GPU is nice but not in the way I expected

Reddit r/LocalLLaMA · 2026-06-29

The author shares that upgrading from single 24GB GPU to dual 24GB GPUs improved LLM performance not through larger models but through parallelism, using a main orchestrator agent with smaller subagents, increasing overall throughput for coding tasks.

0 favorites 0 likes
#parallelism

@divaagurlxw: Inference optimizations I’d study if I wanted sub-second LLM responses: 1.KV-Caching 2.Speculative Decoding 3.FlashAtte…

X AI KOLs Timeline · 2026-06-29 Cached

A tweet listing 16 inference optimization techniques for achieving sub-second LLM responses, including KV-caching, speculative decoding, FlashAttention, and various parallelism methods.

0 favorites 0 likes
#parallelism

@0xMorlex: https://x.com/0xMorlex/status/2070079645148451263

X AI KOLs Timeline · 2026-06-25 Cached

A detailed roadmap for transitioning from a single AI agent to a coordinated swarm of agents, covering when to split, how to run parallel subagents without conflicts, and how to maintain sanity at scale using Claude Code primitives.

0 favorites 0 likes
#parallelism

Accelerating Disaggregated RL for Visual Generative LLMs with Diffusion-Based Parallelism and Trainer-Assisted Generation

arXiv cs.AI · 2026-06-24 Cached

This paper introduces DigenRL, a disaggregated RL framework for diffusion-based generative LLMs that uses generation-axis pipeline parallelism and trainer-assisted generation to improve throughput by 1.56-2.10x over existing systems.

0 favorites 0 likes
#parallelism

PivCo-Huffman “merge” operations

Lobsters Hottest · 2026-06-22 Cached

This blog post analyzes the PivCo-Huffman paper, which introduces 'merge' operations for parallel Huffman decoding, enabling efficient vectorized and GPU-friendly decoding without interleaving overhead.

0 favorites 0 likes
#parallelism

@charles_irl: Rewriting parallelism is a big move and it'd be nice to make it even faster than we can do with CuTe DSL. FA4 is a very…

X AI KOLs Following · 2026-06-11 Cached

Discussion about rewriting parallelism to improve kernel performance using CuTe DSL and tile programming models for the FA4 (FlashAttention 4) kernel.

0 favorites 0 likes
#parallelism

@charles_irl: A tl;dr for folks who don't care how many warpgroups FA4 devotes to softmax vs MMA loads. Inference is different from t…

X AI KOLs Following · 2026-06-11 Cached

Explains that inference kernels differ from training, with Flash Attention 4 focusing on changing parallelism across KV and supporting small irregular loads.

0 favorites 0 likes
#parallelism

@yukangchen_: Excited to share our new blog: Scaling Video Training with Parallelism https://research.nvidia.com/labs/eai/blogs/scali…

X AI KOLs Following · 2026-06-08 Cached

This blog from NVIDIA Research discusses how sequence parallelism can scale long-video training systems for both understanding and generation, addressing the challenge of fitting very long video sequences across multiple GPUs.

0 favorites 0 likes
#parallelism

What I learned building low latency and high throughput AI agents

Reddit r/AI_Agents · 2026-06-05

The article shares practical lessons for building low-latency, high-throughput AI agents, including workload estimation, token reduction, parallelism, microservices, and handling LLM failures.

0 favorites 0 likes
#parallelism

@swyx: Kakuna: skills with checklists that only know how to harden your codebase /plan with it then let it /goal for a day, it…

X AI KOLs Following · 2026-05-22 Cached

Kakuna is a skill that hardens codebases by automating boring tasks, making production-ready commits with audit trails, and encoding opinions on designing apps for both human and agent access, focusing on subagent parallelism and the 'mullet factory' approach.

0 favorites 0 likes
#parallelism

@levidiamode: Day 138/365 of GPU Programming One of my favorite lectures I've watched this year is Stanford's CS336 lecture 7 on GPU …

X AI KOLs Timeline · 2026-05-21 Cached

A learner shares enthusiasm for Stanford CS336 lecture 7 on GPU parallelism, which covers fundamental operations and connects them to multi-GPU setups and parallelism techniques like tensor, data, and pipeline parallelism.

0 favorites 0 likes
#parallelism

DynaTrain: Fast Online Parallelism Switching for Elastic LLM Training

arXiv cs.LG · 2026-05-20

DynaTrain is a distributed training system enabling sub-second online reconfiguration of parallelism for large language models, using a Virtual Parameter Space abstraction to achieve up to three orders of magnitude faster transitions than existing methods.

0 favorites 0 likes
#parallelism

SNLP: Layer-Parallel Inference via Structured Newton Corrections

Hugging Face Daily Papers · 2026-05-18 Cached

This paper introduces SNLP, a framework that enables layer-parallel inference for transformers by replacing exact Newton corrections with structured approximations, achieving up to 2.3x speedup on a 0.5B model while improving perplexity.

0 favorites 0 likes
#parallelism

Notes on pretraining parallelisms and failed training runs (12 minute read)

TLDR AI · 2026-05-18 Cached

A technical deep-dive into common causes of failed pretraining runs in large language models, including causality-breaking issues in expert routing and numerical precision bugs, with examples from Llama 4, Gemini 2 Pro, and GPT-4.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback