Skip to main content

AI rollout is business change

· 2 min read

This time around, AI rollout is not about handing out technology.

It is about changing the business.

That is where many organisations are still getting stuck.

They are approaching AI as if success comes from access. Give people tools. Stand up a platform. approve a few use cases. Publish some principles. Run some pilots.

Then wait for transformation to happen.

But access is not transformation.

And distribution is not capability.

If AI is only being added on top of the existing business, then the business has not really changed.

Real AI impact shows up when organisations change how work is designed, how decisions are supported, how services are delivered, how risk is governed, how people are managed, and how value is created.

That is a business change problem, not just a technology rollout problem.

This is why so many AI programs create noise before they create value.

The organisation talks about AI in strategic language, but the underlying operating model stays mostly intact. The same structures, same incentives, same workflows, same management assumptions, same approval bottlenecks, same disconnected delivery patterns.

In that environment, AI gets absorbed into the existing system instead of reshaping it.

And when that happens, the result is predictable:

  • experimentation without scale
  • enthusiasm without integration
  • tools without accountability
  • investment without lasting capability

If leaders want different outcomes, they need to stop treating AI rollout as a distribution exercise.

The question is not simply whether people have access to AI.

The question is whether the business is willing to change because of it.

That is the real divide.

Some organisations will use AI to decorate the current model.

Others will use it to redesign how the business actually works.

Only one of those paths is likely to produce lasting advantage.

What Git did for code, KnowledgeFund will do for organisations

· 5 min read

Git did not succeed because people suddenly became better at writing code.

It succeeded because it gave code work a structure that could scale.

Version history. Branching. Merging. Review. Shared source of truth. Traceability of change. A practical way for multiple people to work on the same evolving body of logic without collapsing into chaos.

It did not remove complexity. It made complexity more governable.

That matters now, because organisations are heading into a similar problem with AI.

The issue is no longer just whether people have access to models, copilots, or agents. The issue is whether the organisation has a structure that AI can actually work with.

And in most cases, it does not.

Organisations are full of trapped knowledge

Most organisations are not short of information.

They are short of structure.

Knowledge sits in documents, chat threads, inboxes, systems, habits, unwritten rules, local workarounds, and people’s heads. Decisions are made in one place and felt in another. Teams build fixes without knowing what already exists. Context is interpreted repeatedly, inconsistently, and often too late.

This has always been a problem, but AI makes it impossible to ignore.

AI systems need legibility. They need structure. They need to know what things are, how they relate, what matters, where authority sits, what changed, and what evidence connects one action to another.

Without that, AI does not create coherence.

It amplifies fragmentation.

You cannot just turn a company into a giant repo

One tempting response is to say: fine, let’s treat the organisation like a repository.

There is something right about that.

An organisation does contain evolving work, decisions, context, standards, dependencies, and change history. It does need traceability. It does need shared understanding. It does need a way for many contributors to work on a living system.

But if you simply start dumping organisational knowledge into an AI-accessible store, you do not get order.

You get a bigger mess.

Raw accumulation is not structure.

A company is not just a pile of content. It is a living system of meaning, action, incentives, constraints, roles, judgments, and contested priorities. If you expose all of that without an organising logic, you create sludge, not clarity.

That is why the repo analogy is useful, but incomplete.

The missing piece is ontology

Code works in Git because code already has strong structure.

Files have roles. Dependencies have shape. Changes can be compared. Branches have meaning. Merges can be reviewed. The system is not perfect, but it is legible enough to support disciplined collaboration.

Organisations usually do not have that level of structural clarity.

That is the gap.

If organisations are going to become AI-legible, they need more than storage. They need ontology.

They need a structured way to answer questions like:

  • What kinds of things exist in this organisation?
  • How do they relate?
  • Where does knowledge belong?
  • How does work connect to purpose?
  • How do decisions trace through the system?
  • What is a gap, a risk, a dependency, a capability, a contribution?
  • What should be governed, and how?

Without this, the organisation remains a tangle of partially connected fragments.

With it, the organisation can start to become teachable to both people and AI.

This is where KnowledgeFund comes in

KnowledgeFund should not be understood as just another knowledge management system.

It is not merely a place to put documents.

It is not a prettier intranet. It is not a smarter search bar. It is not a dumping ground for lessons learned.

The point of KnowledgeFund is to provide the organising ontology that makes an AI-legible organisation possible.

That means helping the organisation create structure around:

  • knowledge
  • work
  • decisions
  • purpose
  • gaps
  • capabilities
  • contributions
  • change

In that sense, KnowledgeFund is not only the store. It is the frame that makes the store meaningful.

