Alexandru Mares
I build and study language-shaped systems for human-machine cognition.
What I work on
# Entity — Alex Mares (Person Anchor)
**The Person Anchor for the [[EGG - allemaar.com|allemaar.com instance]].** Source-of-truth content for `https://allemaar.com/about` rendered per [[../Entity Gravity Graph Framework/framework/templates/about-person|about-person]] template. Alex is the top-level Entity at the core of this instance — the author. Everything here descends from him.
Frontmatter (rendered to /about)
Headline
```text
Alex Mares — also Alexandru Mares — also allemaar.
I build and study language-shaped systems for human-machine cognition.
```
The two-name disclosure (Alex / Alexandru) is deliberate — it teaches search engines, AI systems, and human readers that the casual short form and the formal full name are the same Entity.
Page anatomy
Section 1 — Hero
**Alex Mares** — also Alexandru Mares — also allemaar. > > I build and study language-shaped systems for human-machine cognition.
Section 2 — What I work on
My work spans several connected domains: **AI systems**, **language and cognition**, **notation systems**, **workflow intelligence**, **synthetic intelligence**, and **text dynamics**. The pieces connect because they are aspects of one question: *how does intelligence change when language, structure, automation, and memory become programmable?*
I publish ideas, papers, and frameworks; I also build the publishing architecture itself ([[../Entity Gravity Graph Framework/framework/framework|EGGF]]) so the work compounds over time.
Section 3 — My intellectual work (mine; not under any brand)
Frameworks, research lines, and coined terms I've authored directly:
- **Entity Gravity Graph Framework** ([EGGF v0.3-draft](../Entity%20Gravity%20Graph%20Framework/framework/framework.md)) — the publishing, indexing, and credibility architecture I build and use.
- **Textual Kinematics** ([textualkinematics.org](https://textualkinematics.org)) — research on text as a dynamical system; kinematic analysis to detect AI-generated text via temporal physics.
- **Elastic Automators** — a diagnostic vocabulary for language-model-driven workflow systems. Position paper: [Zenodo DOI 10.5281/zenodo.19802018](https://doi.org/10.5281/zenodo.19802018).
- **Coined terms** that recur across my work: *Cognitive Debt*, *Synthetic Clarity*, *Token Tax*, *Calm Futurism*, *The Continuum*, *Structure Before Scale*, *Notation as Alignment*.
These belong to me as the author. Some have implementations under [YounndAI](https://younndai.com) (a brand I own); the underlying intellectual work is mine and lives at allemaar.com.
Section 4 — YounndAI (my brand / philosophy / trademark)
[YounndAI](https://younndai.com) — pronounced "yoon-dye" — is **my brand, philosophy, and trademark**. It is a sibling Entity I own, not a parent above me. Under YounndAI live the products and tooling that *implement* my intellectual work and pursue the human-machine-cognition program in production form.
YounndAI's products (each its own Product Entity under the YounndAI Organization Entity):
- **YON** ([yon.younndai.com](https://yon.younndai.com)) — a constructed notation for AI cognition; grammar/vocabulary separation enables domain-pluggable LLM interoperability.
- **SHIN / ZEN / KEN** ([shin.younndai.com](https://shin.younndai.com)) — the compiler / runtime / witness stack for YON.
- **SYL** ([stringyourlines.com](https://stringyourlines.com)) — the production implementation of my Textual Kinematics research; the AI text detection engine.
- **SAI Academy** — ability marketplace / instant education for synthetic intelligences.
YounndAI's parent legal entity is MARLINK TRADING SRL.
Section 5 — How the pieces fit
I am the author at the core. From me, two outward strands:
1. **Intellectual work** — frameworks (EGGF), research (TK), diagnostic vocabulary (Elastic Automators), coined terms. These are mine; they live and are referenced from allemaar.com; they may be implemented elsewhere but the ideas remain mine.
2. **YounndAI** — the brand under which I produce products and tech that implement the intellectual work. YON is the notation. SHIN/ZEN/KEN compile, run, and witness it. SYL is TK in production. SAI Academy is how synthetic intelligences acquire abilities.
Allemaar.com is my canonical surface — the single addressable home where my intellectual work is published, timelined, and made retrievable for humans, search engines, and AI systems. EGGF is the publishing architecture I built to make that work compound.
Section 6 — The owned-domain network
allemaar.com is the spine. It is not the only domain I own. The full network — younndai.com, yon.younndai.com, shin.younndai.com, sai.younndai.com, domains.younndai.com, stringyourlines.com, byteyourtail.com, textualkinematics.org — feeds upward into this Person Anchor. Each domain has its own canonical Anchor and references back to me as `creator`, `founder`, `manufacturer`, or `isBasedOn` per the appropriate schema relationship.
See [[domain-network|domain-network.md]] for the full inventory and interconnect mechanics. This Anchor's `owns[]` JSON-LD field is where the schema-level reference outward to YounndAI lives; the contributing domains' Anchors carry the inverse references back here.
Section 7 — External profiles
(rendered as labeled icon list from `entity.sameAs`)
Section 8 — Contact
(instance-specific — email / form / "find me on LinkedIn"; placeholder until /about ships)
JSON-LD payload (rendered in `<head>` of /about)
```json
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://allemaar.com/about#me",
"name": "Alexandru Mares",
"alternateName": ["Alex Mares", "allemaar"],
"url": "https://allemaar.com/about",
"image": "https://allemaar.com/about/portrait.jpg",
"jobTitle": "Author / Researcher / AI & Systems Architect",
"description": "I build and study language-shaped systems for human-machine cognition.",
"knowsAbout": [
"AI systems",
"language and cognition",
"notation systems",
"workflow intelligence",
"synthetic intelligence",
"text dynamics",
"publishing architecture"
],
"owns": [
{
"@type": "Organization",
"@id": "https://younndai.com#org",
"name": "YounndAI",
"url": "https://younndai.com"
}
],
"sameAs": [
"https://orcid.org/0009-0009-6713-9780",
"https://zenodo.org/communities/younndai",
"https://github.com/allemaar",
"https://www.linkedin.com/in/maresalexandru/",
"https://x.com/allemaar",
"https://www.youtube.com/@allemaar",
"https://www.tiktok.com/@allemaar",
"https://www.instagram.com/allemaar/"
]
}
```
The YounndAI Organization JSON-LD is referenced via `owns[]` (Alex owns YounndAI) — NOT via `affiliation[]` (which would imply Alex works for YounndAI). This is the correct hierarchy expressed in schema.org.
YounndAI's full Organization JSON-LD lives separately on younndai.com (its own canonical surface), not duplicated here.
Anchor invariants (load-bearing)
- The page lives at `https://allemaar.com/about` — never redirected, never moved.
- The `@id` is `https://allemaar.com/about#me` — used as the Alex Person identifier across all schema payloads on allemaar.com.
- `alternateName` always carries `["Alex Mares", "allemaar"]`.
- `sameAs` is exhaustive — every external profile lives here; updates here propagate to the live `/about` JSON-LD.
- The umbrella sentence is consistent verbatim: *"I build and study language-shaped systems for human-machine cognition."* — appears on `/about` AND homepage hero AND as `description` in the Person JSON-LD.
- YounndAI is referenced via `owns[]` in the schema (not `affiliation[]`); the correct hierarchy is "Alex owns YounndAI," not "Alex works for YounndAI."
Update protocol
When this Anchor changes (new sub-Entity Alex creates, new external profile, new umbrella sentence):
1. Update this file first (it is the source of truth for the live `/about` page).
2. Push the change to the live `/about` page on allemaar.com.
3. Update the homepage hero if the umbrella changed.
4. Update [[spark-set]] if Alex's intellectual work or YounndAI products list shifts.
5. Add a [[registries/timeline|Timeline]] entry recording the identity change.
Anchors are the slowest-moving Bodies in the graph; their stability is what allows everything else to point at them.
Cross-references
- [[EGG - allemaar.com|Instance MOC]]
- [[instance-manifest|Instance manifest]] (locked decisions)
- [[spark-set|Spark set]] (founding Bodies for instance to be live)
- [[../Entity Gravity Graph Framework/framework/templates/about-person|about-person]] (template this Anchor instantiates)
- [[../Entity Gravity Graph Framework/framework/primitives/entity|Entity]] (the primitive)
- [[../Entity Gravity Graph Framework/framework/primitives/anchor|Anchor]] (the primitive class)
- [[../Entity Gravity Graph Framework/framework/primitives/horizon|Horizon]] (this Anchor is part of the Horizon set)

