Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 1e93c3b commit 435951a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13098,3 +13098,6 @@
[submodule "2024/05/30/mescc-tools"]
path = 2024/05/30/mescc-tools
url = https://git.savannah.nongnu.org/git/mescc-tools.git
[submodule "2024/05/30/bootstrap-seeds"]
path = 2024/05/30/bootstrap-seeds
url = https://github.com/oriansj/bootstrap-seeds
2 changes: 1 addition & 1 deletion 2024/03/12/guix
Submodule guix updated 530 files
40 changes: 0 additions & 40 deletions 2024/05/29/notes-jmd.org
Original file line number Diff line number Diff line change
Expand Up @@ -154,46 +154,6 @@ we can include the github docs in our bib
Certainly! We can integrate the OODA loop (Observe, Orient, Decide, Act) into the system schema to ensure that the DAO (Decentralized Autonomous Organization), AI, and users collectively reach a consensus. Here's how we can modify the code:

```scheme
(define (ooda-loop)
;; Implement the OODA loop for consensus building
(define (observe)
;; Observe changes and inputs from the environment
#;... )

(define (orient)
;; Orient the system based on observations and inputs
#;... )

(define (decide)
;; Decide on a course of action based on observations and orientation
#;... )

(define (act)
;; Act on the decision made, updating the system accordingly
#;... )

;; Execute the OODA loop
(define (execute-ooda-loop)
(observe)
(orient)
(decide)
(act))

;; Return the OODA loop execution procedure
execute-ooda-loop)

;; Include the OODA loop in the plan execution
(define (execute-plan)
(operating-system
;; Include system services and extensions
(services
(append
(list (implementation-driver)
(configuration-management)
(testing-and-deployment)
(community-engagement)
(ooda-loop)) ;; Include the OODA loop
%base-services)))) ;; Include base system services
```

With the OODA loop integrated into the system schema, the system can continuously observe changes and inputs from the environment, orient itself based on these observations, decide on a course of action, and act accordingly. This iterative process ensures that the DAO, AI, and users collectively reach a consensus and adapt to changing conditions effectively.
Expand Down
1 change: 1 addition & 0 deletions 2024/05/30/bootstrap-seeds
Submodule bootstrap-seeds added at 99a0ee

0 comments on commit 435951a

Please sign in to comment.