Focus

Leverage existing potential - a stronger engine will not make you a better driver ...

There is a strong focus on technology at the moment. Which model performs better, how to manage knowledge - vector stores vs. markdown ... But considering the vast and fast changes in the last months technology will be outdated sooner rather than later.

But there are things more resilient to time. For example how to approach and solve a problem.

Process
  flowchart LR
      Start(["⚑ Problem"])
      Stop([πŸ›‘ Stop])
      Delegate["πŸ“₯ Delegate πŸ˜‹"]
      Solve["πŸ› οΈ Solve βš™οΈ"]
      Solved(["βœ… Solved"])

      RealProblem{Real?}
      MyProblem{Mine?}

      Start([Problem]) --> RealProblem
      RealProblem      --> Stop
      RealProblem      -->|Yes| MyProblem
      MyProblem        --> Delegate --> Stop
      MyProblem        -->|Yes| Solve --> Solved
    
      classDef A fill:#e6f7ff,stroke:#0099cc,stroke-width:2px;
      classDef B  fill:#f1f8e9,stroke:#5cb85c,stroke-width:2px;
      class Solve,Delegate A;
      class RealProblem,MyProblem B; Β 
  

Yes - processes evolve and AI could be a pivoting point here as well. But in the end - I do not even think the process needs to change much; rather the focus of the human role ....

PRINCE2 - by Priya Ranjan, CC BY-SA 3.0

Exploration and following the technolgy is vital to remain competitive - especially with AI.

But you can not make a process more efficient, if therese no process to optimize.


I'll try to use this opportunity to sail the winds of change - an opportunity to apply what we already know by using TI (Traditional Intellicence)...

Comments