ContentPosts from @danghung..
Link
@kaptain shared a link, 2 days ago
FAUN.dev()

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support

AWS ships GAGateway APIsupport in theAWS Load Balancer Controller. Teams can manageALBandNLBwith the SIG standard. The controller swaps annotation JSON for validated CRDs -TargetGroupConfiguration,LoadBalancerConfiguration,ListenerRuleConfiguration- and handles L4 (TCP/UDP/TLS) and L7 (HTTP/gRPC). M.. read more  

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support
Link
@kaptain shared a link, 2 days ago
FAUN.dev()

A one-line Kubernetes fix that saved 600 hours a year

Atlantis, a tool for planning and applying Terraform changes, faced slow restarts of up to 30 minutes due to a safe default in Kubernetes that became a bottleneck as the persistent volume used by Atlantis grew to millions of files. After investigation, a one-line change to fsGroupChangePolicy reduce.. read more  

A one-line Kubernetes fix that saved 600 hours a year
Link
@kaptain shared a link, 2 days ago
FAUN.dev()

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper

Cybersecurity researchers found malicious artifacts distributed via Docker Hub after the Trivy supply chain attack. Malicious versions 0.69.4, 0.69.5, and 0.69.6 of Trivy were removed from the image library. Threat actor TeamPCP targeted Aqua Security's GitHub organization, compromising 44 repositor.. read more  

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper
Link
@kaptain shared a link, 2 days ago
FAUN.dev()

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}

This article introduces a tool called jsongrep, explains the internal search engine it uses, and outlines the benchmarking strategy used to compare its performance with other JSON path-like query tools. The tool parses the JSON document, constructs an NFA from the query, determinizes the NFA into a .. read more  

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
Link
@kaptain shared a link, 2 days ago
FAUN.dev()

Deploying Disaggregated LLM Inference Workloads on Kubernetes

In large language model (LLM) inference workloads, a single monolithic serving process can hit its limits due to different compute profiles for prefill and decode stages. Disaggregated serving splits the pipeline into distinct stages to better utilize GPU resources and scale more flexibly on Kuberne.. read more  

Deploying Disaggregated LLM Inference Workloads on Kubernetes
Link
@kala shared a link, 2 days ago
FAUN.dev()

What 81,000 people want from AI

Anthropic used a version of Claude to interview 80,508 users across 159 countries and 70 languages - claiming the largest qualitative AI study ever conducted. The top ask wasn't productivity, it was time back for things that matter outside of work. The top fear was hallucinations and unreliability. .. read more  

What 81,000 people want from AI
Link
@kala shared a link, 2 days ago
FAUN.dev()

Building a digital doorman

Larson runs a dual-agent system. A tiny public doorman,nullclaw, lives on a $7 VPS. A private host,ironclaw, runs over Tailscale. Nullclaw sandboxes repo cloning. It routes heavy work to ironclaw viaA2AJSON‑RPC. It enforcesUFW, Cloudflare proxying, and single‑gateway billing... read more  

Building a digital doorman
Link
@kala shared a link, 2 days ago
FAUN.dev()

Multi-Agent AI Systems: Architecture Patterns for Enterprise Deployment

Last quarter, a mid-sized insurance company struggled to deploy an AI agent that collapsed in production due to cognitive overload. Enterprises are facing similar challenges when building single-agent AI systems and are moving towards multi-agent architectures to distribute responsibilities effectiv.. read more  

Multi-Agent AI Systems: Architecture Patterns for Enterprise Deployment
Link
@kala shared a link, 2 days ago
FAUN.dev()

Inside our approach to the Model Spec

OpenAI introduces Model Spec, a formal framework defining behavioral rules for their AI models to follow, aiming for transparency, safety, and public insight. The Model Spec includes a Chain of Command to resolve instruction conflicts and interpretive aids for consistent gray area decisions, emphasi.. read more  

Inside our approach to the Model Spec
Link
@kala shared a link, 2 days ago
FAUN.dev()

How OpenAI Codex Works

Engineering leaders report limited ROI from AI, often missing full lifecycle costs. OpenAI's Codex model for cloud-based coding required significant engineering work beyond the AI model itself. The system's orchestration layer ensures rich context for the model to execute tasks effectively... read more