ContentPosts from @maryamtavakkoli..
 Activity
@sdough133 started using tool Go , 1 week, 1 day ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 1 week, 2 days ago
FAUN.dev()

Anthropic Claude: $20,000, 16 AI Agents, and a Compiler That Builds Linux

Docker git GNU/Linux The Linux Kernel Rust

Anthropic researcher Nicholas Carlini orchestrated 16 autonomous Claude agents working in parallel to build a 100,000-line C compiler in Rust. Using a custom harness for task coordination, testing, and conflict resolution, the agent team produced a compiler capable of building Linux 6.9 across multiple architectures.

Story Trending
@laura_garcia shared a post, 1 week, 2 days ago
Software Developer, RELIANOID

Remember the AWS US-EAST-1 outage?

On October 20, 2025, AWS suffered a major outage in its most critical region (N. Virginia), causing global service disruptions for nearly 24 hours and impacting 140+ services. - No cyberattack involved. - The root cause was a DNS resolution failure in DynamoDB, triggering cascading issues across EC2..

aws outage
Story Trending
@eon01 shared a post, 1 week, 2 days ago
Founder, FAUN.dev

Three Events. One Week. The Heart of SoCal Tech.

Docker Kubernetes Pulumi Terraform vLLM

This March, Pasadena becomes a rare convergence point for security, open source, and DevOps practitioners. As a media partner,FAUN.dev()is proud to support three community-driven events that are deeply practitioner-focused and unapologetically real. - SCALEanchors the week asNorth America's largest..

SCaLE
Link
@varbear shared a link, 1 week, 2 days ago
FAUN.dev()

I struggled to code with AI until I learned this workflow

AI coding assistants work best when given clear context, a specific plan, and implemented in small, reviewable steps. Start with context, then a plan, and iterate through implementation and testing to avoid AI freelancing pitfalls... read more  

Link
@varbear shared a link, 1 week, 2 days ago
FAUN.dev()

What Is an Async Agent, Really?

An async agent is not inherently async, it depends on whether you wait for it to finish or not. Async agents can manage their own event loop of other agents, spawning and coordinating them to handle tasks, just like an async runtime in programming. This architectural distinction allows for concurren.. read more  

Link
@varbear shared a link, 1 week, 2 days ago
FAUN.dev()

Discord Alternatives, Ranked

A veteran Discord admin did a deep dive into chat platform alternatives - Signal, Matrix, Zulip, Rocket.Chat, Discourse - stacked against five key pillars: functionality, openness, security, safety, and decentralization. Discord didn't come out looking great. Centralized. No end-to-end encryption. S.. read more  

Discord Alternatives, Ranked
Link
@varbear shared a link, 1 week, 2 days ago
FAUN.dev()

Company as Code

Organisations rely heavily on digital systems, yet manage important organisational data using outdated manual methods despite advanced automation capabilities in other areas. A novel "Company as Code" concept proposes a programmatic representation of the entire organisation, enabling structured, ver.. read more  

Link
@kaptain shared a link, 1 week, 2 days ago
FAUN.dev()

How GKE Inference Gateway improved latency for Vertex AI

Vertex AI now plays nice withGKE Inference Gateway, hooking into the Kubernetes Gateway API to manage serious generative AI workloads. What’s new:load-awareandcontent-aware routing. It pulls from Prometheus metrics and leverages KV cache context to keep latency low and throughput high - exactly what.. read more  

How GKE Inference Gateway improved latency for Vertex AI
Link
@kaptain shared a link, 1 week, 2 days ago
FAUN.dev()

How Kubernetes Learned to Resize Pods Without Restarting Them

Kubernetes v1.35 introduces in-place Pod resizing, allowing dynamic adjustments to CPU and memory limits without restarting containers. This feature addresses the operational gap of vertical scaling in Kubernetes by maintaining the same Pod UID and workload identity during resizing. With this breakt.. read more  

How Kubernetes Learned to Resize Pods Without Restarting Them