serverless

Tag

Cards List
#serverless

@jakevin7: Major update to MCP. The core protocol is now fully stateless, eliminating sessions and long-lived connections, making it more suitable for serverless, edge deployment, and horizontal scaling. Previously, MCP was more like a stateful RPC specifically designed for agents; now it feels more like an infrastructure standard.

X AI KOLs Timeline · 2026-07-29 Cached

MCP has received a major update. The core protocol is now fully stateless, removing sessions and long-lived connections, making it better suited for serverless, edge deployment, and horizontal scaling. It's being called the biggest update since its release.

0 favorites 0 likes
#serverless

We rewrote our agent to run entirely in a Durable Object with Pi, Agents SDK, and Code Mode (10 minute read)

TLDR AI · 2026-07-29 Cached

camelAI rewrote their coding agent to run entirely in a Cloudflare Durable Object, using SQLite and R2 for filesystem and replacing bash with JavaScript. The migration from VMs reduced costs and latency, and the codebase is now open source.

0 favorites 0 likes
#serverless

@akshay_pachaar: Serverless vs on-prem vs edge deployment. (read before your next deploy) These are three different answers to the same …

X AI KOLs Following · 2026-07-28 Cached

This article compares serverless, on-prem, and edge deployment for AI models, highlighting inefficiencies in current multi-model serving. It introduces the Superlinked Inference Engine (SIE), an open-source tool that serves multiple models on a single GPU by dynamically loading and unloading weights, aiming to reduce costs and complexity.

0 favorites 0 likes
#serverless

SLA-Constrained Carbon-Aware Routing in Geo-Distributed Serverless Clouds

arXiv cs.LG · 2026-07-28 Cached

A proposed SLA-constrained carbon-aware routing policy for geo-distributed serverless clouds achieves up to 46.8% carbon reduction while maintaining zero SLA violations, evaluated on real AWS deployments.

0 favorites 0 likes
#serverless

@quasagroup: Modal Review: Run AI Workloads Without Managing Servers https://youtu.be/a8vuwYK90-Q?si=vYj7YpobSXGNCDpQ… via @YouTube

X AI KOLs Timeline · 2026-07-24 Cached

Modal is a serverless cloud platform designed for AI workloads, supporting inference, training, and sandboxes. It enables instant scaling from zero to thousands of GPUs with pure Python code, significantly reducing latency and accelerating time to market.

0 favorites 0 likes
#serverless

What long term memory architectures for agent and underlying infrastructure are you using?

Reddit r/artificial · 2026-07-21

Explores different long-term memory architectures for AI agents, with a focus on an agent-as-memory-controller approach using neon postgres.

0 favorites 0 likes
#serverless

@svpino: Serveless, but for models, is here! I stopped renting servers 12 years ago. I mostly moved everything to serverless fun…

X AI KOLs Timeline · 2026-07-20 Cached

Runpod announces FlashBoot, a serverless approach for AI models that moves idle models to cheaper storage and pages them back to GPU, achieving cold starts under 200ms and cutting costs by 90% compared to traditional clouds.

0 favorites 0 likes
#serverless

An Auto-Scaling Approach for Serverless Environments Based on a Multi-Expert Consensus Mechanism

arXiv cs.AI · 2026-07-20 Cached

This paper presents a dependency-aware autoscaling framework for serverless environments, integrating graph-based bottleneck identification, multi-model forecasting (MLP, LSTM, CNN) via a probabilistic ensemble, and cost-aware scaling control. Experiments show 99.88% prediction accuracy and reduced infrastructure costs.

0 favorites 0 likes
#serverless

Telegram Serverless

Hacker News Top · 2026-07-15 Cached

Telegram launches a serverless platform for bots and Mini Apps, allowing developers to run JavaScript code on Telegram's infrastructure without managing servers.

0 favorites 0 likes
#serverless

