<?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: Mi </title>
    <description>The latest articles on DEV Community by Mi  (@mi_xu_ddbcffe9c5e544f7ee6).</description>
    <link>https://dev.to/mi_xu_ddbcffe9c5e544f7ee6</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%2F4103375%2Fb8489655-5eb3-4333-a910-597c49977ced.png</url>
      <title>DEV Community: Mi </title>
      <link>https://dev.to/mi_xu_ddbcffe9c5e544f7ee6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mi_xu_ddbcffe9c5e544f7ee6"/>
    <language>en</language>
    <item>
      <title>How I built Everbind: keeping project commitments alive across schedule revisions with Gemini and Google Cloud</title>
      <dc:creator>Mi </dc:creator>
      <pubDate>Mon, 31 Aug 2026 22:13:00 +0000</pubDate>
      <link>https://dev.to/mi_xu_ddbcffe9c5e544f7ee6/how-i-built-everbind-keeping-project-commitments-alive-across-schedule-revisions-with-gemini-and-2pfa</link>
      <guid>https://dev.to/mi_xu_ddbcffe9c5e544f7ee6/how-i-built-everbind-keeping-project-commitments-alive-across-schedule-revisions-with-gemini-and-2pfa</guid>
      <description>&lt;p&gt;&lt;em&gt;This article was created as part of Everbind’s submission to the All Things Agentic Hackathon.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The activity changed. The commitment didn’t.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A routine schedule revision can retire Activity A and replace it with Activities B and C. A schedule comparison can show that A was retired and B and C were added, but it does not by itself establish which new work inherits A’s existing commitment.&lt;/p&gt;

&lt;p&gt;That leaves a dangerous gap: the work may remain visible in the revised schedule while the obligation is left without a verified successor.&lt;/p&gt;

&lt;p&gt;Everbind treats that moment as a governed project transaction—not as an “AI approved” answer.&lt;/p&gt;

&lt;h2&gt;
  
  
  The transaction
&lt;/h2&gt;

&lt;p&gt;The demo begins with Revision 17 as the Current Accepted Schedule and Revision 18 as an incoming contractor submission.&lt;/p&gt;

&lt;p&gt;In Revision 17, Activity A is the verified carrier of Commitment C-17: Pier 68 cofferdam in-water completion by January 23. Revision 18 retires A and divides the work into an enabling-access activity and an in-water completion activity.&lt;/p&gt;

&lt;p&gt;Gemini, orchestrated through Google ADK, proposes possible lineage using a closed schema tied to retained evidence and known activity IDs. Its proposal is advisory.&lt;/p&gt;

&lt;p&gt;When the submitted package does not prove which replacement activity inherits Commitment C-17, Everbind abstains. It pauses acceptance and prepares a clarification request instead of inventing continuity.&lt;/p&gt;

&lt;p&gt;After the contractor supplies clarification, the reviewer records the evidence-backed lineage basis. The reviewer is not redesigning the contractor’s means and methods; they are recording what the submitted evidence says the replacement work represents.&lt;/p&gt;

&lt;p&gt;Only then does deterministic CPM recompute the revision.&lt;/p&gt;

&lt;p&gt;Revision 18 places the inherited in-water completion activity on January 27—four days after the January 23 commitment, with zero float. Everbind therefore prepares schedule-review comments and leaves Revision 17 unchanged as the Current Accepted Schedule.&lt;/p&gt;

&lt;p&gt;Revision 19 corrects the sequence and finishes three days early. Even then, a favorable calculation cannot apply itself. An authorized reviewer—represented by a named synthetic authority in this fixture—must accept the exact reviewed bytes.&lt;/p&gt;

&lt;p&gt;The accepted schedule record changes once. A separate Python process then reconstructs the transaction from retained bytes and emits a replayable receipt.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the model is bounded
&lt;/h2&gt;

&lt;p&gt;Gemini is useful where the problem is semantic:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;identifying possible continuity between old and new activities;&lt;/li&gt;
&lt;li&gt;classifying the submitted event;&lt;/li&gt;
&lt;li&gt;proposing bindings to known project objects;&lt;/li&gt;
&lt;li&gt;identifying the evidence that is still missing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But model output is not accepted as authoritative schedule dates, authorization, contractual entitlement, or permission to mutate the accepted schedule record.&lt;/p&gt;

