Home New Trending Search
About Privacy Terms
Posts
Ioannis Polyzos's posts
The runtime that was ready for AI all along
The runtime that was ready for AI all along YouTube video by Code and Stuff

Distributed systems are like Minesweeper.

Reliable message delivery is all about managing failure and trade-offs.

m.youtube.com/watch?v=dKaZ...

#DistributedSystems

2 days ago 1 0 1 0
Preview
From Minutes to Seconds: Uber Boosts MySQL Cluster Uptime with Consensus Architecture Uber redesigned its MySQL fleet using a consensus-driven architecture based on MySQL Group Replication, reducing cluster failover time from minutes to seconds. By moving leader election and failure de...

At scale, database uptime becomes a consensus problem.

www.infoq.com/news/2026/03...

#DistributedSystems #MySQL

2 days ago 0 0 0 0

AI agents are moving into cloud operations and governance.

Interesting signals in this week’s AWS roundup.

aws.amazon.com/blogs/aws/aw...

#AWS #AI

5 days ago 0 0 0 0
Preview
Introducing GPT-5.4 in Microsoft Foundry | Microsoft Community Hub Today, we’re thrilled to announce that OpenAI’s GPT‑5.4 is now generally available in Microsoft Foundry: a model designed to help organizations move from...

GPT-5.4 in Foundry.

Models are becoming infrastructure.

techcommunity.microsoft.com/blog/azure-a...

#AI #Azure

6 days ago 0 0 0 0
Preview
Deploy to Cloud Run while skipping the build You have several ways to deploy to Cloud Run:

Cloud Run + buildpacks skipping builds.

Feels like Cloud Foundry ideas returning at hyperscale.

medium.com/google-cloud...

#PlatformEngineering #Buildpacks

6 days ago 0 0 0 0
Preview
Rust participates in Google Summer of Code 2026 | Rust Blog Empowering everyone to build reliable and efficient software.

Ecosystem depth keeps languages alive.

Rust + GSoC 2026.

blog.rust-lang.org/2026/02/19/R...

#rustlang #opensource

1 week ago 1 0 0 0
GitHub - lingrino/go-fault: go fault injection library go fault injection library. Contribute to lingrino/go-fault development by creating an account on GitHub.

Test failure paths before production.

github.com/lingrino/go-...

#golang #Reliability

2 weeks ago 0 0 0 0
Preview
Accelerating AI model production at Hexagon with Amazon SageMaker HyperPod | Amazon Web Services In this blog post, we demonstrate how Hexagon collaborated with Amazon Web Services to scale their AI model production by pretraining state-of-the-art segmentation models, using the model training inf...

AI scale depends on training infrastructure maturity.

aws.amazon.com/blogs/machin...

#AWS #MachineLearning

2 weeks ago 0 0 0 0
Preview
Claude Sonnet 4.6 in Microsoft Foundry-Frontier Performance for Scale | Microsoft Community Hub Last week, we took a major step forward with the availability of Claude Opus 4.6 in Microsoft Foundry, bringing frontier AI capable of deep reasoning,...

Claude Sonnet 4.6 in Foundry = frontier models as infrastructure.

techcommunity.microsoft.com/blog/azure-a...

#AI #Cloud

2 weeks ago 0 0 0 0
Preview
Improving Coding Agents with Help from Science Taming AI agents requires science, not just vibes. Discover how A/B testing turn coding agents into a measurable engineering disciple

Coding agents improve with measurement, not magic.

medium.com/google-cloud...

#AIEngineering #LLMs

2 weeks ago 0 0 0 0

The history of gRPC is well worth the read. Thanks for sharing this @danciruli.cloud

3 weeks ago 97 18 0 0
Ensuring reliability: message delivery in distributed system • Michał Ostruszka • Devoxx Poland 2024
Ensuring reliability: message delivery in distributed system • Michał Ostruszka • Devoxx Poland 2024 YouTube video by Devoxx Poland

Message delivery guarantees are architectural decisions — not defaults.

At-least-once vs exactly-once always has a cost.

m.youtube.com/watch?v=mUEB...

#DistributedSystems #Reliability

3 weeks ago 0 0 0 0
Preview
350PB, Millions of Events, One System: inside Uber’s Cross-Region Data Lake and Disaster Recovery Uber’s HiveSync is a sharded, cross-region batch replication system keeping Hive/HDFS data consistent across multiple regions. Handling 5M daily Hive events and 8PB of data replication, it uses event-...

Modern data lakes aren’t storage.
They’re distributed systems with governance.