@steren: Today we're publicly launching Cloud Run sandboxes. Here, I start, execute, and stop 1,000 sandboxes in 5s with an aver…

X AI KOLs Timeline · 2026-07-09 Cached

Google publicly launches Cloud Run sandboxes, showcasing the ability to start, execute, and stop 1,000 sandboxes in 5 seconds with an average latency of 500ms.

0 favorites 0 likes
#serverless

@bernhardsson: One way to think about @modal in the limit is that we're an aggregator of compute on a global scale and resource manage…

X AI KOLs Following · 2026-07-06

Modal aims to be a global aggregator of compute and resource manager, acting as a very large global computer.

0 favorites 0 likes
#serverless

@charles_irl: I didn't have wifi on my flight from SF to Seoul for ICML, so instead of coding, I wrote this article on my favorite an…

X AI KOLs Following · 2026-07-06

Charles wrote an article explaining what Modal is while on a flight to ICML in Seoul.

0 favorites 0 likes
#serverless

@charles_irl: https://x.com/charles_irl/status/2073975754833203706

X AI KOLs Following · 2026-07-06 Cached

In a Twitter thread, the founder of Modal explains that the platform is best understood as a computer, drawing parallels between traditional computer architecture and Modal's serverless cloud infrastructure.

0 favorites 0 likes
#serverless

Reduce GVisor Cold Starts with GPU Snapshotting

Hacker News Top · 2026-07-01 Cached

Cerebrium reduces GPU cold starts for AI workloads by checkpointing CPU and GPU memory, restoring fully initialized containers in seconds, cutting startup time by over 80%.

0 favorites 0 likes
#serverless

@QingQ77: FlareMo — A Cloudflare-native personal knowledge management system https://github.com/realchendahuang/FlareMo… A personal note-taking system running on Cloudflare Workers, leveraging Cloud…

X AI KOLs Timeline · 2026-07-01 Cached

FlareMo is a personal note-taking system based on Cloudflare Workers. It uses the free tier to achieve zero server maintenance, supporting Flomo-style timeline notes, tags, attachments, search, and more.

0 favorites 0 likes
#serverless

Run any Dockerfile on Vercel

Lobsters Hottest · 2026-06-30 Cached

Vercel now supports running any Dockerfile, allowing developers to deploy containerized HTTP services (Go, Rails, Spring Boot, etc.) directly on Vercel's Fluid compute platform with autoscaling, preview deployments, and pay-per-CPU usage.

0 favorites 0 likes
#serverless

@rauchg: Vercel Services You can now collocate e.g.: a Python backend API, an ExpressJS server, and a React SPA in one Vercel pr…

X AI KOLs Following · 2026-06-30 Cached

Vercel announces Services, allowing users to collocate multiple backend and frontend services in one project with atomic deployment, rollback, preview URLs, and internal networking.

0 favorites 0 likes
#serverless

@omarsar0: https://x.com/omarsar0/status/2071964375125037343

X AI KOLs Following · 2026-06-30 Cached

Fireworks AI announces Serverless 2.0, introducing three serving tiers (Standard, Priority, Fast) to handle traffic congestion without pre-provisioning GPUs, enabling per-request routing for reliability and cost efficiency.

0 favorites 0 likes
#serverless

@modal: Our new Auto Endpoints feature is powered by a new Modal primitive: Modal Servers. In this blogpost, we walk through de…

X AI KOLs Following · 2026-06-25 Cached

Modal announces a new Auto Endpoints feature powered by Modal Servers, detailing the architecture using EnvoyProxy, Google Cloud Spanner, and Cloudflare Pingora.

0 favorites 0 likes
#serverless

@anthonycorletti: the best developer platforms create abstractions on top of compute, storage, and networking to make even the most advan…

X AI KOLs Following · 2026-06-24 Cached

Modal announces Auto Endpoints for effortless inference, praised by developer Anthony Corletti as a top-level abstraction over compute, storage, and networking.

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

Submit Feedback