Join us

ContentUpdates and recent posts about Botkube..
Link
@faun shared a link, 2 days, 5 hours ago

From Zero to GPU: A Guide to Building and Scaling Production-Ready CUDA Kernels

Hugging Face just dropped Kernel Builder—a full-stack toolchain for building, versioning, and shippingcustom CUDA kernels as native PyTorch ops. Kernels arearchitecture-aware,semantically versioned, andpullable straight from the Hub. It tracks changes with lockfiles and bakes inDocker deploysout of..

Link
@faun shared a link, 2 days, 5 hours ago

GPT-5 Thinking in ChatGPT (aka Research Goblin) is shockingly good at search

GPT-5's“thinking” modeljust leveled up. It's not just answering queries—it’s doing full-on research. Picture deep, multi-step Bing searches mixed with tool use and reasoning chains. It reads PDFs. Analyzes them. Suggests what to do next. Then actually does it. All from your phone. What’s changing:L..

GPT-5 Thinking in ChatGPT (aka Research Goblin) is shockingly good at search
Link
@faun shared a link, 2 days, 5 hours ago

The Big LLM Architecture Comparison

Architectures since GPT-2 still ride transformers. They crank memory and performance withRoPE, swapGQAforMLA, sprinkle in sparseMoE, and roll sliding-window attention. Teams shiftRMSNorm. They tweak layer norms withQK-Norm, locking in training stability across modern models. Trend to watch:In 2025,..

The Big LLM Architecture Comparison
Link
@faun shared a link, 2 days, 5 hours ago

Best Practices for High Availability of LLM Based on AI Gateway

Alibaba Cloud’s AI Gateway just got sharper. It now handlesreal-time overload protectionandLLM fallback routingusing passive health checks, first packet timeouts, and traffic shaping. It proxies both BYO and cloud LLMs—think PAI-EAS, Tongyi Qianwen—and redirects load spikes or failures on the fly. F..

Best Practices for High Availability of LLM Based on AI Gateway
Link
@faun shared a link, 2 days, 5 hours ago

Hermes V3: Building Swiggy’s Conversational AI Analyst

Swiggy just gave its GenAI tool, Hermes, a serious glow-up. What started as a simple text-to-SQL bot is now acontext-aware AI analystthat lives inside Slack. The upgrade? Not just tweaks—an overhaul. Think: vector-based prompt retrieval, session-level memory, an Agent orchestration layer, and a SQL..

Hermes V3: Building Swiggy’s Conversational AI Analyst
Link
@faun shared a link, 2 days, 5 hours ago

Simplifying Large-Scale LLM Processing across Instacart with Maple

Instacart builtMaple, a backend brain for handling millions of LLM prompts—fast, cheap, and shared across teams. It’s not just another service. Maple runs onTemporal,PyArrow, andS3, strip-mines away provider-specific boilerplate, auto-batches prompts, retries failures, and slashes LLM costs by up t..

Simplifying Large-Scale LLM Processing across Instacart with Maple
Story Trending
@laura_garcia shared a post, 2 days, 5 hours ago
Software Developer, RELIANOID

RELIANOID Load Balancer Community Edition v7 on AWS using Terraform

🚀 New Guide Available! Learn how to quickly deploy RELIANOID Load Balancer Community Edition v7 on AWS using Terraform. Our step-by-step article shows you how to provision everything automatically — from VPCs and subnets to EC2 and key pairs — in just minutes. 👉 https://www.relianoid.com/resources/k..

Knowledge base Deploy RELIANOID Load Balancer Community Edition v7 with Terraform on AWS
Link
@faun shared a link, 2 days, 6 hours ago

Deploy a containerized application with Kamal and Terraform

A Docker-first workflow combinesTerraformandKamalinto a lean, Elastic Beanstalk-ish alternative—without the bloat. Terraform spins up a three-tier VPC and wires it toECR. Kamal takes it from there, booting containers on a raw EC2 box: app, proxy, monitor. One script. Done...

Deploy a containerized application with Kamal and Terraform
Link
@faun shared a link, 2 days, 6 hours ago

AWS, Microsoft and Google unite behind Linux Foundation DocumentDB database to cut enterprise costs and limit vendor lock-in

Document databases are crucial for AI apps in the gen AI era. Microsoft's open-source DocumentDB project, based on PostgreSQL, is moving to the Linux Foundation, offering a vendor-neutral, open-source alternative to MongoDB. DocumentDB's compatibility with MongoDB drivers and open source governance ..

Link
@faun shared a link, 2 days, 6 hours ago

You Vibe It You Run It?

Vibe Coding lets developers create software by chatting with AI, skipping traditional coding. But the non-determinism of AI prompts poses significant risks for reliability and maintainability, potentially leading to addiction-like dependence on this new tool. Think twice before fully embracing this ..

Botkube is a Kubernetes-centric chatbot that aids in Kubernetes troubleshooting and provides valuable insights for various aspects of Kubernetes operations. This open-source tool integrates with popular messaging platforms like Slack and helps streamline Kubernetes management and problem-solving processes.

Key functionalities of Botkube include:

Alert Notifications: Botkube can be configured to receive and relay alerts from various monitoring tools (e.g., Prometheus, Grafana) directly to your team's communication platform, ensuring prompt incident awareness.

Kubernetes Event Monitoring: It continuously monitors Kubernetes cluster events, offering real-time information on changes and issues within your cluster, such as pod crashes or node failures.

Troubleshooting Assistance: Botkube can provide context-sensitive guidance and suggestions for debugging and resolving common Kubernetes problems, making it a valuable resource for both beginners and experienced Kubernetes users.

Resource Management: It can assist in resource optimization by providing recommendations for scaling deployments, managing resource quotas, and handling updates to your applications.

Security Insights: Botkube can help maintain Kubernetes security by alerting you to security breaches, unauthorized access, and vulnerabilities, allowing you to take immediate action.

Customization: Botkube is highly customizable, allowing you to tailor it to your specific needs and integrate it with other tools and scripts in your Kubernetes ecosystem.

In summary, Botkube serves as a Kubernetes assistant that enhances communication and awareness within your team while providing automated support for troubleshooting, monitoring, and managing your Kubernetes clusters, ultimately contributing to a more efficient and reliable Kubernetes operation.