ContentPosts from @jasona7..
Discovery IconThat's all from @jasona7 — explore more posts below...
Link
@varbear shared a link, 2 hours ago
FAUN.dev()

Build and Deploy a Remote MCP Server to GKE in 30 Minutes

Google walks you through shipping a remoteMCP serveronGKE AutopilotusingFastMCPandstreamable-http, swapping localstdiofor shared HTTP endpoints. The clever bit: theGateway APIhandles managed SSL plusCLIENT_IP session affinity, so one centralized server beats everyone running redundant local copies... read more  

Build and Deploy a Remote MCP Server to GKE in 30 Minutes
Link
@varbear shared a link, 2 hours ago
FAUN.dev()

Building in the Age of Collaborative Coding

The speed of innovation is crucial for teams, and AI tools have enabled faster work. A collaborative coding model where teams build, review, and ship alongside AI agents is key to staying ahead in workflows. Three shifts have reshaped how teams build, leading to the adoption of a new collaborative c.. read more  

Building in the Age of Collaborative Coding
Link
@varbear shared a link, 2 hours ago
FAUN.dev()

Google hits 50% IPv6

The 50% IPv6 milestone is real, but adoption differs by country. Analysts who report lower figures use population-weighted sampling, while their per-country adoption rates match the higher estimate... read more  

Google hits 50% IPv6
Link
@kaptain shared a link, 2 hours ago
FAUN.dev()

Tigera introduces unified control plane for Kubernetes-based AI agent security

Tigera launched Lynx for general availability, a Kubernetes-native control plane that operators place in the path of AI agent calls so teams can enforce identity and policy... read more  

Tigera introduces unified control plane for Kubernetes-based AI agent security
Link
@kaptain shared a link, 2 hours ago
FAUN.dev()

How Netflix Simplified Batch Compute with Kueue

Netflix migratedmillions of batch jobsfrom their custom queuing system toKueue, a cloud-native job queueing system, as part of transitioning to a more Kubernetes-native infrastructure. Kueue offers features such as preemption, fair sharing, and hierarchical tenants that were missing in their homegro.. read more  

Link
@kaptain shared a link, 2 hours ago
FAUN.dev()

What job interviews taught me about Kubernetes

The recent shift towards Kubernetes adoption can be attributed to the benefits of uniform deployment, standardized knowledge, and traceability it offers. With managed K8s services maturing and Helm simplifying deployment, more companies are choosing Kubernetes regardless of their technical needs. Th.. read more  

Link
@kaptain shared a link, 2 hours ago
FAUN.dev()

The feedback loops behind Kubernetes

Kubernetes operatoris a closed feedback loop that ensures desired state for running workloads, similar to a thermostat's control. Operators automate manual tasks in managing databases like Postgres, improving efficiency by comparing and converging states. The same loop structure in a Bash script can.. read more  

The feedback loops behind Kubernetes
Link
@kala shared a link, 2 hours ago
FAUN.dev()

Don't let the LLM speak, just probe it

When an LLM reads "here's some text, here's a criterion - does it satisfy it?", the answer often already exists in its hidden state before it generates a single token. So skip generation entirely: grab the hidden state at the last prompt token (~70% of the way up the model's layers), feed it to a ti.. read more  

Link
@kala shared a link, 2 hours ago
FAUN.dev()

How LLMs Actually Work

This post covers the core mechanisms inside modern transformer-based LLMs, including tokens, embeddings, positional encoding, attention, multi-head attention, and more. Tokenization converts text into integer IDs, embeddings give tokens meaning through vectors, and positional encoding helps the mode.. read more  

How LLMs Actually Work
Link
@kala shared a link, 2 hours ago
FAUN.dev()

Build real agentic apps using CUGA: two dozen working examples on a lightweight harness

CUGA*, the Agent Harness for the Enterprise from IBM, streamlines agent building by handling planning, execution loop, tool calls, and state plumbing. Using it, you focus on defining tools and prompts while the rest is taken care of, leading to efficient agent development without needing to learn a .. read more  

Build real agentic apps using CUGA: two dozen working examples on a lightweight harness