<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vladyslav Donchenko</title>
    <description>The latest articles on DEV Community by Vladyslav Donchenko (@vsbd_vlad).</description>
    <link>https://dev.to/vsbd_vlad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3995757%2Fe5fc110a-d860-464e-a399-2a896372fea8.jpg</url>
      <title>DEV Community: Vladyslav Donchenko</title>
      <link>https://dev.to/vsbd_vlad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vsbd_vlad"/>
    <language>en</language>
    <item>
      <title>"From Chatbot to Teammate: What Claude Tag Signals for How We Work"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Tue, 30 Jun 2026 07:05:23 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/from-chatbot-to-teammate-what-claude-tag-signals-for-how-we-work-32a3</link>
      <guid>https://dev.to/vsbd_vlad/from-chatbot-to-teammate-what-claude-tag-signals-for-how-we-work-32a3</guid>
      <description>&lt;p&gt;Most AI at work still behaves like a chatbot in a side panel: you open it, you ask, you copy the answer back into wherever the work actually lives. Anthropic's newly announced &lt;a href="https://www.anthropic.com/news/introducing-claude-tag" rel="noopener noreferrer"&gt;Claude Tag&lt;/a&gt; points at a different model — and it is worth understanding regardless of which vendor you use.&lt;/p&gt;

&lt;p&gt;The idea: Claude joins your team. Starting in Slack, you grant it access to selected channels and connect it to chosen tools, data, and codebases. Then anyone can &lt;strong&gt;tag &lt;a class="mentioned-user" href="https://dev.to/claude"&gt;@claude&lt;/a&gt;&lt;/strong&gt; and hand off a task while they do other work. Anthropic says 65% of its product team's code is now created by an internal version of this.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes a "tagged agent" different from a chatbot
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multiplayer&lt;/strong&gt; — one agent per channel that everyone shares; anyone can see what it is doing and pick up where a colleague left off.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learns over time&lt;/strong&gt; — it builds context from the channels and data it is permitted to see, so people stop re-explaining background on every request.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Takes initiative&lt;/strong&gt; — with "ambient" behaviour on, it proactively flags things and follows up on threads/tasks that went quiet.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Works asynchronously&lt;/strong&gt; — set it a task and it works while you focus elsewhere; it can schedule its own work over hours or days, many agents in parallel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is closer to a coworker than a tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hard part was never the model — it's governance
&lt;/h2&gt;

&lt;p&gt;An AI teammate with access to your channels, tools, and data is exactly as useful as it is risky if the access model is sloppy. The most important detail in the announcement isn't capability — it's control:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Admins scope which tools and information the agent can use, per channel.&lt;/li&gt;
&lt;li&gt;Each setup is effectively a separate identity — a sales-configured agent never leaks memory or data into an engineering one.&lt;/li&gt;
&lt;li&gt;Token-spend limits per org and per channel.&lt;/li&gt;
&lt;li&gt;An audit log of everything the agent did and who requested it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That list is the real checklist for deploying &lt;strong&gt;any&lt;/strong&gt; agent in a regulated, data-sensitive business. Before you tag an agent into a channel touching customer PII, financials, or contracts, you need scoped least-privilege access, memory boundaries between contexts, full audit trails, spend caps, and human approval on irreversible actions.&lt;/p&gt;

&lt;p&gt;The governance and orchestration layer — not the underlying model — is what turns an impressive demo into something you can run in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  The takeaway
&lt;/h2&gt;

&lt;p&gt;Claude Tag matters less as a single product and more as a marker of where applied AI is heading: agents that live inside your workflows, accumulate context, and act on their own initiative within tight guardrails. If you want an AI teammate in your operational channels, start with the access model, the audit trail, and the orchestration around it — not the demo.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full version, with the real-estate / PropTech angle, on the &lt;a href="https://www.vsebude.it/blog/ai-teammates-claude-tag-real-estate" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;. Source: &lt;a href="https://www.anthropic.com/news/introducing-claude-tag" rel="noopener noreferrer"&gt;Anthropic — Introducing Claude Tag&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>llm</category>
    </item>
    <item>
      <title>"LLM Inference Optimization: The Line Item That Decides If Your AI Ships"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Mon, 29 Jun 2026 07:05:33 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/llm-inference-optimization-the-line-item-that-decides-if-your-ai-ships-57b5</link>
      <guid>https://dev.to/vsbd_vlad/llm-inference-optimization-the-line-item-that-decides-if-your-ai-ships-57b5</guid>
      <description>&lt;p&gt;Training gets the headlines. Inference gets the bill. If you run LLMs in production, inference is almost certainly your biggest AI line item — a meter running 24/7 on every request. The gap between naive and optimized serving is routinely &lt;strong&gt;5-10x in cost and 3-5x in latency&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bottleneck is memory, not compute
&lt;/h2&gt;

&lt;p&gt;During token generation, LLM inference is &lt;strong&gt;memory-bandwidth bound&lt;/strong&gt;. An H100 has ~3.35 TB/s bandwidth but ~989 TFLOPS FP16 compute — during autoregressive decoding you're using only ~10-20% of that compute, waiting on weights and KV-cache to stream from memory. Every optimization attacks the same root cause: move less data, use it better.&lt;/p&gt;

&lt;h2&gt;
  
  
  The levers that matter
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;KV cache.&lt;/strong&gt; It's often bigger than the weights. &lt;strong&gt;PagedAttention (vLLM)&lt;/strong&gt; pages the cache like OS virtual memory, dropping waste from 60-80% to near-zero → 2-3x more concurrent requests. &lt;strong&gt;Prefix caching&lt;/strong&gt; reuses the KV for shared system prompts / few-shot / RAG context. &lt;strong&gt;GQA&lt;/strong&gt; shrinks the cache at the architecture level.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Continuous batching.&lt;/strong&gt; Swap finished sequences out and new ones in every step — utilization goes from ~20-30% to 80-90%. The single biggest throughput win, and why vLLM / SGLang / TensorRT-LLM exist.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantization.&lt;/strong&gt; FP8 / INT8 / INT4 (AWQ, GPTQ) move less data → lower cost and latency, smaller footprint. 8-bit is near-lossless for most tasks; 4-bit is often an acceptable trade. Validate on your own eval set.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speculative decoding.&lt;/strong&gt; A small draft model proposes tokens; the big model verifies in one pass → lower latency with no quality loss.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Right-size the model.&lt;/strong&gt; The cheapest token is the one you never compute on an oversized model — route easy requests down, hard ones up.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  In practice
&lt;/h2&gt;