It gives the organisation a way to place, connect, trace, and govern what it knows and what it is doing.

That is why it matters.

AI raises the stakes

This problem existed before AI, but AI raises the stakes because it increases both the value of structure and the cost of incoherence.

A fragmented organisation using AI does not become aligned by default.

It becomes faster at producing disconnected output.

A company with unclear knowledge, weak traceability, political bottlenecks, and stale context will not get rescued by better prompts. It will simply produce more convincing confusion.

That is why the next wave of advantage will not come only from who has access to the best models.

It will come from who can make their organisation legible enough for AI to help with real work in a coherent way.

What Git did for code

Git gave software teams a practical way to manage a living body of change.

It made contribution, divergence, review, integration, and history workable at scale.

It did not solve every software problem. But it created a durable structural layer that modern software development could build on.

Organisations are now facing a similar need.

They need a way to make knowledge, work, decisions, and change more legible, traceable, and governable.

They need a practical structure for collective organisational intelligence.

That is why I think this is the real role of KnowledgeFund.

What Git did for code, KnowledgeFund will do for organisations.

Beyond harness engineering

· 6 min read

As AI adoption matures, the language around it is getting better.

For a while, much of the conversation was trapped in the shallow end: prompts, chatbots, and isolated model tricks. Then came better terms like context engineering, which helped explain that model output depends heavily on what information, memory, tools, and framing surround it.

More recently, harness engineering has emerged as a useful practical label. It captures the work of building the wrapper around an AI system: the prompts, tools, tests, retries, scripts, context loaders, verification steps, and operational scaffolding that make an agent more reliable in the real world.

That is a good term. It names something real.

But it is still not the full picture.

Because once AI starts interacting with real work, real systems, real permissions, and real people, the challenge is no longer just harness engineering.

It becomes governance.

Harness engineering is real, and it matters

Harness engineering is the discipline of making AI actually usable.

It is what happens when you stop treating the model like a magic box and start designing the surrounding system properly. You add better instructions. You expose the right tools. You tighten the feedback loops. You build test paths, validation scripts, memory boundaries, and execution patterns. You learn from mistakes and make them less repeatable.

This is good engineering.

It is also increasingly necessary. An agent without a harness is mostly hope. An agent with a harness can begin to behave like a working component in a broader system.

That is real progress.

But harness engineering is still local

The harness improves execution, but it does not define the whole system the execution belongs to.

A harness can help an agent do the right thing more often. It can reduce errors. It can improve consistency. It can make workflows faster and more repeatable.

But it does not, by itself, answer bigger questions:

  • Who decides what the system is trying to optimize?
  • What sources of context are legitimate?
  • What permissions should exist, and who should hold them?
  • What gets remembered, and what should be forgotten?
  • How are decisions traced, reviewed, challenged, or reversed?
  • What happens when local optimisation damages the wider system?
  • How do multiple agents, teams, and workflows remain coherent over time?

These are not harness questions.

These are governance questions.

AI success stops being a tooling problem very quickly

The moment AI moves beyond a toy use case, it starts shaping behaviour.

Not just model behaviour. Human behaviour. Organisational behaviour. System behaviour.

It affects what work gets surfaced and what gets ignored. It affects how knowledge is captured, translated, or lost. It affects who can act, who can approve, and who can see. It affects what becomes normal, what becomes measurable, and what becomes invisible.

This is why so many AI initiatives feel strangely incomplete. Teams improve prompts, bolt on tools, add retrieval, add agents, add orchestration, and still fail to get stable value.

They assume they are dealing with a technical performance problem when they are actually dealing with a system-shaping problem.

The harness is working on the execution path. But the organisation is still under-governed.

Governance is the larger frame

Governance is often misunderstood as oversight, compliance, or bureaucracy. That is too narrow.

Governance is the set of forces, rules, structures, signals, and constraints that shape behaviour in a system.

In AI, that means governance is not just the policy document sitting above the stack. It is the wider control plane that determines how the stack behaves at all.

Governance shapes:

  • what context can enter the system
  • what tools can be used
  • what actions are allowed
  • what evidence is required
  • what memory persists
  • what standards must be met
  • how changes are introduced
  • how failures are detected
  • how accountability is maintained
  • how the system learns over time

Seen this way, prompt engineering, context engineering, and harness engineering are not alternatives to governance. They are downstream from it.

Governance is the broader pattern that gives them meaning.

The real problem is coherence

Most failed AI efforts do not fail because the model is too weak.

They fail because the surrounding system is incoherent.

