Skip to content

Instantly share code, notes, and snippets.

View Rickodesea's full-sized avatar

Alrick Grandison (Algodal) Rickodesea

  • Algodal
  • Jamaica
View GitHub Profile
@Rickodesea
Rickodesea / Open_Professional_AI_Policy.md
Last active August 10, 2026 02:11
Open Professional AI Policy

Open Professional AI Policy

1. Purpose & Core Stance

This policy sets the standard for safeguarding high-quality professional work when using AI as a tool to assist in completing that work. It applies to any professional work, technical or non-technical, across any field or job type. We explicitly disavow and prohibit the production of "AI slop": any code, documentation, analysis, writing, or other professional work product generated without active human design, rigorous direction, and line-by-line verification before it is submitted or delivered as professional work.

AI and its underlying LLMs are not autonomous professionals that a user can simply command to design, create, and produce accurate, trustworthy work on their behalf. AI is a biased, non-deterministic, pattern-matching model trained on large datasets.

2. The Nature of AI: Biased, Non-Deterministic Tool

@Rickodesea
Rickodesea / Azen-lang-design.md
Last active October 4, 2025 05:48
Azen Programming Language

Introduction

My name is Alrick Grandison. This is my initial design for my programming language, Azen. Azen is designed to be a modern alternate to C. I will commence building the language using LLVM. I will stream my progress on youtube. The initial design shown here in this document is subject to change. However, I will do my best to stay true to the initial design.

For the time being, I will be keeping the compiler source code closed.

Tooling features I hope to accomplish:

  • LLVM compiler that compiles to machine code
  • Auto generating import modules