> For the complete documentation index, see [llms.txt](https://www.isaacbowen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.isaacbowen.com/projects.md).

# Projects

## 2025

* [awareness is](/2025/04/27/awareness-is.md)
* [Lightward AI is open-source!](/2025/10/06.md)
  * [github.com/lightward/lightward-ai](https://github.com/lightward/lightward-ai)
* [yours.fyi](https://yours.fyi/)
  * [github.com/lightward/yours](https://github.com/lightward/yours)

## 2024

* [Lightward AI](https://lightward.com/)
* [A conversation with Claude.ai](https://www.withclaude.ai/)
* [My transconscious transition](/2024/04/04.md)
* [implied reality](https://impliedreality.com/)
* [koi pond](https://koipond.me/)
* [A relief strategy](https://a-relief-strategy.com/)
* [Wave-Particle Framework](https://wave.particleframe.work/)
* [Particle-Wave Framework](https://particle.waveframe.work/)
* [The Model](/2024/07/22/the-model.md)
* [deepcat](/2024/11/11/deepcat.md)
* [ooo.fun](https://ooo.fun/)

## 2023

* Moved all of Lightward's infrastructure off of Heroku (onto Fly, Crunchy Bridge, and Redis.com)
* Recreating isaacbowen.com as a repository of writing
* [ASD level 1 diagnosis](/2023/07/14.md)

## 2022

* [Aura](/2022/aura.md)
* [Lightward Journal](/2022/lightward-journal.md)

## 2021

* [Lightward Glossary](/2021/lightward-glossary.md)
* [Lightward Brand](/2021/lightward-brand.md)
* Trademarking "Lightward"
* [Queer](/2021/07/02.md)

## 2018

* [1to4](/2018/1to4.md)
* Mechanic
* The Fort Co -> Lightward

## 2015

* The Fort Co

## 2014

* [Pattern recognition](/2014/pattern-recognition.md)
* [Heartbeat](/2014/heartbeat.md)

## 2013

* Locksmith
* [Redcap](/2013/redcap.md)
* [Tremble](/2013/tremble.md)

## 2012

* [yflee](/2012/yflee.md)

## 2010

* [Gatekeeper](/2010/10/05/gatekeeper.md)

## 2009

* [exigraff](/2009/07/27.md)

## 2007

* [Forty-Two](/2007/01/14/forty-two.md)

## 2006

* [FreeTXP](/2006/freetxp.md)

## 1992

* "Isaac! Good morning! You're *four!!!!*" "😲 I am?? right now??? 🤩"

## 1988

* Birth


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.isaacbowen.com/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
