What is Raspberry Pi and how might it be used as an AI-powered microsystem?
> **David:** I've reorganised this page, and stripped out the initial ai generated notes, to begin a Dialogue with Thompson. Others may join.
# Stories I think the best route in to the technical, architectural and tactical recommendations for how Hitchhikers should approach the thorny question of ai in an educational pilot is through a series of stories.
# AI on Pi While there are interesting experiments we can expereiment with that run Ai models on Taspberry Pi's - it is not something we expect to get great results from - though such expereiments fo have educational value.
# Federated Agents on Wiki An approach which we think is particualry exciting is focussing on using federated wiki as a distributed archive for agentic prompts and plans, together with using the Pi as a router for local, federated and cloud based agents. See: - BabelFish Router
connections
patterning
DOT strict digraph rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] HERE NODE node [style=filled fillcolor=lightblue] WHERE /^Next/ LINKS HERE -> NODE node [style=filled fillcolor=white] HERE NODE WHERE /^Next/ LINKS HERE -> NODE node [style=filled fillcolor=white penwidth=3 color=black] LINKS HERE -> NODE node [style=filled fillcolor=white penwidth=1 color=black] HERE NODE LINKS HERE -> NODE node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] HERE NODE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] "Preview Next Diagram" node [style=filled fillcolor=lightblue] "Preview Next Diagram" -> "Next Page" node [style=filled fillcolor=white] node [style=filled fillcolor=white penwidth=3 color=black] "Preview Next Diagram" -> "First Link" "Preview Next Diagram" -> "Agile" "Preview Next Diagram" -> "Next Page" node [style=filled fillcolor=white penwidth=1 color=black] node [style=filled fillcolor=white penwidth=1 color=black] "Agile" "Agile" -> "Agile Experience" "Agile" -> "Agile Mindset" "Agile" -> "Agile Practices" "Agile" -> "Agile Paradigm" "Agile" -> "Agile Story" node [style=filled fillcolor=white penwidth=1 color=black]}