-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 2.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
title: Home
---
<header>
<h1>Welcome</h1>
<div class="section">
<p>Hello, and thank you for visitng my website! I am a self-taught engineer with a classical liberal arts
background from <a href="https://www.sjc.edu/">St. John's College</a>.</p>
<p>My passion consists in applying various lessons from the history of philosophy, math, and science into
systems
design. I also enjoy doing research at the intersection of memetics, evolutionary biology, and
phylogenetics: particularly in how the semantic contents of memes behave like ribosomal RNA in organic life.
I
believe that machine learning can open the door for us to understand history, memes, technology-and perhaps
even life itself and the nature of consciousnes-through a new lens.
</p>
<p>Outside of research, I also enjoy building developer tools that explore the frontiers of human-AI
collaboration. Right now, I am mainly working on two things: one is a developer tool called VIZARCH
(short for "visual architecture") which combines the Monaco Editor, Jupyter-style notebook interfaces, and
interactive visual diagrams for a novel approach to software composition. The other is a standalone personal
intelligence framework (PIF): a modular AI unit which treats the language model as a
central executive function, and which is capable of performing actions, recall, and text generation
concurrently. Periodically, I will also apply updates to the MCP-PIF repository, which is a proof-of-concept
of the personal intelligence framework, built on Anthropic's Model Context Prototcol.</p>
</div>
</header>
<main>
<section class="section">
<h2>Repositories</h2>
<a href="https://github.com/hungryrobot1/MCP-PIF" class="project-link">
MCP-PIF: Personal Intelligence Framework
</a>
<p>A proof-of-concept/demo framework for structured emergence in human-AI collaboration.</p>
</section>
</main>