www.infoq.com/news/2026/01...

#DataEngineering #DataPlatforms

3 weeks ago 0 0 3 0
Preview
The Ideal Micro-Frontends Platform Luca Mezzalira shares a decision framework for micro-frontends, covering composition, routing, and communication. He explains how to structure "stream-aligned" teams and use a "tiger team" for foundat...

Micro-frontends scale orgs — not just UI.

Autonomy has a cost. Make sure it’s worth it.

www.infoq.com/presentation...

#Frontend #Architecture

3 weeks ago 1 0 0 0
Preview
LocalStack for AWS Drops Community Edition Raising Developer Concerns LocalStack has recently announced changes to the delivery of its AWS Cloud emulators, dropping the popular open source Community Edition, and creating a single image that requires registration. Projec...

LocalStack’s deeper push into the AWS ecosystem highlights something bigger:

Cloud development is shifting toward local-first, reproducible workflows.

Developer velocity at scale starts with deterministic environments.

www.infoq.com/news/2026/02...

#AWS #LocalStack #Cloud #Architecture

3 weeks ago 1 0 0 0
Preview
Context Is Now a First-Class Architectural Concern How AI Economics Are Shaped by Design, Not Infrastructure

“Context is now a first-class architectural concern.”

LLM systems don’t break because of weak models.

They break because of weak context design.

We’re architecting reasoning pipelines now.

medium.com/@jeremydaly/...

#AIArchitecture #LLMs #AgenticAI #RAG #SystemDesign #CloudArchitecture

1 month ago 1 0 0 0
Preview
Gemini 3 Deep Think: Advancing science, research and engineering We’re releasing a major upgrade to Gemini 3 Deep Think, our specialized reasoning mode.

Gemini 3 Deep Think signals the next phase of LLM evolution: structured, multi-step reasoning over speed.

This is about orchestration, planning, and tool-aware intelligence — not just better text prediction.

blog.google/innovation-a...

#Gemini #AIModels #LLMs #GenerativeAI #GoogleAI #AIAgents

1 month ago 0 0 0 0
Preview
Superconductors in datacenters: A breakthrough for power infrastructure Explore Microsoft’s work with HTS technology to enhance power density, support high‑performance workloads, and reduce community impact. Learn more.

As AI workloads explode, datacenter power distribution becomes the real constraint.

High-temperature superconductors could reduce energy loss and enable denser, more efficient AI infrastructure.

azure.microsoft.com/en-us/blog/c...

#Cloud #HPC #Datacenters #EnergyTech #Azure #Infrastructure

1 month ago 0 1 0 0
Preview
GitHub's Agentic Workflows bring "continuous AI" into the CI/CD loop GitHub Next: Agentic Workflows automate repo toil with continuous AI. Use English prompts for secure triage, docs, and reports via GitHub Actions.

GitHub’s agentic workflows push automation into reasoning territory.

Not just pipelines — but agents that analyze, modify, and act.

The opportunity is huge.
The governance question is bigger.

thenewstack.io/github-agent...

#GitHub #AIAgents #PlatformEngineering #CloudNative #SRE #Automation

1 month ago 0 0 0 0
Preview
Telemetry (OTLP) API overview  |  Google Cloud Observability  |  Google Cloud Documentation Learn about the Telemetry (OTLP) API.

Cloud Observability now offers a new OpenTelemetry ingestion API with native OTLP support for logs, traces, and metrics. A big step toward simpler, vendor-neutral observability pipelines.

Docs: docs.cloud.google.com/stackdriver/...

#OpenTelemetry #OTel #Cloud #Observability #Tracing #Metrics

1 month ago 0 0 0 0

AI is most useful when it removes toil, not when it pretends to replace judgment!

1 month ago 0 0 0 0
Preview
Claude Opus 4.6: Anthropic's powerful model for coding, agents, and enterprise workflows is now available in Microsoft Foundry | Microsoft Azure Blog Delegate complex tasks end-to-end and execute reliably with Claude Opus 4.6, now available in Microsoft Foundry.

Claude Opus 4.6 arriving on Azure Foundry signals where enterprise AI is heading:
LLMs as agentic components inside real workflows — coding, refactoring, automation, ops.

The race os platform integration + governance now.

azure.microsoft.com/en-us/blog/c...

#AI #Claude #Azure

1 month ago 0 0 0 0
Preview
The quantum era is coming. Are we ready to secure it? Google shares an update on its work and suggestions for how policymakers can help everyone be more secure in the Quantum Era.

