# Cosmic Horizon: Start Here

**Language:** English | [한국어](/cosmic-horizon/cosmic-horizon-start-here-kr.md)

## What This Archive Is

Cosmic Horizon is a technical knowledge archive for documenting software structures that can be observed, understood, and refined into engineering insight.

It focuses on structure, constraints, verification, recovery, and responsibility in software work shaped by AI.

> “The real voyage of discovery consists not in seeking new landscapes, but in having new eyes.”\
> — Marcel Proust

## Who This Is For

This archive is for developers, technical leads, and builders who want to work with AI without giving up structure, judgment, or responsibility.

## Deep-Space Transmission

Cosmic Horizon is not designed to persuade the masses.

It is designed to leave artifacts with clear coordinates.

Like the Voyager Golden Record drifting through the deep cosmic ocean, this archive does not shout at the crowd.

It waits to be discovered by those who can read its signal.

This is how the signal travels: not through mass persuasion, but through deep-space transmission.

## How to Read This Archive

You can read this archive as a set of essays, but it is better understood as a map.

Some artifacts describe perspective. Some artifacts define operating models. Others will grow into field notes, templates, and reusable records.

## Recommended Paths

* Start with [Ride, Don’t Race](/cosmic-horizon/perspective/ride-dont-race.md) if you want the philosophy behind this archive.
* Read [AI-Assisted Development Models](/cosmic-horizon/operating-system/ai-assisted-development-models.md) if you want the operating model.
* Read [FTL-Bound Agents](/cosmic-horizon/operating-system/pattern-ftl-bound-agents.md) if you want to design AGENTS.md, CLAUDE.md, or similar agent instruction files as boundary systems for AI-assisted work.
* Explore [Codex Chat Viewer](https://github.com/RGJ-sw1123r/codex-chat-viewer?utm_source=chatgpt.com) if you want a practical artifact from this orbit: a local-first viewer for Codex CLI session logs, built to inspect, review, document, and revisit AI-assisted work.

## Links

* GitHub: [@RGJ-sw1123r](https://github.com/RGJ-sw1123r)
* Published Site: [Visit Cosmic Horizon](https://riu-salze-studio.gitbook.io/cosmic-horizon/)

## License

This work is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).


---

# Agent Instructions: 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:

```
GET https://riu-salze-studio.gitbook.io/cosmic-horizon/cosmic-horizon-start-here.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
