scalability

Tag

Cards List
#scalability

TerminalWorld: Benchmarking Agents on Real-World Terminal Tasks

Hugging Face Daily Papers · 2026-05-21 Cached

This paper introduces TerminalWorld, a benchmark for evaluating AI agents on real-world terminal tasks, derived from 80,870 terminal recordings. Current systems achieve at most 62.5% pass rate, highlighting challenges in authentic terminal workflows.

0 favorites 0 likes
#scalability

@dkare1009: 𝐇𝐨𝐰 𝐭𝐨 𝐒𝐭𝐫𝐮𝐜𝐭𝐮𝐫𝐞 𝐘𝐨𝐮𝐫 𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈 𝐏𝐫𝐨𝐣𝐞𝐜𝐭 𝐟𝐨𝐫 𝐒𝐜𝐚𝐥𝐚𝐛𝐢𝐥𝐢𝐭𝐲 𝐚𝐧𝐝 �…

X AI KOLs Timeline · 2026-05-20 Cached

A guide on structuring Generative AI projects for scalability and efficiency, covering directory organization, configuration, data management, and code structure.

0 favorites 0 likes
#scalability

Projecting Latent RL Actions: Towards Generalizable and Scalable Graph Combinatorial Optimization

arXiv cs.AI · 2026-05-20

This paper introduces projection agents for graph combinatorial optimization using reinforcement learning and graph neural networks, operating in a continuous action embedding space to improve generalization and scalability, and releases the LaGCO-RL library.

0 favorites 0 likes
#scalability

Operationalizing Document AI: A Microservice Architecture for OCR and LLM Pipelines in Production

arXiv cs.AI · 2026-05-20 Cached

This paper presents a microservice architecture for production document AI pipelines that combine classification, OCR, and LLM extraction, sharing design decisions and batch profiling insights that reveal OCR, not LLM parsing, dominates latency.

0 favorites 0 likes
#scalability

Every AI prompt costs money — and that changes everything

Reddit r/AI_Agents · 2026-05-18

The article argues that the real challenge in AI isn't just building smarter models but making them cost-efficient at scale, highlighting the importance of reducing token usage, improving speed, and optimizing infrastructure.

0 favorites 0 likes
#scalability

Transformer Scalability Crisis: The First Comprehensive Empirical Analysis of Performance Walls in Modern Language Models

arXiv cs.LG · 2026-05-18 Cached

This paper presents the first large-scale empirical analysis of 118 transformer models, revealing critical performance walls where success rates drop from 88.1% at 512 tokens to 0% at 2048 tokens, challenging prevailing scaling assumptions.

0 favorites 0 likes
#scalability

From LLM-Generated Conjectures to Lean Formalizations: Automated Polynomial Inequality Proving via Sum-of-Squares Certificates

arXiv cs.AI · 2026-05-18 Cached

This paper presents NSPI, a neuro-symbolic framework that combines LLMs and symbolic computation to prove polynomial inequalities. It uses LLM-generated sum-of-squares conjectures, refines them symbolically, and formally verifies the proofs in Lean, demonstrating scalability on polynomials with up to 10 variables.

0 favorites 0 likes
#scalability

Wanted to share a framework around creating and evaluating ai automations

Reddit r/AI_Agents · 2026-05-18

The author created a repository called agent-automation-creator, a framework for building and evaluating reliable, scalable AI automations, and is seeking community feedback.

0 favorites 0 likes
#scalability

How are teams managing OpenAI costs once usage starts scaling?

Reddit r/ArtificialInteligence · 2026-05-17

Teams scaling OpenAI usage face challenges in understanding cost drivers per feature, team, and customer, often relying on manual logging or tools like Finout for cost allocation and anomaly detection.

0 favorites 0 likes
#scalability

How We Built Secure, Scalable Agent Sandbox Infrastructure (8 minute read)

TLDR AI · 2026-05-15 Cached

Browser Use describes two patterns for isolating AI agents that execute code: isolating the tool vs isolating the agent. They implemented the agent isolation pattern using Unikraft micro-VMs on AWS, achieving secure, scalable, and disposable sandboxes.

0 favorites 0 likes
#scalability

Elastic Attention Cores for Scalable Vision Transformers [R]

Reddit r/MachineLearning · 2026-05-13

This article presents a new paper on Elastic Attention Cores for Vision Transformers, proposing a core-periphery block-sparse attention structure that improves scalability and accuracy compared to dense self-attention methods like DINOv3.

0 favorites 0 likes
#scalability

Learning to Communicate Locally for Large-Scale Multi-Agent Pathfinding

Hugging Face Daily Papers · 2026-05-12 Cached

This paper introduces LC-MAPF, a pre-trained model with a learnable communication module for multi-agent pathfinding that improves coordination and outperforms existing learning-based solvers while maintaining scalability.

0 favorites 0 likes
#scalability

Interfaze: A new model architecture built for high accuracy at scale

Hacker News Top · 2026-05-11 Cached

Interfaze introduces a hybrid AI model architecture combining CNN/DNN specialization with transformer capabilities, achieving superior accuracy on deterministic tasks like OCR and translation while maintaining cost efficiency at scale.

0 favorites 0 likes
#scalability

@katelyn_lesse: spending time with dan and the @every team is a lot of fun - they’re agi-pilled so they see where the bottlenecks will …

X AI KOLs Following · 2026-05-10 Cached

The author notes that the Every team is highly focused on AGI and identifies infrastructure as a critical bottleneck, predicting it will become even more severe as models like Claude advance.

0 favorites 0 likes
#scalability

@smratitiwa86867: This is wild. Ex-Google engineers just dropped a full map of their internal tools… and the exact open-source versions y…

X AI KOLs Timeline · 2026-05-08

Ex-Google engineers published a map of Google's internal tools and their open-source equivalents, providing a cheat code for building scalable infrastructure.

0 favorites 0 likes
#scalability

Two-Stage Learned Decomposition for Scalable Routing on Multigraphs

arXiv cs.LG · 2026-05-08 Cached

This paper proposes Node-Edge Policy Factorization (NEPF) to address scalability issues in solving Vehicle Routing Problems on multigraphs. It combines pre-encoding edge aggregation with a hierarchical reinforcement learning method to achieve state-of-the-art solution quality with faster training and inference.

0 favorites 0 likes
#scalability

Potential Consequences of Using Postgres as a Job Queue

Lobsters Hottest · 2026-05-07 Cached

The article analyzes the scalability limitations of using PostgreSQL as a job queue, specifically highlighting performance bottlenecks caused by MultiXact SLRU contention under high concurrency. It explains why this architecture fails in production despite working well in development and suggests considering alternatives.

0 favorites 0 likes
#scalability

@BenjDicken: Sharding is: 1) The foundation of database scalability 2) Super interesting architecturally If you want to Design Data …

X AI KOLs Timeline · 2026-04-19 Cached

Ben Dicken emphasizes that sharding is essential for building scalable databases and architecting data-intensive applications.

0 favorites 0 likes
#scalability

Scaling How We Build and Test Our Most Advanced AI

Meta AI Blog · 2026-04-07

The article discusses the growing importance of reliability, security, and user protections as AI models become more capable and personalized.

0 favorites 0 likes
#scalability

Improving support with every interaction at OpenAI

OpenAI Blog · 2025-09-29 Cached

OpenAI shares how it reimagined its support operations using AI to handle millions of requests annually by creating an operating model where every interaction improves the next. The approach combines chat/email/phone surfaces, continuously improving knowledge bases, and human-AI evaluation loops that empower support reps to act as builders and inform product improvements.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback