Skip to content
View kevinmalana's full-sized avatar

Block or report kevinmalana

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
kevinmalana/README.md

👋 Hi, I'm Kevin Malana

AI-Native Developer building autonomous systems and generative AI applications.


🧠 What I Build

  • AI Agents & Orchestration — autonomous workflows, multi-agent systems, tool orchestration
  • LLM Integration — prompt engineering, RAG pipelines, fine-tuning experiments
  • Full-Stack AI Apps — from ideation to deployed product (Next.js, Supabase, Vercel)
  • Open Source — contributions to AI tooling and developer infrastructure

🛠️ Tech Stack

Languages Python · JavaScript · TypeScript · Elixir · Vue.js

AI / ML Large Language Models · RAG · Vector Databases · Embeddings · OpenAI API · Anthropic API

Frontend React · Next.js · Tailwind CSS · Framer Motion

Backend & Infra Node.js · Supabase · Vercel · PostgreSQL

Tools Git · GitHub Actions · Claude Code · OpenClaw · Cursor


🚀 Featured Projects

llm-eval-harness — LLM Evaluation Framework

Python · OpenAI · Anthropic · Ollama Lightweight framework for benchmarking LLMs on reasoning tasks (arithmetic, logic, reading, commonsense, code). Supports chain-of-thought, few-shot, and direct prompting modes with cost tracking.

rag-pipeline — RAG Pipeline Demo

Python · LangChain · ChromaDB · OpenAI Minimal Retrieval Augmented Generation pipeline with PDF loading, vector embeddings, and interactive REPL. Run with or without a PDF.

quizworld — AI-Powered Quiz Platform

Elixir · Next.js · AI Generation · Supabase Real-time multiplayer quizzes with AI-generated questions from any topic. Built with Phoenix LiveView, AI quiz generation pipeline, and a full-stack multiplayer game engine.

rag-pipeline — Minimal RAG Pipeline

Python · LangChain · ChromaDB · OpenAI Embeddings A runnable RAG pipeline: PDF loading → chunking → OpenAI embeddings → ChromaDB vector store → GPT-4o-mini generation. Demonstrates retrieval-augmented generation with real code.

goshoot — Vision AI Platform

Computer vision pipeline with AI-powered image processing and generation capabilities.

kevinonchain — Web3 DApp

Vue.js · Blockchain · Smart Contracts Decentralized application exploring on-chain interactions and Web3 integrations.


📊 GitHub Stats

Kevin's GitHub stats

Top Languages


🔥 Currently

  • Building AI-native applications with autonomous agent workflows
  • Contributing to open source AI tooling
  • Exploring fine-tuning, RAG architectures, and production LLM systems

🗓️ Recent Commits

Date Project Change
2026-04-03 quizworld refactor: consolidate duplicated normalizeTimeLimit, normalizePoints, and decodeHtmlEntities into lib/quiz-utils — moved duplicate helper functions from lib/quiz-ai.ts and lib/quiz-import.ts into a single shared lib/quiz-utils.ts with typed exports (TimeOption, PointOption). Eliminates code duplication and ensures consistent time/point normalization across AI quiz generation and text import pipelines.

📫 Let's Connect


Building the future of AI-native software — one commit at a time.

Pinned Loading

  1. hermes-orchestrator hermes-orchestrator Public

    Hermes + LangGraph orchestration layer — MVP

    Python 1

  2. cs50-ai cs50-ai Public

    Harvard CS50 AI Projects — Graph Search, Neural Networks, NLP, Machine Learning. All problem sets implemented in Python.

  3. homeradar homeradar Public

    JavaScript real-time property listing platform with interactive maps and search

    JavaScript

  4. kevinmalana kevinmalana Public

    AI-Native Developer | Generative AI | Building Autonomous Systems

  5. propertyhub propertyhub Public

    Real estate listing website

  6. quizworld quizworld Public

    AI-Powered Quiz Platform with real-time multiplayer and AI question generation

    Elixir