Why E-commerce Needs Agentic Search?

The search engine is the heart of every e-commerce platform. If customers cannot find a product, they will not buy it. Over the past decade, when referring to Search, we defaulted to Elasticsearch (with the BM25 algorithm). However, as user search behavior evolves—from typing abrupt keywords (“men’s running shoes”) to long queries full of complex intent (“find me waterproof trail running shoes, size 42, under $100, that can be delivered today”), traditional search engines begin to reveal their fatal flaws. ...

May 22, 2026 · 4 min · Vesviet Team

Agentic Architecture & Golang Orchestration Power

If you have ever tried to push a RAG or Multi-Agent system written in Python (using LangChain or AutoGen) into a Production environment with thousands of concurrent requests, you have likely tasted the pain. Servers run out of RAM, CPUs become bottlenecked, and latency skyrockets uncontrollably. The root cause does not lie in the LLMs. The root cause lies in the Orchestration Architecture you are using. In Part 1 of this series, we will dissect why Python falls short in the Agentic era, and why Golang, combined with the Eino (CloudWeGo) framework, is the “ultimate weapon” for building the brain of next-generation e-commerce search systems. ...

May 22, 2026 · 5 min · Vesviet Team

Part 6: The Rise of AI Agents - From Reading to Autonomy

1. The Decline of Static RAG In the previous 5 parts, we built a perfect RAG machine: real-time data (CDC), absolute security, and strict authorization. But no matter how perfect, traditional RAG suffers from a fatal flaw: It only knows how to “Read” and “Speak”, not how to “Do”. If you ask a RAG system: “Check if the server is overloaded, and if so, automatically boot up 2 more servers”, it will be completely powerless. RAG is a Static Pipeline running on a one-way street. ...

May 17, 2026 · 4 min · Lê Tuấn Anh

Architecting Agentic E-commerce Search with Golang

The search system is the beating heart of every e-commerce platform. If customers cannot find a product, they cannot buy it. However, as we move through 2026, user search behavior has evolved drastically from typing short, abrupt keywords (e.g., “men’s running shoes”) to submitting complex, goal-oriented queries (e.g., “find me a pair of men’s waterproof trail running shoes, size 42, under $100, that can be delivered by tomorrow”). Against these multifaceted intents, traditional search engines begin to show their limitations. ...

May 22, 2026 · 8 min · Lê Tuấn Anh

Tech Radar, May 3, 2026: Dapr AI, R3F WebGPU, and Argo CD 3.4

Today’s Tech Radar tracks three massive architectural shifts occurring simultaneously across the backend, frontend, and infrastructure ecosystems in 2026. On the backend, the Dapr project has stabilized its Agents v1.0 framework for Agentic AI. On the frontend, React Three Fiber (R3F) has successfully bridged the gap to WebGPU via the Three Shading Language (TSL). At the infrastructure layer, the upcoming Argo CD 3.4 release introduces critical “Day 2” operational safety mechanisms for Kubernetes GitOps. ...

May 3, 2026 · 4 min · Lê Tuấn Anh

Tech Radar, May 1, 2026: DigitalOcean's AI-Native Cloud - Inference Routing, Managed Retrieval, and an Integrated Stack for Agentic Systems

DigitalOcean’s April 28, 2026 launch of its AI-Native Cloud is not the largest AI infrastructure announcement of the week, but it may be one of the clearest. Instead of treating AI as a feature added onto a legacy cloud, DigitalOcean is explicitly reorganizing its platform around what production AI systems now look like: multi-model inference, retrieval, routing, state, and long-running agent workflows. That framing matters because it captures a broader industry shift. Teams are moving away from the old pattern of “call one model and return one answer” toward systems that route prompts, retrieve private context, execute tools, and optimize cost across repeated loops. In that world, the hard problem is no longer just model access. It is operating the surrounding system cleanly. ...

May 1, 2026 · 7 min · Lê Tuấn Anh

Tech Radar, April 30, 2026: The First 24 Hours of Post-Exclusivity AI — Multi-Cloud Access, Agent Runtime Control, and MCP Expansion

The most important AI market signal of the last 24 hours is not a single model launch. It is the speed at which the ecosystem reacted once OpenAI’s Microsoft exclusivity ended. In one day, AWS converted OpenAI’s new multi-cloud freedom into a Bedrock distribution product, while Anthropic pushed Model Context Protocol further into the creative software stack. Taken together, these developments show that the market has already moved beyond the old question of who has access to the frontier model. The new competition is about who controls the runtime, who owns the connector layer, and who turns model capability into governable enterprise workflows. ...

April 30, 2026 · 6 min · Lê Tuấn Anh

Tech Radar, April 29, 2026: AWS and OpenAI Expand Bedrock — Models, Codex, and Managed Agents Turn Multi-Cloud into a Product

One day after OpenAI rewrote its partnership with Microsoft, Amazon moved immediately to capitalize on the opening. On April 28, 2026, AWS announced a major expansion of its OpenAI partnership: the latest OpenAI models are now coming to Amazon Bedrock in limited preview, Codex is coming to Bedrock, and Amazon Bedrock Managed Agents powered by OpenAI are launching as well. This is not just another model-availability announcement. It is the first serious proof that OpenAI’s new multi-cloud posture is becoming a real distribution strategy rather than a contractual option. The timing matters. On April 27, 2026, OpenAI formally ended Microsoft’s exclusivity while keeping Azure as its primary cloud. On April 28, AWS turned that policy shift into a product. ...

April 29, 2026 · 7 min · Lê Tuấn Anh

Tech Radar, April 27, 2026: Mistral Small 4 — One Open-Source Model to Rule Chat, Reasoning, and Agents

Mistral released Small 4 this week — a 119B parameter model that consolidates what previously required three separate models. Under the Apache 2.0 license and optimized for both latency and throughput, Small 4 represents a strategic inflection point in the open-source model ecosystem. The key innovation is not just technical performance. It is the unified architecture: Mistral has merged the capabilities of Magistral (reasoning), Pixtral (multimodal), and Devstral (agentic coding) into a single model with configurable behavior. Users no longer switch between specialized models — they configure one model to deliver fast responses, deep reasoning, or visual analysis as the task demands. ...

April 27, 2026 · 6 min · Lê Tuấn Anh

Tech Radar, April 27, 2026: Claude Sonnet 4.5 and the Agent SDK — The Best Coding Model Just Open-Sourced Its Infrastructure

Anthropic shipped two things this week that reframe how engineering teams will build AI agents. First, Claude Sonnet 4.5 — explicitly labeled “the best coding model in the world” — with substantial gains in reasoning, math, and computer use. Second, and more consequentially for platform teams, they open-sourced the Claude Agent SDK: the actual infrastructure that powers their frontier products. This is not an incremental model update. It is a strategic move to own the infrastructure layer of the emerging agent ecosystem, positioning Anthropic as both the model provider and the toolchain standard for complex agentic systems. ...

April 27, 2026 · 6 min · Lê Tuấn Anh