Skip to content
View AmariahAK's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AmariahAK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AmariahAK/README.md

πŸšΆβ€β™‚οΈ PilgrimStack

Walking the line between code and consciousness.

I go by PilgrimStack.
To me, being a developer isn’t about reaching a final destination β€” it’s about the journey: constant iteration, late-night debugging pilgrimages, and the discipline of building systems that actually hold up.

I build tools where human intuition and machine intelligence meet β€” without either getting in the way.


🌌 Flagship Project: Atlarix

A Privacy-First, Native AI Coding Agent
v3.0 β€” Live

Atlarix is my current mission: a desktop-native AI copilot built to give developers agentic power without cloud lock-in or privacy trade-offs.

This isn't a chat box that suggests code.
It's an agent that understands your entire system architecture and builds inside your real dev environment.

πŸ‘‰ https://www.atlarix.dev/

What's New in v3.0

  • πŸ—‚ Workspace Storage Overhaul
    Paths resolve correctly, workspaces are stable, .atlarix/ folder ships with every project.

  • 🧠 Persistent Project Memory
    memory.md + spec.md inside .atlarix/ β€” the AI remembers your decisions, rules, and architecture across every session. No more re-explaining your project.

  • πŸ”— Fully Visible Flow Connections
    Blueprint canvas connections render cleanly across all node types.

  • πŸ“‘ Telemetry Foundation
    OpenTelemetry + SQLite groundwork laid for the upcoming PIVOT (ANTLR4 full parsing + persistent graph).

Core Architecture: RTE + RAG

Traditional AI coding:
  Ask question β†’ scan codebase β†’ 100K tokens β†’ slow, expensive

Atlarix v3.0:
  Parse once β†’ Blueprint graph cached β†’ query relevant nodes β†’ ~5K tokens
  File watcher β†’ incremental updates only

Parse Once. Query Forever.

Feature Highlights

  • πŸ—Ί Blueprint Canvas β€” React Flow visual architecture designer. Design containers, beacons, edges. Generate ATLARIX_PLAN.md. AI implements task by task with review gates.
  • πŸ€– 3-Tier Agent System β€” Research β†’ Architect β†’ Builder β†’ Reviewer. Direct / Guided / Autonomous modes. Ask (read-only) vs Build (write + execute) permissions β€” independent of mode.
  • πŸ” Privacy-First & BYOK β€” OpenAI, Anthropic, Gemini, Groq, xAI, Mistral, Together AI, AWS Bedrock, Ollama, LM Studio. Your keys, your data.
  • πŸ›  57 Intelligent Tools β€” File ops, terminal execution, web search, semantic code search, architecture diagrams, scaffolding.
  • πŸ”„ Permission Layer β€” AI proposes every change. You approve before anything runs.
  • πŸš€ Live Dev Previews β€” Vite, Next.js, CRA, Nuxt, Astro. Auto-starts dev server, renders in-app.
  • πŸ’° Token Budget System β€” Per-provider caps, real-time color-coded bar, warnings at 80% and 90%.

Currently Competing

πŸ† Entered in 3 hackathons simultaneously:

  • Amazon Nova AI Hackathon β€” $40,000 prize pool
  • DeveloperWeek 2026 Hackathon β€” $23,000 prize pool
  • Elasticsearch Agent Builder Hackathon β€” $20,000 prize pool

πŸ”­ Atlarix Roadmap

v3.x β€” PIVOT (In Progress)

Full ANTLR4 parsing across TypeScript, Python, Java, Go, Rust, C/C++. SQLite persistence for the Blueprint graph. AI clustering into containers. Live vs Blueprint comparison. Generate code from architecture.

v4.0 β€” Atlarix Workforce (Planned)

Taking Atlarix beyond the individual developer into team and automation workflows:

  • Slack Integration β€” AI agent accessible directly from your team's Slack. Ask questions about your codebase, trigger builds, get PR summaries without leaving the channel.
  • GitHub Actions Integration β€” Atlarix agents as CI/CD steps. Auto-review PRs against the Blueprint, flag architectural drift, suggest fixes before merge.
  • Database Intelligence β€” Connect to live databases (Supabase, PostgreSQL, MySQL). AI understands your schema, queries, and data relationships as part of the Blueprint graph.
  • Supabase Native Integration β€” Auth, storage, realtime, and edge functions understood natively. Blueprint includes your Supabase schema as first-class nodes.
  • Multi-Repo Workspace β€” One Blueprint across your entire org's repos. Frontend, backend, mobile, infra β€” unified architecture view.
  • Team Memory β€” Shared .atlarix/memory.md synced across team members via Git. Everyone's AI has the same project context.

Beyond v4.0

  • Voice input
  • Timeline export
  • Workspace templates
  • Enterprise SSO + audit logs

🧠 The Neural Network (Tech Stack)

Category Tools & Technologies
Intelligence Python PyTorch TensorFlow OpenCV
Foundation TypeScript Next JS NodeJS Postgres
Cloud/Ops AWS Docker Vercel Supabase
Design Figma Three js TailwindCSS

πŸ“Š Vital Signs




🌐 Connect & Support

LinkedIn Portfolio Email

Code smart. Stay authentic.
I’ll see you in the next one πŸš€

Fuel the journey: BuyMeACoffee PayPal


✍️ Random Dev Quote

Pinned Loading

  1. commit-checker commit-checker Public

    Stay consistent. Stay accountable. Stay committed

    Python 6 2

  2. wisdom-drop wisdom-drop Public

    Wisdom-Drop β€” A daily archive of quotes across motivation, faith, philosophy, anime, gaming, and tech culture and more. Human-readable, machine-usable, and open to contributions. ✨ Goal: The most d…

    1

  3. arp arp Public

    Extremely hard, multi-turn, open-source-grounded coding evaluations that reliably break every current frontier models (Claude, GPT, Grok, Gemini, Llama, etc.) on numerical stability, zero-allocatio…

  4. atlarix-releases atlarix-releases Public

    All releases & release notes for Atlarix