Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Mar 5, 2024
1 parent ff5e932 commit 9b500a7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3274,3 +3274,6 @@
[submodule "2024/03/04/asdf"]
path = 2024/03/04/asdf
url = https://github.com/asdf-vm/asdf.git
[submodule "2024/03/05/langchainex"]
path = 2024/03/05/langchainex
url = https://github.com/orthagonal/langchainex
2 changes: 1 addition & 1 deletion 2024/03/04/elixirconf2023
1 change: 1 addition & 0 deletions 2024/03/05/langchainex
Submodule langchainex added at c93fdf
14 changes: 12 additions & 2 deletions 2024/03/05/notes.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
1. packaging of models and training and results functionally using nix.
1. packaging of models and training and results functionally using nix or mix
2. sending data files and archive to and from hugging face, archive.org, torrent, ipfs or other tools
like s3 buckets.
3.
3. meta operations on objects themselves. so installing packages.
4. considering laws and contracts for ai bots, rules to follow. reasoning about rules and safety. expert systems.
5. undeciablity as a fundamental concept of continuations.
we dont know what they will do or if they are good or bad.
have to evaluate and run the thing to find out.
So we can think of poker players or game theory.
versions of software we have to test. ci/cd.
so we can think of the outcome of thoughts as being experiments.
some thoughts we can reason about logically instead.

6.

0 comments on commit 9b500a7

Please sign in to comment.