Skip to content
View adnantium's full-sized avatar
⚛️
Livin' free but not dyin'
⚛️
Livin' free but not dyin'

Highlights

  • Pro

Block or report adnantium

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
adnantium/README.md

Documentation: adnantium

adnan = Human({
    'name': 'adnan malik',
    'version': '10.2rc1',
    'aka': 'adnantium',
    'languages': ['Python', 'English', 'Javascript', 'Urdu', 'Punjabi', 'Lisp'],
    'tools': ['ClaudeCode', 'Codex', 'PydanticAI', 'FastAPI', 'Kafka', 'REST APIs', 'Django', 'MongoDB', 'Redis',
        'PostgreSQL'],
    'systems': ['GenerativeAI', 'LLMs', 'Microservices', 'Streaming data',
        'Distributed Systems', 'Decentralized Systems', 'BlockChains', 'Web Applications'],
    'experience': ['software engineer', 'systems architect', 'solutions creator', 
        'technology director', 'entrepreneur'],
    'p(doom)': 30,
    'ai-pilled': True,
    'patents': [
        ('Visualization of transaction data', 'US-11174021', '20230207'),
        ('Systems and methods for building dynamic interfaces', 'US-11556359', '20230117'),
        ('Systems and methods for automated distribution of digital assets', 'US-11386511', '20220712'),
        ('Scalable architecture for managing transactions', 'US-11250501', '20220215'),
        ('Categorization of non-contiguous transactions', 'US-11182756', '20211123'),
    ],
    'hobbies': [
        '80s motorcycles', 
        'README files', 
        'being and nothingness', 
        'pen & pencil sketches', 
        'photographing old abandoned buildings',
        'questioning existence of souls and free-will',
        'thai food',
    ],
    'known_issues': None,
    'shoe_size': 9.5,
    'offspring': [(Kid(n) + Unconditional(Love)) for n in range(2)],
    'beloved': BestThingThatEverHappened(Wife(self)),
    'favorites': {
        'colors': ['blue', 'black'],
        'nuts': ['cashews', 'almonds', 'pistachios'],
        'super-heroes': ['Spider-Man', 'Captain America', 'Daredevil'],
        'candies': ['kit-kat'],
    },
    'preferences': {
        'peanut_butter': 'crunchy' if 'crunchy' else None,
        'light_level': 'dark',
        'sound_level': 'low',
    },
    'mottos': [
        'love, peace, liberty and prosperity',
        'live free, don\'t die',
    ]
})

if someday == datetime.now():
    new_adnan = WarriorMonk(adnan)

Pinned Loading

  1. answerEvallm answerEvallm Public

    LLM-as-judge: scoring the quality of an answer to a question with LangChain, served as an API endpoint with a playground UI. (circa 2024)

    Python 1

  2. livechart livechart Public

    The medical chart reimagined as an LLM agent: builds ICU care plans, reports patient status, and flags dosage errors and contradictions clinicians miss. (circa 2023)

    Python 1

  3. agnt-regstry agnt-regstry Public

    Registry app for managing MCP servers permissions and A2A agent cards.

    Python 1

  4. arguing_agents arguing_agents Public

    Multi-agent debate, three ways: LangChain's GenerativeAgent, a hand-built DialogAgent, and AgentExecutor, argued against each other.

    Python 1