<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Fleyneiz on Medium]]></title>
        <description><![CDATA[Stories by Fleyneiz on Medium]]></description>
        <link>https://medium.com/@fleyneiz?source=rss-ce28f94a3181------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*Kp0g8MCQq2q3TkcbxUuoRQ.png</url>
            <title>Stories by Fleyneiz on Medium</title>
            <link>https://medium.com/@fleyneiz?source=rss-ce28f94a3181------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 23 May 2026 11:59:49 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@fleyneiz/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[The Future Just Got a Lot More Talkative — and Agentic]]></title>
            <link>https://fleyneiz.medium.com/the-future-just-got-a-lot-more-talkative-and-agentic-b260f550e352?source=rss-ce28f94a3181------2</link>
            <guid isPermaLink="false">https://medium.com/p/b260f550e352</guid>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[founders]]></category>
            <category><![CDATA[startup]]></category>
            <category><![CDATA[agentic-ai]]></category>
            <dc:creator><![CDATA[Fleyneiz]]></dc:creator>
            <pubDate>Mon, 24 Nov 2025 12:58:50 GMT</pubDate>
            <atom:updated>2025-11-24T12:58:50.384Z</atom:updated>
            <content:encoded><![CDATA[<h3>The Future Just Got a Lot More Talkative — and Agentic</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Re86uDppEcsPuTy1OvKkRw.png" /></figure><p>Picture this: it’s an tiresome afternoon, you’re at your desk wondering why that XYZ vendor invoice hasn’t been paid yet. You whisper to your phone: “Hey, check the XYZ vendor’s status, trigger payment if all’s clear, and send the email confirmation to finance.” And that’s it … done.</p><p>The response is not just a simple chat answer, but multiple connected steps: lookup, analysis, decision, execution, feedback. That’s the <strong>Agentic AI </strong>we know these days. But, do you really trust it?</p><p>In the new paper <a href="https://arxiv.org/html/2511.17332v1"><strong>Agentifying Agentic AI</strong></a><strong> </strong>by Virginia Dignum and Frank Dignum, we get a roadmap for why so many of today’s autonomous-AI dreams fall short — and what we (as founders, builders, leaders) can do about it.</p><p>Let me walk you through what I learned — mixing the theory with what I’ve seen, lived, built — and what this means for you and me as founder-builders in 2025.</p><h3>The Problem: Autonomy without Agency</h3><p>In our startup world, we constantly hear about autonomous agents, AI assistants, chain-of-thought, multi-step auto, etc. But as it happens, nearly all of those are <strong>behaviorally autonomous</strong>, not <strong>agentically grounded</strong>.</p><p>Let’s unpack:</p><ul><li>While modern large-language-model (LLM)-based systems can <em>act</em> and <em>generate</em>, they often <strong>lack</strong> explicit internal states, commitments, reasoning architectures, and social/institutional context.</li><li>Example in the paper: ask an AI-agent system to book a flight. It may do so OK one day, but on another day shift parameters and book a return on the <strong>wrong date</strong> just because the model saw a “sale”. Because there is no guarantee of goal-directed behavior or verifiable reasoning.</li><li>The consequence? When you deploy a multi-agent workflow — many “agents” acting in concert, or interacting with humans/institutions — you get the <strong>black box</strong> problem: you don’t know <em>why</em> an action was taken, whether it aligns with your governance or business logic, or how to trace/rationalize failures.</li></ul><p>I’ve seen this first-hand. In one of my ventures, we built a “smart pipelines manager” using LLMs. At first it looked magical. But then it started “deciding” to skip a crucial QA check because the logic had drifted — and we had no clear way to audit what went wrong. The behavior was unpredictable; we ended up delaying the rollout.</p><p>To make true “agency” possible, we should borrow from the 30 years of research in the autonomous agents and multi-agent systems (AAMAS) community.</p><h3>From Autonomy to Agency: What’s Really Missing</h3><p>In the AAMAS world, agents are built with belief-desire-intention (BDI) models: beliefs capture the state of the world, desires the goals, intentions the chosen commitments. The structure allows you to ask: <em>Why did the agent do this? What goal was it pursuing? How did it decide this plan?</em> Most modern LLM-based “agents” don’t have that explicit internal state — they operate on statistical patterns. That leaves you building something that acts but you can’t verify or interpret.</p><p>When multiple agents (or humans + agents) interact, conventional agent frameworks use structured communication protocols: requests, commitments, promises — all understood unambiguously. The paper points out that many contemporary agentic systems rely on free-form natural language, which lacks rigorous semantics. This means agents talking to each other (or to us) can misinterpret, fail to coordinate, or produce brittle behavior.</p><p>When it comes to Incentives, Coordination, Social context, that’s where it gets more interesting for startups and founders. The idea that agents aren’t just reactive tools, they are entities in an ecosystem with <strong>aligned incentives</strong>, <strong>norms</strong>, <strong>roles</strong>, and <strong>governance</strong>. So if you build an ecosystem of agents (tool-agents, human-agents, institutional agents), you must think about <em>why</em> they cooperate, <em>how</em> they negotiate, <em>what</em> they value.</p><p>If you deploy agents into the wild — against humans or any other systems — you should embed mechanisms for reputation, trust, and strategic decision-making. The authors highlight that current agentic systems often lack memory of past behavior, lack trust metrics, and thus cannot reliably participate in socially-aware systems.</p><h3>Why This Matters Now?</h3><p>The timing couldn’t be better. According to recent industry surveys, a large majority of organizations report using AI in at least one business function. Scaling agent-style systems is a dominant trend.</p><p>But beware, one major analytics firm estimates that over <strong>40 % of agentic-AI projects will be cancelled by end-2027</strong>, due to governance, value, and coordination failures.</p><p>What this means: The “low-hanging fruit” of AI (e.g., features-based automation) is being eaten. The next frontier is agents that interact, decide, act over time, coordinate with other agents — and that’s where business value is huge, but so is complexity and risk.</p><p>If you’re a founder considering building or buying agentic AI, I’d advise you to shift your mindset: from “We’ll build the smartest assistant” to “We’ll build the <strong>capable actor</strong> that participates in a <strong>system of actors</strong>”. The difference is subtle but massive.</p><h3>My Founder Playbook: What I’d Do Differently</h3><p>When I reflect on our failures and pivots, this is how I’d approach agentic AI today. First, I’d define the <strong>agentic job</strong> more explicitly. Not just <em>automate vendor payments</em> but “Agent X will monitor vendor status, evaluate risk, execute payment if criteria Y are met, and alert/involve humans if exceptions occur.” I’d define the world state it must inspect, the goal it must commit to, the fallback sequences.</p><p>Then, I’d build a modular architecture: one module for <strong>state-beliefs</strong> (what does the world look like?), one for <strong>intentions</strong> (what goal is committed?), one for <strong>actions</strong> (what will you do?), one for <strong>audit/logging</strong> (how do we trace what happened?). Even if the heavy lifting is done via an LLM, wrap it in structured scaffolding for introspection and accountability.</p><p>Next, I’d think about the <strong>ecosystem</strong>: What other agents exist? Humans? Tools? Systems? How will they communicate? I’d define protocols: “Agent A completes a task, sends message type X to Agent B, which then takes action Y.” I’d define roles, interfaces, fail-safe hand-offs.</p><p>Importantly, I’d build in <strong>governance</strong> from day one. Who owns the agent’s decisions? What metrics define success/failure? What reputation or trust mechanisms track the agent over time? If the system misbehaves, how do we intervene? How do we revert?</p><p>Finally, I’d launch narrow. Start with a specific use-case where the interaction surface is limited, breakpoints are observable, and human oversight remains in place. Prove value, refine intentions and coordination, then edge into broader scopes (multi-agent flows, cross-domain coordination).</p><h3>Looking Ahead: The Big Picture</h3><p>Agentic AI is a step forward from passive prediction to active, interactive, context-aware behavior. But without structure, coordination and social embedding, the word “agentic” simply becomes “autonomous but opaque”.</p><p>For us founders, the opportunity is real: build systems where agents not only <strong>do</strong> but <strong>reason</strong>, <strong>coordinate</strong>, <strong>negotiate</strong>, <strong>trust</strong>, and <strong>adapt</strong> in human-socio-technical contexts. But success will go to the teams who invest in the scaffolding behind the “smart assistant” — not just in the flashy demo.</p><p>We’ll see major shifts: more agents interacting, more humans delegating decisions, more institutional/organizational embedment of agents. But with those shifts come demands: transparency, auditability, governance, value alignment. The winners will ask: <em>What’s our agent’s role, in what system, under whose oversight?</em></p><p>If I could go back and talk to “founder-me” two years ago, I’d say: “Don’t just build something smart; build something meaningful. Don’t just automate; orchestrate.” Because in this new agentic era, your biggest challenge won’t be <em>will the AI understand?</em> but <em>will the ecosystem (agent + agent + human + institution) function reliably, ethically, predictably, and with value.</em></p><p>If you’re thinking of diving into agentic AI, lean on frameworks that emphasize <strong>intention</strong>, <strong>communication</strong>, <strong>coordination</strong>, <strong>governance</strong>. Build your agent not as a lone star, but as part of a constellation.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b260f550e352" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>