The AI is told to be helpful, but not given clear authority boundaries. It is connected to tools, but not to trustworthy validation. It is given memory, but not memory discipline. It is asked to move fast, but not told what must never break. It is deployed into teams, but without clear accountability for decisions and outcomes. It is measured on visible activity instead of meaningful contribution.

In that environment, better harnesses help, but only up to a point.

You can keep improving the wrapper and still get poor organisational results because the issue is not just whether the agent can act. The issue is whether the broader system gives that action coherence, legitimacy, and useful direction.

Engineer the harness, govern the system

This is the real shift.

Harness engineering should absolutely continue. It is practical, valuable, and necessary. We need better wrappers, better tooling, better verification, and better operational patterns.

But we should stop pretending that this is the whole problem.

If AI is going to succeed in real organisations, then success depends on governance:

  • governance of context
  • governance of permissions
  • governance of memory
  • governance of workflow
  • governance of evidence
  • governance of change
  • governance of accountability
  • governance of organisational learning

Harness engineering makes agents more effective.

Governance makes AI use coherent.

One improves execution quality. The other determines whether the execution belongs in a functioning system at all.

Beyond the harness

So yes, harness engineering is a useful term.

It names an important phase in the maturation of AI practice. It reflects a move away from prompt tinkering and toward system design. That is a genuine step forward.

But if we stop there, we will keep solving the smaller problem.

The bigger problem is not just how to make an agent perform better inside its wrapper.

It is how to shape the forces around AI so that behaviour, decisions, knowledge, and action remain aligned across the whole system.

That is why AI success is a governance problem.

And that is why we need to go beyond harness engineering.

Same old AI playbook, same old results

· 2 min read

Many organisations are rolling out AI with the same old transformation playbook.

The pattern is familiar.

Executive vision. New tools. Pilot programs. A few enthusiastic champions. Some policy and governance overlays. Plenty of noise about transformation.

And yet, not much really changes.

Why?

Because most organisations are still treating AI like a conventional technology rollout.

That is the mistake.

AI is not just another platform to deploy. It changes how work is done, how decisions are supported, how knowledge moves, how judgment is exercised, and how capability is built.

If you use the old transformation playbook, you should expect the old transformation outcomes:

  • fragmented adoption
  • localised experimentation
  • weak operational integration
  • unclear accountability
  • underwhelming returns

The problem is rarely lack of ambition.

And it is no longer lack of access to the technology.

The problem is that executive intent is still not being translated into changed operating reality.

If AI does not reshape workflows, decision rights, management practice, capability development, and governance at the point of work, it remains expensive experimentation.

That is the uncomfortable truth.

Many organisations do not have an AI strategy problem.

They have an execution and operating model problem.

And until that is addressed, more tools will just produce more theatre.

Now it's your turn: what have you changed for AI?

· 2 min read

Not long ago, you watched digital transformations go south and told yourself, "I can do it better when it's my turn."

Now it's your turn.

What have you done differently with AI?

That is the question many leaders should be asking themselves right now.

Most have already lived through the pattern once before. Big promises. New platforms. Change programs. Executive messaging. Adoption language. And then, somewhere between ambition and delivery, the whole thing thinned out into theatre, fragmentation, and underwhelming results.

Many leaders came away from that era with a quiet conviction: when my turn comes, I will do it better.

Now AI has arrived, and for many of those same leaders, it is their turn.

So what has actually changed?

If the response is still some version of tool rollout, pilot programs, innovation showcases, thin governance overlays, and vague expectations that the organisation will somehow adapt, then not much has changed at all.

And if the playbook has not changed, the outcome probably will not either.

AI does not fail only because the tools are immature or because people resist change.

It fails because executive intent still does not reliably become changed operating reality.

If workflows, decision rights, management practice, capability development, and governance at the point of work remain mostly untouched, then AI will remain expensive experimentation dressed up as transformation.

This is the uncomfortable part.

Many organisations do not need more AI enthusiasm.

They need to admit they are still using an old transformation logic for a different kind of challenge.

AI is not simply another technology deployment.

It is a test of whether an organisation can actually redesign work.

So the question is not whether you believe in AI.

The question is whether, now that it is your turn, you have done anything meaningfully differently.

The AI rollout worked. The business didn't.

· 2 min read

Official Seal of Based64 AI Transformation Excellence

We are pleased to confirm that Based64 has successfully deployed the future.

The technology has landed.

The tooling is live.

The demos are strong.

The internal energy is high.

And across the organisation, people are now building apps at a remarkable pace.

This is how transformation looks.

Tom is hustling at Bubba Gump.

Tom and Gerry are still building the same apps in glorious isolation.

Felix has launched a promising pet grooming side venture.

