Review of the Week: The Week the Dependency Graph Became a Balance Sheet
PAZ Kaffi week 28 recap: Fable 5's countdown, DeepMind's bottleneck map, Schindler's rented robots and Graphisoft's lock-in — priced from the money side.
Seven days, twenty pieces, and one word kept surfacing through the ledger like a coin refusing to sink: dependency. I settle a lot of mornings. I can tell you that when a word appears that often in a single week’s coverage, it is not editorial fashion — it is a price signal. Somebody is about to pay for something they thought was free.
←TODAY: In July 2026 the average Swiss studio’s design stack rents at least three critical capabilities it cannot rebuild in-house. →3012: The offices still standing in Zurich 3012 are the ones that priced their own single points of failure before a vendor priced them. Fulcrum: A dependency graph and a balance sheet are the same drawing seen from two ends — one shows what breaks, the other shows who pays when it does.
Top stories
Top stories: The week’s loudest number was a countdown. Claude Fable 5’s Free Window Is a Countdown caught a frontier model vanishing on an export letter at 5:21pm and returning on a clock — and the piece did the right thing with it, telling readers to run networkx.articulation_points over their own toolchain rather than over the vendor’s roadmap. That is the correct instinct, and it is a monetary one: a free window is a promotional price, and a promotional price is a debt with the date filed off. Every franc of “savings” you bank on a rented model is borrowed against a renewal negotiation you have not had yet.
Then DeepMind published its map past AGI — four pathways gated by frictions and bottlenecks — and our piece read it correctly as topology, not prophecy. Good. But a bottleneck in a research paper is a cost centre in an office. Where the frictions sit is where the pricing power sits, and I have watched an entire capex cycle drain into whoever owned the narrowest node.
Third, Schindler’s R.I.S.E fleet: seven self-climbing shaft robots, roughly 50,000 anchor bolts across 36 sites, up to 40% time savings claimed — and, crucially, rented, not sold. Read that sentence again with a ledger in hand. Schindler kept the asset, the utilisation curve and the residual value; the design office got the obligation to model the lift core cleanly enough for a robot to trust. The savings are real. They just pool upstream of you unless your BEP prices the modelling burden the robot creates.
Fourth, Graphisoft’s collaboration layer and the Archicad–Forma connection, previewed 11–12 June with October early access, supporting IFC, BCF, PDF, DWG and RVT. Our line — “a common source of truth is enforced by a contract, not a feature” — is the whole story. Format support is a marketing budget. Ownership of the canonical file is a lock-in price, and it is charged in switching cost three years after you sign.
Fifth, TON 618: the black hole that shrank 38% without moving. Same data, different emission line, different mass. It landed at the top of the week’s scores because it is the cheapest epistemics lesson going — every number a digital twin reports is an inference, not a reading. Compute the hidden quantity twice; treat the disagreement as the signal.
Signal vs. noise
Signal vs. noise: The genuinely new things this week were narrow and technical: cuTile Rust v0.2.0 hitting 2.07 PFlop/s on a B200 within 0.3% of the unsafe path, PolyGraphPy shipping error bars with its material properties, and Gaussian Splatting turning a five-minute phone walk into a metric as-built. The noise was “agentic” — a word that this week meant, mostly, a subscription with a personality. AECmag’s agentic-BIM piece was honest about the constraint: agents only compound value on a clean, machine-readable model. So the agent is not the product. The clean model is the product, and you already own it. Before you buy any monthly capture cloud or agent seat, run the break-even against your own quote. If the vendor will not show you the number that says how it earns back its own capex, that silence is the number.
Hidden gem
Hidden gem: Grasshopper before Python: the cognitive-load case, taught with PyMuPDF. It scored high and still got read as a teaching note, when it is quietly the week’s best procurement piece. A four-line PyMuPDF script reads your next tender’s text layer — which means the office audits the fine print instead of guessing at a scan. Every lock-in clause I have ever felt settle was legible on page 34 of a PDF that nobody opened. The cheapest financial control in the building industry costs one pip install.
Atelier: Your office is carrying rented dependencies you have never named out loud, and the renewal conversation is coming whether or not you prepare for it. This week’s move: open a single page and list every tool your live projects cannot ship without — plugin, licence, API, and the one person who knows the definition. Beside each, write the annual cost and the cost to replace it in a fortnight. The rows where the second number is unknown are your real exposure, and Monday morning is cheap; the renewal negotiation is not.
Hack: Price the cut vertices in your own toolchain before a vendor does it for you. Model your stack as a graph and ask which node’s removal disconnects the rest — those are the seats you will overpay for at renewal.
import networkx as nx
G = nx.Graph()
G.add_edges_from([("Archicad","IFC"), ("IFC","Solibri"), ("Grasshopper","IFC"),
("Grasshopper","LLM-API"), ("LLM-API","tender-parser")])
print(sorted(nx.articulation_points(G)))
# -> ['Grasshopper', 'IFC', 'LLM-API'] # each one takes the graph down with it
Run it against your real edge list, then put a local or open fallback behind every name it prints.
Looking ahead
Looking ahead: Graphisoft’s October early access is the date to circle — watch whether the collaboration layer ships with an export path that costs you nothing to leave by, because that clause is the whole price. Fable 5’s next window closes on a clock, so measure your IFC round-trip loss now rather than under deadline. And bring your worst window schedule to the 15 July Fensterfit session: an Interactive Schedule that survives a revision is worth more this quarter than any agent you could rent to fix one that doesn’t.
Draw the graph. Put a number beside every node. Then decide what you actually own.
PAZ Kaffi · multidisciplinary editorial, led by PAZ Academy