&lt;p&gt;Use a real serving framework (vLLM, SGLang, TensorRT-LLM) rather than hand-rolling. Measure your actual prompt/response shapes first — long shared prefixes favour prefix caching, high concurrency favours batching, long outputs favour KV-cache and quantization work. Track cost-per-1k-tokens, throughput, and tail latency — the numbers the business actually feels.&lt;/p&gt;

&lt;p&gt;Inference optimization is where AI economics are won or lost. The techniques are well understood and together routinely cut serving cost 5-10x — often the deciding factor in whether an AI feature ships at all.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full version on the &lt;a href="https://www.vsebude.it/blog/llm-inference-optimization-guide" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>machinelearning</category>
      <category>performance</category>
    </item>
    <item>
      <title>"Sakana Fugu: When Orchestrating Models Beats Owning One"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Fri, 26 Jun 2026 07:05:20 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/sakana-fugu-when-orchestrating-models-beats-owning-one-1mk0</link>
      <guid>https://dev.to/vsbd_vlad/sakana-fugu-when-orchestrating-models-beats-owning-one-1mk0</guid>
      <description>&lt;p&gt;Every big AI story this year points the same way: the edge is moving from the model to the layer around it. Sakana AI's newly launched &lt;a href="https://sakana.ai/fugu-release/" rel="noopener noreferrer"&gt;Fugu&lt;/a&gt; (and the heavier Fugu Ultra) is the most literal version of that idea — a system that beats frontier models &lt;strong&gt;by conducting them&lt;/strong&gt;, without training a frontier model of its own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it actually is
&lt;/h2&gt;

&lt;p&gt;Fugu isn't a bigger LLM. It's a small (~7B) model trained to route: take a task, decide which strong model in a pool should handle each part — Gemini 3.1 Pro, Claude Opus 4.8, GPT-5.5 — dispatch the work, and synthesize one answer. It can call &lt;strong&gt;itself&lt;/strong&gt; recursively on long tasks (run, read its prior output, revise). Two tiers ship behind one OpenAI-compatible API: regular Fugu for everyday speed/quality, Fugu Ultra for hard multi-step work with a wider expert pool.&lt;/p&gt;

&lt;h2&gt;
  
  
  The claimed results — and the asterisks
&lt;/h2&gt;

&lt;p&gt;Sakana reports Fugu beating Opus 4.8, Gemini 3.1 Pro, and GPT-5.5 on 10 of 11 benchmarks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SWE-Bench Pro:&lt;/strong&gt; Fugu Ultra 73.7 vs Opus 4.8 69.2, GPT-5.5 58.6, Gemini 3.1 Pro 54.2.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Humanity's Last Exam:&lt;/strong&gt; 50.0, edging Opus 4.8 (49.8).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPQA-D:&lt;/strong&gt; 95.5, top of the field.&lt;/li&gt;
&lt;li&gt;Only loss: MRCRv2 (GPT-5.5 94.8 vs Fugu Ultra 93.6).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two caveats matter as much as the numbers: results are &lt;strong&gt;vendor-reported and not independently verified&lt;/strong&gt;, and Anthropic's strongest models (Fable 5, Mythos) aren't in the pool because they aren't public. So Fugu matches the frontier by orchestrating what it can reach — not the absolute best models. Read the leaderboard as a claim.&lt;/p&gt;

&lt;h2&gt;
  
  
  The real insight: resilience as a feature
&lt;/h2&gt;

&lt;p&gt;The sharpest part of Sakana's pitch isn't benchmarks — it's framing orchestration as &lt;strong&gt;insurance&lt;/strong&gt;. Routing across providers means that if one model is restricted, rate-limited, repriced, or pulled, Fugu reroutes to the rest of the pool. That's a procurement argument, and it lands: single-vendor dependence is a real operational risk. A routing layer turns "our AI went down because our provider did" into "it failed over."&lt;/p&gt;

&lt;h2&gt;
  
  
  The takeaway
&lt;/h2&gt;

&lt;p&gt;Whether or not the exact numbers hold, Fugu makes the year's quiet thesis loud: &lt;strong&gt;orchestration is becoming a frontier capability in its own right.&lt;/strong&gt; Frontier-grade outcomes no longer require owning a frontier model — just the engineering to route, govern, and synthesize across the ones that exist. The tradeoffs are real too: added latency/cost, and broader data exposure across every provider you call (the mirror image of self-hosting an open-weight model for sovereignty). Most serious platforms end up doing both, deliberately.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full version, with the real-estate / PropTech angle, on the &lt;a href="https://www.vsebude.it/blog/sakana-fugu-orchestration-beats-owning-a-model-real-estate" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;. Source: &lt;a href="https://sakana.ai/fugu-release/" rel="noopener noreferrer"&gt;Sakana AI — Fugu&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>agents</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>"One Model, Seven Worlds: What Qwen-AgentWorld Changes About Agentic AI"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Thu, 25 Jun 2026 15:40:57 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/one-model-seven-worlds-what-qwen-agentworld-changes-about-agentic-ai-37ep</link>
      <guid>https://dev.to/vsbd_vlad/one-model-seven-worlds-what-qwen-agentworld-changes-about-agentic-ai-37ep</guid>
      <description>&lt;p&gt;Every agentic system today has an engineering debt nobody talks about: every new environment needs its own scaffold. Browser agent — bespoke prompts and error handling. Terminal agent — start from scratch. Mobile agent — same again. Qwen-AgentWorld attacks this at the root.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Is
&lt;/h2&gt;

&lt;p&gt;Qwen-AgentWorld (arXiv 2606.24597) is the first &lt;strong&gt;language world model&lt;/strong&gt; capable of simulating seven distinct agentic environments in a single unified model — not by stitching together seven specialists, but by training one model that learns a unified internal representation of how environments work.&lt;/p&gt;