&lt;p&gt;Those decisions remain outside the model:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;evidence binding and known-ID validation;&lt;/li&gt;
&lt;li&gt;commitment effectivity and lineage state;&lt;/li&gt;
&lt;li&gt;deterministic schedule-network evaluation;&lt;/li&gt;
&lt;li&gt;authority validation;&lt;/li&gt;
&lt;li&gt;eligibility and mutation rules;&lt;/li&gt;
&lt;li&gt;one authorized accepted-state transition;&lt;/li&gt;
&lt;li&gt;independent reconstruction from retained bytes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This separation lets the model help resolve open-world ambiguity without turning model confidence into project authority.&lt;/p&gt;

&lt;h2&gt;
  
  
  Google Cloud architecture
&lt;/h2&gt;

&lt;p&gt;Everbind deliberately separates the recorded Judge transaction from the retained authenticated evidence path.&lt;/p&gt;

&lt;h3&gt;
  
  
  Recorded Judge transaction
&lt;/h3&gt;

&lt;p&gt;During the recorded transaction, Cloud Run executes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;lineage and abstention state transitions;&lt;/li&gt;
&lt;li&gt;clarification and evidence-recording steps;&lt;/li&gt;
&lt;li&gt;deterministic CPM recomputation;&lt;/li&gt;
&lt;li&gt;eligibility and human-authority gates;&lt;/li&gt;
&lt;li&gt;one accepted-schedule transition;&lt;/li&gt;
&lt;li&gt;independent cold replay.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The transaction uses fixed, reproducible synthetic schedule fixtures.&lt;/p&gt;

&lt;h3&gt;
  
  
  Authenticated retained evidence path
&lt;/h3&gt;

&lt;p&gt;A separate authenticated proof bundle demonstrates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vertex AI and Google ADK producing a closed-schema Gemini proposal;&lt;/li&gt;
&lt;li&gt;Cloud Storage retaining create-only evidence bytes with a pinned generation;&lt;/li&gt;
&lt;li&gt;Firestore retaining a create-only manifest that binds source hashes, semantic output, deterministic analysis, and before/after state;&lt;/li&gt;
&lt;li&gt;a read-only Cloud Run verifier checking the retained bundle.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Gemini/ADK proposal and the Cloud Storage and Firestore proof are retained artifacts rather than freshly generated during the recorded Judge transaction.&lt;/p&gt;

&lt;h2&gt;
  
  
  Multimodal bonus path
&lt;/h2&gt;

&lt;p&gt;After acceptance, Everbind can generate a receipt-bound, non-binding visual change brief using Gemini Image and Veo, with Vision QA and retained Gemma execution evidence.&lt;/p&gt;

&lt;p&gt;These assets are presentation support only. They do not participate in commitment lineage, schedule evaluation, authorization, or accepted-state mutation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned
&lt;/h2&gt;

&lt;p&gt;The difficult part was not generating a persuasive explanation. It was preserving the boundaries between proposal, evidence, calculation, authority, mutation, and proof.&lt;/p&gt;

&lt;p&gt;Three lessons mattered most:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Abstention needs an executable next step.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
“Not enough evidence” is useful only when it creates a controlled path for obtaining the evidence that changes the decision.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;A passing calculation is not permission to mutate accepted state.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Eligibility and authority are separate questions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Verification should reconstruct the decision from retained bytes.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
It should not trust the browser state—or the runtime—that displayed the result.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Everbind
&lt;/h2&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/miemiemi2/everbind" rel="noopener noreferrer"&gt;https://github.com/miemiemi2/everbind&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everbind is a bounded synthetic owner-side fixture. This release does not claim native P6/XER ingestion, production-grade identity, live contractor or CDE integration, legal or contractual effect, practitioner validation, or fresh model generation during the recorded Judge transaction.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>gemini</category>
      <category>googlecloud</category>
    </item>
  </channel>
</rss>