Quantum computing isn’t just faster compute — it breaks today’s cryptography.

The shift to post-quantum crypto is a migration, not a switch.
Long-lived data is already exposed via “harvest now, decrypt later”.

Plan for crypto-agility now.

blog.google/innovation-a...

#QuantumComputing #Security

1 month ago 0 0 1 0
Preview
PostgreSQL on Azure supercharged for AI | Microsoft Azure Blog Find out why PostgreSQL is the most-loved database among developers, and with Azure’s latest innovations, it’s now more intelligent.

PostgreSQL on Azure is being repositioned as AI infrastructure, not just a managed DB.

Vector search, AI-ready performance, and enterprise controls signal a shift:
your database is now part of the AI system design.

azure.microsoft.com/en-us/blog/p...

#Azure #PostgreSQL #AIInfra #VectorSearch

1 month ago 0 0 0 0
Preview
AWS Weekly Roundup: Amazon Bedrock agent workflows, Amazon SageMaker private connectivity, and more (February 2, 2026) | Amazon Web Services Over the past week, we passed Laba festival, a traditional marker in the Chinese calendar that signals the final stretch leading up to the Lunar New Year. For many in China, it’s a moment associated w...

AWS is quietly shifting agentic AI from experiments to infrastructure.

Bedrock Agent Workflows + private SageMaker connectivity signal a focus on governed, enterprise-grade AI, not demos.

aws.amazon.com/blogs/aws/aw...

#AWS #AgenticAI #EnterpriseAI #MLOps

1 month ago 1 0 0 0
Preview
Moltbook: Hype or the Singularity? The "AI-only social network" making headlines is less about intelligent agents and more about human prompt-writing and shoddy security.

Is MoltBook a genuine leap in AI-native developer workflows — or just another notebook with hype?

Solid analysis on context, persistence, and whether this survives real engineering use.
thenewstack.io/moltbook-the...

#AIEngineering #DeveloperTools #LLMs #AgenticAI

1 month ago 0 0 0 0
Preview
ZetaSQL is being renamed to GoogleSQL ZetaSQL is now GoogleSQL. The SQL dialect is being unified under one banner for the open-source community and Google Cloud users.

ZetaSQL has been renamed to GoogleSQL — aligning the open-source project with the SQL dialect used across Google’s data platforms.

Clearer naming, same open governance, stronger ecosystem signal.
opensource.googleblog.com/2026/02/zeta...

#GoogleSQL #ZetaSQL #OpenSource #Databases #SQL #CloudData

1 month ago 1 0 0 0
Preview
Cloudflare Open Sources tokio‑quiche, Promising Easier QUIC and HTTP/3 in Rust Cloudflare has open-sourced tokio-quiche, an asynchronous QUIC and HTTP/3 Rust library that wraps its battle-tested quiche implementation with the Tokio runtime to simplify the development of high-per...

Rust-based QUIC / HTTP-3 stacks are hitting production maturity.

This isn’t just about speed — it’s about memory-safe, async-first networking becoming the default for modern infra.

www.infoq.com/news/2025/12...

#Rust #QUIC #HTTP3 #Networking #EdgeComputing #CloudNative #Infra #GrowthMode

1 month ago 1 0 0 0
Preview
A decade of werf, a software delivery tool for Kubernetes From in-house wrapper to CNCF project: A look at the open source beginnings of the opinionated, all-in-one CLI tool for building and deploying applications for Kubernetes.

werf turns 10. A reminder that Kubernetes delivery is about discipline, not tools.
Build + deploy as one workflow. Git-driven state. Fewer abstractions.

Worth revisiting as platform engineering matures.

thenewstack.io/a-decade-of-...

#Kubernetes #DevOps #PlatformEngineering #GitOps #CI/CD

1 month ago 1 0 0 0
Preview
File integrity monitoring with AWS Systems Manager and Amazon Security Lake  | Amazon Web Services Customers need solutions to track inventory data such as files and software across Amazon Elastic Compute Cloud (Amazon EC2) instances, detect unauthorized changes, and integrate alerts into their exi...

AWS shows how to do File Integrity Monitoring using Systems Manager + Amazon Security Lake.

Host-level file changes become normalized security signals you can query and correlate across accounts — without agents!

aws.amazon.com/blogs/securi...

#AWS #CloudSecurity #SecurityLake #DevSecOps #SRE

1 month ago 1 0 0 0
Ioannis Polyzos
Ioannis Polyzos
@ipolyzos.com
45 Followers 250 Following 229 Posts
Posts Following