Skip to content
View benvenker's full-sized avatar

Block or report benvenker

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

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

Report abuse
benvenker/README.md

Hey, I'm Ben πŸ‘‹

AI product manager with deep search chops who spends off-hours building agentic context-engineering tools that solve related problems. I bridge product instincts with a practical stack, plus experimenting with cutting-edge systems like DSPy.

What I'm into right now

  • Context engineering – inventories, llms.txt pipelines, and tooling that keeps LLMs grounded.
  • AgentOps – structured workflows, evaluators, and deployment surfaces so agents can run in production.
  • DevEx for AI teams – GitHub Actions, GitLab/Gemini bridges, and CodeRabbit/Claude flows that remove toil.

Featured projects

Neumann 🚧

Photographic memory for agents.

  • Lets multimodal coding agents load rich context as images instead of text, dramatically cutting token usage while maximizing context window efficiency.
  • Hybrid search pipeline that chunks Markdown/code, runs lexical (regex, sparse/dense vector, bm25) + semantic search.
  • Image generation pipeline that renders files and chunks to PDF then to WebP tiles.
  • Agent searches neumann with text search, gets back token-efficient WebP files that contain the matches

CodeRabbit reviews alongside GitHub PRs use a ton of your context window. This project cleans the API response from the GitHub CLI and only sends the agent what it needs.

  • GitHub Action that ingests CodeRabbit review threads, filters to unresolved items, infers priority (P0–P3), and slashes token counts by ~80%.
  • Produces agent-ready markdown/JSON so Codex, Claude, or internal bots can react to code review feedback instantly.

dspy-agents 🚧

  • MVP AgentOS stack where DSPy skills (Signatures, Chain-of-Thought, MIPROv2 artifacts) power a Researcher agent with SQLite memory and MultiMCP tooling like fetch_url.
  • FastAPI API + streaming runs, evaluation harness (zero-shot vs compiled), and UI hooks show how I approach repeatable agent workflows.
  • DSPy-powered analyzer that inspects repositories, gathers metadata, and emits llms.txt guides so downstream LLMs stay aligned with house rules.
  • Typer CLI, uv workflow, and GitHub fetchers make it easy for teams to keep documentation machine-readable.

A very basic skeleton of using the GitLab MCP to build a Gemini CLI extension.

  • Packaged GitLab’s hosted Model Context Protocol server as a Gemini CLI extension so Product/Eng teams can call /gitlab:* commands natively.
  • Handles auth, ships ready-to-run TOML commands, and documents the end-to-end Gemini experience so AI copilots inherit GitLab context automatically.

Pinned Loading

  1. neumann neumann Public

    Photographic memory for AI agents

    Python

  2. llms-txt llms-txt Public

    Python

  3. dspy-agents dspy-agents Public

    Python 6

  4. gitlab-gemini-extension gitlab-gemini-extension Public

    GitLab MCP extension for Gemini CLI

    TypeScript

  5. coderabbit-processor-action coderabbit-processor-action Public

    GitHub Action to process CodeRabbit reviews into agent-optimized markdown (80% token reduction)

    Python

  6. lambda-network-app lambda-network-app Public

    frontend for lambda network app

    JavaScript 1