&lt;p&gt;The seven domains: &lt;strong&gt;MCP/Tool Calls, Search Engine, IDE/Git/CI-CD, Terminal/CLI, Android/UI, Web Browser/DOM, Operating System/Desktop&lt;/strong&gt;. Trained on 10M+ real interaction trajectories. Three-stage pipeline: CPT injects state-transition dynamics → SFT activates next-state-prediction → RL with hybrid rewards sharpens fidelity.&lt;/p&gt;

&lt;p&gt;Two model sizes: &lt;strong&gt;35B-A3B&lt;/strong&gt; and &lt;strong&gt;397B-A17B&lt;/strong&gt; (both MoE).&lt;/p&gt;

&lt;h2&gt;
  
  
  Two Paradigms
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Decoupled Simulator&lt;/strong&gt; — stands in for real environments during RL training. At 4,000-environment scale, synthetic rollouts via the world model yield gains on Tool Decathlon, MCPMark, and WideSearch that exceed real-environment training alone. Simulation at this fidelity means you can train agents for your specific environment without production traffic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unified Foundation&lt;/strong&gt; — world-model training as a warm-up before task-specific RL. A model that has internalized how seven environments respond reaches higher performance on any specific task faster than a general pretrained base.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the PropTech Stack Is Exactly This Shape
&lt;/h2&gt;

&lt;p&gt;The seven environments aren't a random selection — they're exactly the stack a real estate or PropTech operation runs across: browser for portals and listings, search for document intelligence, terminal for pipelines and reports, OS for file and document management, mobile for inspection and tenant apps, IDE/CI-CD for platform development, MCP/API for CRM and ERP integrations.&lt;/p&gt;

&lt;p&gt;Today each environment needs its own agent, scaffolding, and eval. A world model that understands all of them without bespoke engineering per environment is the difference between one agent system and maintaining seven.&lt;/p&gt;

&lt;h2&gt;
  
  
  Caveats
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GUI environments use accessibility trees, not pixel frames — no visual understanding&lt;/li&gt;
&lt;li&gt;Sim-to-real gaps remain; world-model rollouts complement real training, not replace it&lt;/li&gt;
&lt;li&gt;Weights/API availability timeline not yet confirmed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Direction
&lt;/h2&gt;

&lt;p&gt;The number of distinct models you need to operate an agentic system is collapsing. The bespoke-scaffold-per-environment approach is a transitional state. The durable investment is orchestration, policy enforcement, audit trails, and governance — the layer you own long-term regardless of which foundation model sits underneath.&lt;/p&gt;

&lt;p&gt;Full take with the PropTech angle: &lt;a href="https://www.vsebude.it/blog/qwen-agentworld-unified-agent-environments" rel="noopener noreferrer"&gt;One Model, Seven Worlds&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>machinelearning</category>
      <category>proptech</category>
    </item>
    <item>
      <title>"Your Building Already Knows: Turning Telemetry into Agentic Action"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Thu, 25 Jun 2026 07:05:20 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/your-building-already-knows-turning-telemetry-into-agentic-action-4ggb</link>
      <guid>https://dev.to/vsbd_vlad/your-building-already-knows-turning-telemetry-into-agentic-action-4ggb</guid>
      <description>&lt;p&gt;There's a sharp idea in a recent piece on connected bottle coolers: the beverage industry's richest source of AI fuel isn't a model or a vendor — it's the humble fridge at the point of sale, logging temperature, door-openings, and compressor data every hour. Connect the fleet, and predictive maintenance and autonomous dispatch follow. The advice: stop waiting for the perfect model and treat your operational data as your most valuable asset.&lt;/p&gt;

&lt;p&gt;Real estate has the same blind spot, at far greater scale.&lt;/p&gt;

&lt;h2&gt;
  
  
  Every building is a fleet of "bottle coolers"
&lt;/h2&gt;

&lt;p&gt;HVAC units, energy and water submeters, occupancy and environmental sensors, elevators, access control, leak detectors, and the BMS tying them together. Most of that telemetry is unconnected, siloed, or used at best for a dashboard nobody reads — the biggest under-exploited AI opportunity in property.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why telemetry beats models
&lt;/h2&gt;

&lt;p&gt;An agent is only as good as the signal it acts on. A frontier model with no live operational data can summarize a lease; it can't tell you the chiller on floor 12 is three weeks from failure. And the advantage compounds in a way a model licence never will: years of how &lt;em&gt;your&lt;/em&gt; assets fail, in &lt;em&gt;your&lt;/em&gt; climate, under &lt;em&gt;your&lt;/em&gt; usage, is a moat a late mover can't buy.&lt;/p&gt;

&lt;h2&gt;
  
  
  From metric to action: the loop
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sense&lt;/strong&gt; — a sensor crosses a threshold (compressor hot, after-hours energy spike, leak-like flow signature, elevator fault).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decide&lt;/strong&gt; — an agent weighs asset history, warranty, tenant criticality, weather, and current work-order load.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Act&lt;/strong&gt; — raise the work order, dispatch the right vendor with the right part, adjust a setpoint, notify the tenant — with cost/irreversible actions gated by a human.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn&lt;/strong&gt; — log the outcome; thresholds self-recalibrate, so it gets more precise every event.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Commercial:&lt;/strong&gt; energy/HVAC optimization, predictive plant maintenance, space-utilization-driven portfolio decisions, automated ESG reporting.&lt;br&gt;
&lt;strong&gt;Residential:&lt;/strong&gt; leak/flood prevention (the highest-cost failure), comfort before the complaint, common-area uptime, turnover signals.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hard part is the foundation
&lt;/h2&gt;

&lt;p&gt;Most portfolios' telemetry is fragmented and stranded in incompatible systems. Connecting the fleet, normalizing the data, and making it high-frequency and trustworthy is ~80% of the work — and where most "AI initiatives" stall. Agentic action on a weak data base just automates mistakes faster. Autonomy also needs guardrails: human-in-the-loop on cost/risk, privacy for occupancy and any camera data (especially residential), and full auditability.&lt;/p&gt;

