Repositories

All repositories live under the geul-org GitHub organization.


Language

geul

A semantically-aligned artificial language and binary stream format for AI.

A 2-byte (65,536 symbols) language system designed for unambiguous communication between humans and AI. Every statement carries its source, timestamp, and confidence level. Every entity has a unique identifier. The stream format operates in 16-bit units, defining 10 packet types (Verb Edge, Entity Node, Triple Edge, etc.) under a 10-bit prefix scheme.

GitHubgeul-org/geul
LanguageGo, Python
LicenseMIT

Grammar

geul-verb

Verb SIDX 16-bit codebook (WordNet-based).

Maps WordNet verb synsets to 16-bit codes for use in GEUL Verb Edge packets. Provides the verb vocabulary that the stream format consumes.

GitHubgeul-org/geul-verb
LanguagePython
LicenseMIT

geul-entity

Entity SIDX 48-bit codebook (Wikidata-based).

Encodes Wikidata entities into 48-bit structured identifiers. Defines entity types, designs per-type attribute schemas, and builds the codebooks that SILK consumes.

GitHubgeul-org/geul-entity
LanguagePython
LicenseMIT

geul-quantities

Quantity Node codebook.

Defines the encoding scheme for quantity values — numbers with units, ranges, and precision — used in GEUL Quantity Node packets.

GitHubgeul-org/geul-quantities
LanguagePython
LicenseMIT

geul-ast

AST Edge codebook.

Defines the encoding scheme for abstract syntax tree edges, enabling structured code representation within the GEUL stream format.

GitHubgeul-org/geul-ast
LanguagePython
LicenseMIT

silk

SILK (Symbolic Index for LLM Knowledge) — a neuro-symbolic search architecture.

Searches with 64-bit integers. No vector DB, no ANN graph, no embedding model required. A single NumPy bitwise AND searches 100 million records, and the core claim is that Python alone outperforms optimized C++/Rust vector search. Provides a hybrid query pipeline combining codebook lookup with LLM assistance.

GitHubgeul-org/silk
LanguagePython
LicenseMIT

DSL

fullend

Full-stack SSOT Orchestrator — validates consistency across 5 SSOT sources (STML, OpenAPI, SSaC, SQL DDL, Terraform) and generates code from them.

Calls each layer’s individual validation tools, then cross-validates boundaries between layers. After validation passes, orchestrates code generation from sqlc, oapi-codegen, SSaC, and STML, and produces glue code.

GitHubgeul-org/fullend
LanguageGo
LicenseMIT

ssac

Service Sequences as Code — parses declarative service logic from Go comments and generates Go implementation code via CLI.

Defines service flows as structured comments in Go source files. The CLI reads these declarations and generates the corresponding implementation code, eliminating boilerplate while keeping the logic readable and version-controlled.

GitHubgeul-org/ssac
LanguageGo
LicenseMIT

stml

SSOT Template Markup Language — declarative UI-to-API binding with HTML5 data-* attributes, symbolic validation against OpenAPI, and React codegen.

Binds UI templates to API schemas using HTML5 data attributes. Validates bindings symbolically against OpenAPI specs at build time, then generates type-safe React components. One source of truth from schema to screen.

GitHubgeul-org/stml
LanguageTypeScript
LicenseMIT

Website

geul-org

The source code for this website.

A Hugo static site generator supporting 12 languages. Deployed via S3 + CloudFront, with a CloudFront Function handling language detection and clean URLs.

GitHubgeul-org/geul-org
LanguageHugo (Go Templates), CSS
LicenseMIT