And the bank remains on track to preserve its core pre-existing dysfunctions.

This confirms the rollout has achieved meaningful momentum.

The activity is visible.

The innovation theatre is thriving.

The screenshots are compelling.

As for whether any of it has materially changed how the business works, improved organisational capability, resolved structural issues, or connected effort to actual strategic need, that remains outside the scope of this certification.

That, unfortunately, is the joke.

A surprising number of AI rollouts now look like this.

The tools arrive.

A burst of activity follows.

People start building things.

The organisation feels modern for a moment.

But the work remains fragmented, incentives remain local, coordination remains weak, and the original business problems remain stubbornly alive.

In other words, the company has adopted the technology without changing the operating reality.

That is not transformation.

It is just a new layer of motion around the same old system.

If AI adoption mainly produces disconnected experimentation, side quests, duplicate app-building, and a fresh wave of innovation theatre, then the organisation has not become more capable.

It has just become more distractible.

This is the point many leaders still miss.

AI does not create value merely because people now have access to tools.

It creates value when the business changes, when work changes, when decision-making changes, when governance changes, and when organisational effort becomes more coherent rather than more scattered.

AI does not magically solve alignment.

It can, and will, amplify chaos if the organisational knowledge body is poor, fragmented, political, or stale.

So if you are seeing these kinds of results, it may be a sign that your governance needs some care and attention.

Until then, Based64 will continue to look very advanced.

Right up until the moment someone asks what actually got better.

Organisational AI centrification, what it means and what it risks

· One min read

AI centrification is the concentration of AI capability into a small number of teams, platforms, and decision hubs.

Some concentration is useful. It can improve standards, reduce duplication, and improve governance consistency.

But over-concentration creates risks:

  • delivery bottlenecks
  • opaque decision pathways
  • fragile dependence on a few owners
  • suppressed local innovation

So the objective is not pure centralisation or pure decentralisation. It is controlled distribution.

That means:

  • central standards for safety and interoperability
  • local execution autonomy within guardrails
  • transparent exception pathways
  • active feedback from frontline use into central standards

If centrification concentrates control without feedback, adaptability drops. If distribution happens without shared structure, coherence drops.

The design problem is balancing both.

In practice, mature AI governance will be defined by this balance.

Why freeform AI use finds value but also amplifies chaos

· One min read

Freeform AI use spreads because it works. People find immediate gains in writing, planning, analysis, and communication.

This experimentation is useful. It reveals where value is real.

But freeform use can also amplify chaos.

Each team creates local prompts, local checks, and local assumptions. Without shared structure, this leads to:

  • inconsistent quality
  • duplicated patterns
  • conflicting risk interpretations
  • outputs that are hard to trust across teams

So freeform use is both discovery and risk.

The right response is staged institutionalisation:

  1. allow exploration
  2. identify repeatable high-value patterns
  3. codify them
  4. add governance where needed
  5. keep refining

Do not suppress learning. Do not leave it unstructured forever.

Freeform use should be discovery infrastructure, not final operating model.

What an AI-legible organisation actually needs

· One min read

AI-legibility is practical, not abstract.

It means the organisation expresses enough structure that people and AI can reason from the same reality.

Most organisations are still partially illegible. They have content, but weak links between concepts, decisions, ownership, and current constraints.

An AI-legible organisation needs five basics:

  1. shared language
  2. traceable decisions
  3. explicit ownership
  4. current context surfaces
  5. feedback loops into standards

Without these, AI outputs can look fluent while drifting from operational truth.

Legibility is also not a one-time platform task. It is an ongoing operating discipline.

The goal is not rigidity. The goal is less avoidable ambiguity under speed.

When legibility improves, AI shifts from novelty to dependable organisational capability.

Organisational memory as competitive infrastructure

· One min read

In many organisations, memory is treated as admin overhead.

Documentation exists, but context is fragmented. Critical rationale lives in people, chats, and local habits.

In fast AI cycles, that becomes a strategic disadvantage.

Organisational memory is now competitive infrastructure.

It determines how quickly teams can:

  • reuse prior decisions
  • avoid repeated mistakes
  • align under change
  • onboard into active context

If memory is weak, adaptation slows and variance rises. If memory is strong, change becomes cheaper and safer.

AI makes this gap larger. AI amplifies whichever context fabric exists. Coherent memory improves execution. Fragmented memory scales inconsistency.

So the job is not "more docs". The job is durable legibility:

  • connected decision history
  • current versus stale clarity
  • traceable links between work and knowledge
  • ownership of memory quality

Organisations that treat memory as infrastructure will compound capability. The rest will keep paying rediscovery tax.