&lt;p&gt;The winners in real estate AI won't have the biggest model — they'll have connected their buildings first and wired that signal to action.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full real-estate breakdown on the &lt;a href="https://www.vsebude.it/blog/building-telemetry-agentic-ai-real-estate" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;. Concept adapted from a &lt;a href="https://securitybrief.com.au/story/your-bottle-cooler-knows-more-than-your-data-team-here-s-how-it-unlocks-agentic-ai" rel="noopener noreferrer"&gt;SecurityBrief piece on connected coolers&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>iot</category>
      <category>agents</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>"LLMs for Ambiguity, Deterministic Agents for Policy: Multi-Agent Contract Compliance"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Wed, 24 Jun 2026 13:10:43 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/llms-for-ambiguity-deterministic-agents-for-policy-multi-agent-contract-compliance-12fe</link>
      <guid>https://dev.to/vsbd_vlad/llms-for-ambiguity-deterministic-agents-for-policy-multi-agent-contract-compliance-12fe</guid>
      <description>&lt;p&gt;There's a quietly important reference architecture in &lt;a href="https://github.com/GoogleCloudPlatform/generative-ai/tree/main/agents/adk/contract-compliance-pipeline" rel="noopener noreferrer"&gt;Google Cloud's contract-compliance-pipeline sample&lt;/a&gt;, built on one sharp principle: &lt;strong&gt;LLMs are useful for ambiguity; deterministic agents should enforce hard policy.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That fixes the most common failure in enterprise AI. Most "AI compliance" demos let a model both read the contract &lt;em&gt;and&lt;/em&gt; decide whether it passes — so the same document can pass on Monday and fail on Tuesday, and no auditor accepts "the model said so." The sample draws the line correctly: LLM for the fuzzy part (extracting messy facts), deterministic code for the exact part (does this violate policy?).&lt;/p&gt;

&lt;h2&gt;
  
  
  The pipeline
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Python + ADK (orchestrator)&lt;/strong&gt; — FastAPI service using Google's Agent Development Kit handles intake, extraction, and risk assessment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A2A handoff&lt;/strong&gt; — a &lt;code&gt;RemoteA2aAgent&lt;/code&gt; does an Agent2Agent handshake, discovers the second service via its agent card (&lt;code&gt;/.well-known/agent.json&lt;/code&gt;), and sends extracted data as a JSON-RPC 2.0 message.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Go compliance agent (enforcer)&lt;/strong&gt; — validates facts against thresholds (value caps, term limits, insurance minimums) with synchronous, repeatable checks. No LLM in this step.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auditable verdict&lt;/strong&gt; — structured pass/fail with specific violations; the orchestrator renders a compliance certificate; traces are logged.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Two ideas worth stealing
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The ambiguity/determinism split.&lt;/strong&gt; Anything that must be consistent, explainable, and auditable — a compliance verdict, a payment rule, an eligibility check — belongs in deterministic code, not a model's head. The LLM handles the mess at the edges and hands clean structured data to the rule engine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A2A as the interoperability layer.&lt;/strong&gt; The Python and Go agents don't share a codebase — they speak a standard protocol with discoverable agent cards. Specialized agents can be written in the best language for the job and scaled or swapped independently. The microservices lesson, applied to agents.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why it lands in real estate
&lt;/h2&gt;

&lt;p&gt;Leases, vendor agreements, purchase-and-sale, insurance certificates — all carry hard rules ideal for deterministic enforcement: term caps, rent escalation limits, insurance minimums, required clauses. LLM extracts; deterministic agent enforces; you get an auditable certificate at portfolio scale.&lt;/p&gt;

&lt;p&gt;Honest caveats: extraction is still the weak link (a mis-read clause gets faithfully enforced on wrong facts — needs its own evals and human review on low-confidence cases); it's a reference sample, not a product; and deterministic enforcement is only as good as the rule library you maintain.&lt;/p&gt;

&lt;p&gt;The discipline is the takeaway: let the model handle ambiguity, let deterministic agents enforce policy, and make them interoperate over open protocols. That's how you get agentic systems an auditor will trust.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full real-estate breakdown on the &lt;a href="https://www.vsebude.it/blog/multi-agent-contract-compliance-adk-a2a" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;. Source: &lt;a href="https://github.com/GoogleCloudPlatform/generative-ai/tree/main/agents/adk/contract-compliance-pipeline" rel="noopener noreferrer"&gt;Google Cloud ADK + A2A sample&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>python</category>
      <category>go</category>
    </item>
    <item>
      <title>"GLM-5.2 and the Open-Weight Tipping Point"</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Wed, 24 Jun 2026 07:06:22 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/glm-52-and-the-open-weight-tipping-point-e08</link>
      <guid>https://dev.to/vsbd_vlad/glm-52-and-the-open-weight-tipping-point-e08</guid>
      <description>&lt;p&gt;For two years the rule held: frontier-quality AI meant renting from a closed lab, and the open models you could download trailed a generation behind. That gap just closed.&lt;/p&gt;

&lt;p&gt;Z.ai's (formerly Zhipu AI) &lt;strong&gt;GLM-5.2&lt;/strong&gt;, released mid-June 2026 under a permissive &lt;strong&gt;MIT license&lt;/strong&gt;, now performs on par with the closed-source frontier on coding, reasoning, and agentic tool use — at roughly &lt;strong&gt;one-sixth the cost&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;On Arena's public &lt;strong&gt;Code Arena&lt;/strong&gt; leaderboard (frontend), GLM-5.2 ranks &lt;strong&gt;#2&lt;/strong&gt; — behind only Claude Fable 5, ahead of Claude Opus 4.8.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Artificial Analysis&lt;/strong&gt; rates it the &lt;strong&gt;#1 open-weights model in the world&lt;/strong&gt;, #4 overall (behind Fable 5, Opus 4.8, GPT-5.5).&lt;/li&gt;
&lt;li&gt;On SWE-bench Pro and Terminal-Bench it lands within a few points of Opus 4.8.&lt;/li&gt;
&lt;li&gt;Architecture: ~&lt;strong&gt;744B-parameter MoE&lt;/strong&gt; (~40B active per token), &lt;strong&gt;1M-token context&lt;/strong&gt;, text-only.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't a cheap imitation of the frontier. It's the frontier, with the weights published.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why "open weights" is the phrase that matters
&lt;/h2&gt;

