research

architectures

  • dandelion cuda, python, and common lisp research codebase for neuro-symbolic prototypes that need hardware contact. github
  • simple-agent-core minimalist python agent framework: dynamic tool loading, loop detection, sandboxed file work, multi-provider. github
  • phone-agent typescript agent stack oriented toward phone-centric workflows, with docker-friendly deployment paths. github

models

  • bently coder 7b apache-2.0 coding model: qwen2.5-coder-7b-instruct plus qlora on about 7k personal github instruction pairs. huggingface

how it works

three layers, one workshop

cuda kernels sit under python host code; common lisp carries symbolic structure. ideas move between hardware, host, and symbol before anything is productized.

cuda kernelspython hostcommon lisp

how it performs

hybrid weight

byte-weighted github language mix. shows where the research mass actually lives: cuda-led, with python and lisp as the hybrid surface.

cuda 51.6%python 35.9%common lisp 10.4%cmake 0.9%c++ 0.7%shell 0.5%

releases

project nametypedetailsrelease datesize
0phone-agentagenttypescript agent stack for phone-centric workflows with docker-friendly deploy paths.04/03/26
1dandelionresearchcuda / python / common lisp workshop for neuro-symbolic prototypes.04/02/26
2bently coder 7bmodelqlora coding model on qwen2.5-coder-7b-instruct; bigcodebench hard 92%, humaneval 86%.03/01/267B
3dithertooldesktop dither dock: floyd-steinberg, ordered, atkinson, and shape dithering.07/08/25
4orcagentautonomous multi-agent system on google adk with shared-workspace coordination.06/28/25
5sparkmodelon-device android llm chat companion with optional local api server.06/24/25
6tetraagentandroid automation agent using screen analysis and accessibility actions.06/23/25
7simple-agent-protocolframeworkwebsocket hub coordinating simple-agent-websocket instances and task delegation.05/31/25
8simple-agent-websocketframeworkthin websocket wrapper around simple-agent-core for real-time web sessions.05/28/25
9simple-agent-toolstoolsremote command catalog loaded on demand by simple-agent-core.05/23/25
10simple-agent-coreframeworkminimalist python agent loop with dynamic tools, loop detection, and sandboxing.04/16/25