Google Reverse Proxy Permalink
Published:
OpenAI-compatible reverse proxy for Google’s AI products (Gemini CLI, Google AI Studio). Multi-account pool with quota balancing, failover, and a single bearer-token endpoint.
Published:
OpenAI-compatible reverse proxy for Google’s AI products (Gemini CLI, Google AI Studio). Multi-account pool with quota balancing, failover, and a single bearer-token endpoint.
Published:
Two-tier in-place summarization for long chat histories. Older messages compress into ‘chapters’, chapters bind into ‘arcs’, summaries splice back where the originals lived so prompt order is preserved and context stays bounded. Stored as editable world-book entries with preview-before-save.
Published:
A tool-calling LLM agent embedded directly in a frontend chat application, with full read/write access to characters, chats, prompts, personas, presets, and the assembled prompt. Every mutation flows through a diff layer with dependency-aware revert.
Published:
Three cooperating GRPO agents that build, query, and reason over a tree-structured memory of long multi-session dialogue. +9.0 F1 multi-hop and +13.8 F1 temporal vs. the strongest non-oracle baseline on LoCoMo.
Published:
An extension that ports the entire RisuAI character-card runtime (Lua triggers, ~179 CBS macros, lorebook decorators, fixed-position widgets, modules, in-app character browser) onto Lumiverse. Translator pipeline at import time, dispatch + sandboxed Lua at generation time, shadow-DOM-isolated rendering at paint time.
Published:
Self-hostable AI chat platform with a sandboxed in-worker extension runtime. Bun + Hono + bun:sqlite (WAL, zero-ORM), Web Crypto for secrets at rest, native WebSocket event bus, and a typed RPC surface that lets third-party extensions reach chats, characters, generation, and macros under per-user scope.
Published:
Personal fork of LibreChat adding standalone image-generation capabilities (NovelAI-style) and extra endpoint support on top of the upstream multi-provider chat UI.
Published:
Discord bot with multi-agent dialogue, vision, and per-channel chat memory. Wraps any OpenAI-compatible API so it can sit in front of self-hosted local LLMs.
Published:
Tests whether LLM refusal is mediated by multiple directions rather than a single one. Two-direction ablation outperforms the one-direction baseline — but not via the top-two ranked vectors.
Published:
Real-time anonymous voice and visual communication built on speech-to-text, text-to-speech, and deepfake pipelines. Queen’s University team project.
Published:
Tutorial showing how to compute thousands of chaotic double-pendulum simulations in parallel on the Distributive Compute Protocol. Each worker computes one pendulum’s trajectory from a unique initial condition.
Published:
Computes Newton–Raphson fractals on Distributive’s web5 compute framework. Worker code is Python compiled to WebAssembly via Bifrost, so the same algorithm runs inside any browser-based DCP worker.