&lt;p&gt;The popular framing is a "ChatGPT moment for local AI." The spirit is right, but precision matters: the change isn't that you can run a great model on a laptop. It's that a &lt;strong&gt;frontier-class model now ships under a license that permits commercial self-hosting and fine-tuning&lt;/strong&gt;. You can put it on your own infrastructure, adapt it to your domain, and ship it in a product — without sending a token to a third-party API.&lt;/p&gt;

&lt;p&gt;That rewrites three calculations at once:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data sovereignty&lt;/strong&gt; — sensitive data never leaves your boundary.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost at scale&lt;/strong&gt; — owned inference undercuts per-token API pricing at volume (and it's already ~6x cheaper via API).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Control &amp;amp; longevity&lt;/strong&gt; — open weights can't be deprecated, rate-limited, or silently changed under you.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The honest caveats
&lt;/h2&gt;

&lt;p&gt;"Local AI" is the romantic framing; the engineering reality is more demanding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Datacenter-class, not laptop-class.&lt;/strong&gt; At ~744B params, even quantized builds target multi-GPU servers or a maxed-out unified-memory machine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You inherit the ops&lt;/strong&gt; — serving (vLLM/SGLang/llama.cpp), scaling, monitoring, security, uptime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You own the governance&lt;/strong&gt; — access control, audit logging, guardrails are yours to build.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Capability isn't the whole job&lt;/strong&gt; — a strong model in a weak harness still fails.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The takeaway
&lt;/h2&gt;

&lt;p&gt;GLM-5.2 marks the moment open weights stopped being a compromise. The deciding factor is no longer whether a capable model is available — it's whether you have the infrastructure, orchestration, and governance to run it safely.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Full version, with the real-estate / data-sovereignty angle, on the &lt;a href="https://www.vsebude.it/blog/glm-5-2-open-weight-frontier-models-real-estate" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>opensource</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>When AI Agents Rewrite Their Own Rules: Self-Improving Harnesses Explained</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Tue, 23 Jun 2026 00:04:56 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/when-ai-agents-rewrite-their-own-rules-self-improving-harnesses-explained-2eg7</link>
      <guid>https://dev.to/vsbd_vlad/when-ai-agents-rewrite-their-own-rules-self-improving-harnesses-explained-2eg7</guid>
      <description>&lt;p&gt;When an AI agent fails in production, the instinct is to blame the model. Usually that is the wrong place to look.&lt;/p&gt;

&lt;p&gt;An agent's behaviour is governed as much by its &lt;strong&gt;harness&lt;/strong&gt; as by the model underneath — the system prompt, the tools it can call, its memory, its verification rules, its runtime policies, and its failure-recovery logic. SWE-agent, Claude Code, Codex, and OpenHands all wrap the same frontier models; what separates a reliable agent from a flaky one is mostly that surrounding layer.&lt;/p&gt;

&lt;p&gt;The catch: that layer is almost always tuned by hand. An engineer watches a few failures, forms a hunch, edits a prompt or a rule, and hopes. As Hangfan Zhang of the Shanghai AI Laboratory (lead author of the new &lt;strong&gt;Self-Harness&lt;/strong&gt; paper, &lt;a href="https://arxiv.org/abs/2606.09498" rel="noopener noreferrer"&gt;arXiv:2606.09498&lt;/a&gt;) puts it, the deeper problem is that this paradigm "often lacks a systematic feedback loop." With new models shipping every few weeks, hand-tuning a model-specific harness becomes a treadmill nobody can keep up with.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea: let the agent fix its own harness
&lt;/h2&gt;

&lt;p&gt;Self-Harness keeps the model's weights frozen and improves the harness from the evidence of the agent's own execution traces — no retraining, and no dependence on a bigger external model to supervise it. It runs as a three-stage loop:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Weakness mining&lt;/strong&gt; — Run a batch of tasks with verifiable outcomes, then categorize the failed traces to find &lt;em&gt;model-specific&lt;/em&gt; failure patterns.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Harness proposal&lt;/strong&gt; — A "proposer" role turns each failure pattern into a small, targeted edit tied to that specific mechanism — deliberately minimal, to avoid over-correcting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proposal validation&lt;/strong&gt; — Each candidate edit runs through regression tests and is promoted only if it improves performance &lt;em&gt;without&lt;/em&gt; measurable degradation on held-out tasks. Passing edits merge into the next harness version, which seeds the next round.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The acceptance gate is the whole game: &lt;strong&gt;improvement without regression, proven on data.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The results
&lt;/h2&gt;

&lt;p&gt;Tested on Terminal-Bench-2.0 (general tool use: artifact management, command use, verification, error recovery) across MiniMax M2.5, Qwen3.5-35B-A3B, and GLM-5 — freezing everything except the harness — held-out performance climbed &lt;strong&gt;33% to 60%&lt;/strong&gt; in relative terms. Qwen3.5-35B-A3B went from 23.8% to 38.1%.&lt;/p&gt;

&lt;p&gt;What makes it more than a benchmark number is &lt;em&gt;what&lt;/em&gt; changed. The edits are specific and legible, not "make the prompt longer":&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MiniMax M2.5&lt;/strong&gt; kept exploring dataset configs until it timed out and shipped nothing. Self-Harness wrote a "loop breaker" into its runtime policy — stop and redirect after 50 tool calls — plus a rule to produce an initial version of any required artifact early.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qwen3.5&lt;/strong&gt; would hit a file-overwrite error, blindly retry the same command, and eventually delete files in confusion. The fix: a strict command-retry discipline — no exact-duplicate commands.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those are exactly the rules a seasoned engineer would add — discovered and validated automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters beyond the benchmark
&lt;/h2&gt;

&lt;p&gt;If you ship agents on real workflows, three implications stand out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Model upgrades stop being rewrites.&lt;/strong&gt; Swapping in a cheaper, faster model usually means re-tuning the harness by hand. A self-harnessing loop re-discovers the new model's failure modes automatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cheaper models cross the reliability line.&lt;/strong&gt; A 60% relative lift on hard tasks can move a smaller model into "good enough for production."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Debugging becomes empirical.&lt;/strong&gt; Ambiguous "the agent looks broken" failures become testable edits with an objective accept/reject gate.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The prerequisite is honest: this only works on tasks where success is &lt;strong&gt;machine-checkable&lt;/strong&gt;. Before you let a loop edit your harness, build the evaluation — a benchmark of real cases with objective pass/fail signals. Without that, "self-improving" is just a word.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This is a syndicated copy. The original, with the real-estate and PropTech angle, is on the &lt;a href="https://www.vsebude.it/blog/self-improving-agent-harness-real-estate" rel="noopener noreferrer"&gt;VSBD blog&lt;/a&gt;. Paper: &lt;a href="https://arxiv.org/abs/2606.09498" rel="noopener noreferrer"&gt;arXiv:2606.09498&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>llm</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>The Managed Capacity Model: How PropTech Companies Scale Engineering Teams</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Mon, 22 Jun 2026 09:14:29 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/the-managed-capacity-model-how-proptech-companies-scale-engineering-teams-i41</link>
      <guid>https://dev.to/vsbd_vlad/the-managed-capacity-model-how-proptech-companies-scale-engineering-teams-i41</guid>
      <description>&lt;h2&gt;
  
  
  The Procurement Problem Holding PropTech Back
&lt;/h2&gt;

&lt;p&gt;The two most common software procurement models — Time &amp;amp; Material (T&amp;amp;M) and Fixed Price — were designed for a world where software projects had clear, stable requirements and predictable timelines. PropTech products don't live in that world. Market conditions shift, regulatory requirements change, and the competitive landscape demands continuous product iteration. Both T&amp;amp;M and Fixed Price create friction against that reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Wrong With T&amp;amp;M for PropTech
&lt;/h2&gt;

&lt;p&gt;T&amp;amp;M gives clients flexibility but no cost predictability. For a PropTech product under active development, a T&amp;amp;M contract creates ongoing budget uncertainty that makes planning difficult and creates adversarial dynamics around scope. Every new feature request becomes a negotiation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Wrong With Fixed Price for PropTech
&lt;/h2&gt;

&lt;p&gt;Fixed Price provides cost certainty but inhibits agility. Defining the scope of a PropTech platform upfront with sufficient detail for a fixed-price contract requires months of specification work — work that often produces documentation that's already outdated by the time development begins. Change management processes slow down iteration and penalize learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Managed Capacity Alternative
&lt;/h2&gt;

&lt;p&gt;The Managed Capacity model — sometimes called Value Stream Budgeting — provides a stable team capacity at an agreed monthly rate, with scope flexibility within that team's skill set. VSBD provides teams with an agreed monthly target headcount (e.g., 2 teams of 10), with volume discounts for longer engagements and flexibility to adjust team composition as priorities shift.&lt;/p&gt;

&lt;p&gt;Key characteristics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Flat monthly rate&lt;/strong&gt; for core team composition — no per-hour negotiation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;T&amp;amp;M for flex capacity&lt;/strong&gt; — temporary specialists or surge capacity beyond the core team&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scope flexibility within 10%&lt;/strong&gt; handled by the existing team without change requests&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;VSBD covers vacation and sick leave&lt;/strong&gt; — client headcount doesn't dip when team members are out&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Volume discounts&lt;/strong&gt; that reduce the effective rate for larger, longer engagements&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  KPIs That Make Managed Capacity Accountable
&lt;/h2&gt;

&lt;p&gt;The objection to Managed Capacity is reasonable: if you're not paying per deliverable, how do you know you're getting value? The answer is a transparent KPI framework that tracks delivery velocity, quality, and business outcomes simultaneously:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Development KPIs:&lt;/strong&gt; Deployment frequency, lead time for changes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Quality KPIs:&lt;/strong&gt; Change failure rate, mean time to restore, defect containment&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cost KPIs:&lt;/strong&gt; Cost of delay, rework percentage&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Value KPIs:&lt;/strong&gt; Percentage of validated user stories, business value delivered per sprint&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;VSBD uses a KPI Pyramid that aligns development metrics to business outcomes — making the value of the engineering investment visible to executives and delivery teams alike.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Managed Capacity Fits Best
&lt;/h2&gt;

&lt;p&gt;Managed Capacity is ideal for PropTech companies that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Have a clear product roadmap but expect it to evolve&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Need a stable, cross-functional engineering team over 12+ months&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Want to avoid the overhead of managing individual T&amp;amp;M time sheets&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Value engineering culture and knowledge retention over lowest-cost headcount&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;VSBD's Managed Capacity engagements have consistently achieved NPS scores above 50 — measured after each quarterly business review — reflecting the alignment between client expectations and delivery outcomes that the model creates.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://www.vsebude.it/blog/managed-capacity-model-proptech" rel="noopener noreferrer"&gt;the VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>engineering</category>
      <category>management</category>
      <category>startup</category>
      <category>proptech</category>
    </item>
    <item>
      <title>ML-Powered Payment Gateway Optimization for PropTech Platforms</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Mon, 22 Jun 2026 09:08:58 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/ml-powered-payment-gateway-optimization-for-proptech-platforms-5399</link>
      <guid>https://dev.to/vsbd_vlad/ml-powered-payment-gateway-optimization-for-proptech-platforms-5399</guid>
      <description>&lt;h2&gt;
  
  
  The Hidden Cost of Payment Instability in PropTech
&lt;/h2&gt;

&lt;p&gt;Real estate transactions involve large sums, recurring payments, and complex fee structures — making payment processing failures disproportionately costly. When a payment gateway goes down or routes a transaction sub-optimally, the impact compounds: failed rent collection, delayed closings, and manual reconciliation overhead that scales with portfolio size. VSBD's ML Payment Gateway Cascade project tackled this problem head-on for a real estate financial platform — with measurable results.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem: Fragmented Gateway Landscape
&lt;/h2&gt;

&lt;p&gt;Modern real estate platforms typically route payments through multiple gateway providers for redundancy and geographic coverage. Each provider has different uptime characteristics, fee structures, and performance profiles across transaction types. Without intelligent routing, platforms typically rely on static configuration — which means they can't adapt when a provider degrades, and they leave money on the table by not optimizing route selection based on real-time performance data.&lt;/p&gt;

&lt;h2&gt;
  
  
  The ML Solution: Cascade Routing
&lt;/h2&gt;

&lt;p&gt;The VSBD team designed a cascade routing system based on an ML model trained on historical transaction data across all gateway providers. The model learns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Provider success probability&lt;/strong&gt; per transaction type, amount range, and geographic region&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Latency profiles&lt;/strong&gt; to optimize for time-sensitive transaction types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fee optimization&lt;/strong&gt; across provider pricing models for different payment instruments&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Anomaly signals&lt;/strong&gt; that indicate a provider is degrading before it fully fails&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The cascade mechanism: if the primary route fails or the model predicts a low success probability, the system automatically routes to the next-best provider — without manual intervention.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Data Pipeline Architecture
&lt;/h2&gt;

&lt;p&gt;The ML model is only as good as the data feeding it. The VSBD team built supporting data stream pipelines that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Ingest real-time transaction outcomes from all gateway providers&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Normalize provider-specific response formats into a unified schema&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Trigger automated model evaluation when performance metrics drift beyond thresholds&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Feed a CI/CD pipeline for model updates, enabling rapid iteration without manual deployment&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quality Engineering: Testing ML Systems
&lt;/h2&gt;

&lt;p&gt;Testing payment routing is harder than testing conventional business logic — the behavior is probabilistic, and edge cases can have significant financial consequences. The QA approach included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Multi-stream integration testing&lt;/strong&gt; simulating production-like transaction volumes across all provider integrations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Regression suites&lt;/strong&gt; that verify cascade behavior under simulated provider degradation scenarios&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;E2E testing&lt;/strong&gt; of the full payment lifecycle including refund and dispute flows&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Load testing&lt;/strong&gt; to validate cascade routing under peak transaction volumes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Delivered Within Budget: €370k, 6 Months
&lt;/h2&gt;

&lt;p&gt;The project was delivered within the fixed-cost business model commitment: €370k budget, 6-month timeline. The team included a Project Manager, 2 Data Engineers, 1 Data Scientist, 2 Data Analysts, 1 Manual QA, and 1 Automation QA — a lean, focused composition for a well-scoped problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;40% reduction&lt;/strong&gt; in payment gateway fluctuations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;95% reduction&lt;/strong&gt; in human error through elimination of manual financial data manipulation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;50% decrease&lt;/strong&gt; in time-to-market for new payment capabilities&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;25% reduction&lt;/strong&gt; in support costs through streamlined internal processes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved corporate transparency by eliminating manual financial data manipulation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For PropTech platforms handling high payment volumes, ML-powered routing is not a luxury — it's the difference between reliable revenue collection and expensive operational overhead.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://www.vsebude.it/blog/ml-payment-gateway-proptech" rel="noopener noreferrer"&gt;the VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>engineering</category>
      <category>proptech</category>
      <category>architecture</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Top 10 PropTech Companies in Europe and USA to Watch in 2025</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Mon, 22 Jun 2026 09:08:27 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/top-10-proptech-companies-in-europe-and-usa-to-watch-in-2025-4ol6</link>
      <guid>https://dev.to/vsbd_vlad/top-10-proptech-companies-in-europe-and-usa-to-watch-in-2025-4ol6</guid>
      <description>&lt;h2&gt;
  
  
  PropTech Is at an Inflection Point
&lt;/h2&gt;

&lt;p&gt;The global PropTech market reached $36.55 billion in 2024, with AI adoption accelerating across every category. The companies below represent the most significant innovations in how real estate is bought, sold, managed, and financed — across two of the world's most important markets.&lt;/p&gt;

&lt;h2&gt;
  
  
  Top 5 European PropTech Companies
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. LEVERTON (Germany)
&lt;/h3&gt;

&lt;p&gt;LEVERTON has built one of the most sophisticated AI document intelligence platforms for commercial real estate. Their NLP-driven contract analysis tools extract, classify, and manage data from thousands of lease agreements simultaneously — reducing manual review time by over 80% for enterprise clients. For engineering partners, LEVERTON represents the kind of deep-domain AI investment that requires MLOps maturity and robust data pipeline architecture.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Homeday (Germany)
&lt;/h3&gt;

&lt;p&gt;Homeday has digitized the residential property transaction from valuation to closing. Their platform combines automated valuation models (AVMs) with a network of local agents, creating a hybrid experience that reduces time-to-close significantly. The engineering challenge: building AVMs that remain accurate across Germany's highly fragmented local real estate markets.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Casavo (Italy)
&lt;/h3&gt;

&lt;p&gt;Casavo pioneered the iBuying model in Southern Europe, providing instant liquidity to home sellers while building a proprietary data advantage on property pricing. Their platform processes thousands of data points per property to generate real-time offers — an applied ML challenge requiring high-frequency model retraining as market conditions shift.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Sensorberg (Germany)
&lt;/h3&gt;

&lt;p&gt;Sensorberg operates at the intersection of IoT and property management, providing smart building solutions that control access, energy, and occupancy monitoring through a unified platform. Their SDK-first approach allows integration with existing building management systems — a model that requires robust API design and real-time data processing at the edge.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Spotahome (Spain)
&lt;/h3&gt;

&lt;p&gt;Spotahome has built a video-first marketplace for mid-term rentals across Europe, enabling renters to book properties without in-person visits. The platform's trust layer — which includes verified video tours and professional photography — required novel investment in content quality automation and verification tooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  Top 5 US PropTech Companies
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Opendoor
&lt;/h3&gt;

&lt;p&gt;Opendoor redefined residential real estate liquidity in the US by purchasing homes directly from sellers using algorithmic pricing. At peak, Opendoor was purchasing thousands of homes per month — a feat requiring real-time AVM models, integration with title and escrow systems, and pricing engines that hedge against market volatility.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. VTS
&lt;/h3&gt;

&lt;p&gt;VTS is the operating system for commercial real estate, connecting landlords, brokers, and tenants on a single platform for leasing, asset management, and market intelligence. Their data network across hundreds of millions of square feet of commercial space creates a proprietary intelligence layer unavailable to competitors.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. HouseCanary
&lt;/h3&gt;

&lt;p&gt;HouseCanary provides the most granular property analytics available in the US market — covering 136 million properties with valuations, forecasts, and condition assessments. Their data-as-a-service model powers lending, investment, and insurance decisions at scale.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Compass
&lt;/h3&gt;

&lt;p&gt;Compass built a technology-first brokerage from the ground up, providing agents with proprietary tools for CRM, marketing, and transaction management. Their engineering investment in agent-facing software redefined what brokerage technology could look like.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. RealPage
&lt;/h3&gt;

&lt;p&gt;RealPage provides the SaaS backbone for multifamily property management — covering revenue management, leasing, maintenance, and resident services for over 20 million units. Their AI-driven revenue management products have attracted both adoption and regulatory scrutiny, highlighting the importance of responsible AI deployment in pricing algorithms.&lt;/p&gt;

&lt;h2&gt;
  
  
  What These Companies Have in Common
&lt;/h2&gt;

&lt;p&gt;Every company on this list made early, significant investments in engineering quality and data infrastructure. None of them built their platforms on legacy architectures. For PropTech companies at earlier stages, the engineering foundation you lay today determines the ceiling of what you can achieve at scale. Partnering with an engineering firm that understands both the technology and the real estate domain accelerates that foundation-building dramatically.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://www.vsebude.it/blog/top-proptech-companies-europe-usa-2025" rel="noopener noreferrer"&gt;the VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>proptech</category>
      <category>realestate</category>
      <category>startup</category>
      <category>tech</category>
    </item>
    <item>
      <title>AI Predictive Maintenance for Real Estate: Reducing Downtime and Costs</title>
      <dc:creator>Vladyslav Donchenko</dc:creator>
      <pubDate>Mon, 22 Jun 2026 08:06:24 +0000</pubDate>
      <link>https://dev.to/vsbd_vlad/ai-predictive-maintenance-for-real-estate-reducing-downtime-and-costs-jfg</link>
      <guid>https://dev.to/vsbd_vlad/ai-predictive-maintenance-for-real-estate-reducing-downtime-and-costs-jfg</guid>
      <description>&lt;h2&gt;
  
  
  The True Cost of Reactive Maintenance
&lt;/h2&gt;

&lt;p&gt;Facilities managers in real estate and industrial property management have long accepted reactive maintenance as the default operating model: something breaks, someone reports it, a technician is dispatched. This model is expensive in ways that aren't always visible in the maintenance budget — but show up clearly in operational efficiency, tenant satisfaction, and unplanned capital expenditure.&lt;/p&gt;

&lt;p&gt;For large portfolios and industrial facilities, even a single unplanned outage can cost orders of magnitude more than the predictive system that would have prevented it. The VSBD Outage Prediction project — delivered for a natural resource extraction company managing complex facility infrastructure — demonstrates what AI-driven predictive maintenance looks like in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Challenge: Prognosis at Scale
&lt;/h2&gt;

&lt;p&gt;The client operated facilities with hundreds of monitored systems — pumps, compressors, electrical switchgear, HVAC units, and more. Each system generated continuous telemetry data: temperature, vibration, pressure, current draw, and operational cycle counts. The engineering challenge was not data collection — the client already had sensors. The challenge was turning raw telemetry into actionable maintenance predictions before failures occurred.&lt;/p&gt;

&lt;h2&gt;
  
  
  The AI Architecture
&lt;/h2&gt;

&lt;p&gt;VSBD designed and built a predictive maintenance system composed of three interconnected components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Anomaly Detection Engine:&lt;/strong&gt; An ML model trained on historical operational data and known failure patterns, identifying deviations from normal operating profiles. The model distinguishes between noise (normal operational variance) and signal (early-stage failure indicators) with high precision.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Performance Degradation Model:&lt;/strong&gt; A time-series forecasting model that tracks gradual degradation trends across monitored systems, enabling proactive scheduling of maintenance before failure probability exceeds acceptable thresholds.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Risk Identification Module:&lt;/strong&gt; A classification system that prioritizes maintenance interventions based on criticality, failure probability, and operational impact — enabling maintenance teams to focus on the highest-risk systems first.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  MLOps: Keeping Models Accurate Over Time
&lt;/h2&gt;

&lt;p&gt;Predictive maintenance models face a unique challenge: the very act of acting on predictions changes the data distribution. When maintenance prevents a failure, that failure never generates the outcome data the model expected. Over time, without proper MLOps practices, models drift and degrade.&lt;/p&gt;

&lt;p&gt;The VSBD approach included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Automated model evaluation triggered by performance metric drift&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Counterfactual logging for interventions — capturing what would have happened without maintenance action&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Continuous retraining pipelines that incorporate new failure events as they occur&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Monitoring dashboards that surface model confidence scores alongside predictions&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Support Team Dispatch Optimization
&lt;/h2&gt;

&lt;p&gt;Beyond prediction accuracy, the system's operational value depended on how efficiently maintenance resources were deployed. VSBD integrated the prediction outputs with a dispatch planning module that optimized technician scheduling based on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Geographic proximity and travel time to facilities&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Technician skill set matching to the predicted failure type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Parts availability and procurement lead times&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maintenance windows that minimize operational disruption&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result was a 60% improvement in maintenance team dispatch planning efficiency — measured by reduction in wasted travel time and parts mismatches.&lt;/p&gt;

&lt;h2&gt;
  
  
  Delivered: Under 6 Months, Under €400k
&lt;/h2&gt;

&lt;p&gt;The complete system — from data pipeline through AI models to the operations dashboard — was delivered within the fixed-cost business model commitment. The team composition: Project Manager, Dev Team Lead, Backend Developer, Frontend Developer, 2 Data Engineers, 1 Data Scientist, 1 MLOps Engineer, and 1 Automation QA.&lt;/p&gt;

&lt;p&gt;For real estate and facility management companies ready to move from reactive to predictive maintenance, the investment in an AI system pays back within the first year of operation in most deployments.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://www.vsebude.it/blog/ai-predictive-maintenance-real-estate" rel="noopener noreferrer"&gt;the VSBD blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>proptech</category>
      <category>realestate</category>
    </item>
  </channel>
</rss>
