Starting Up Case Studies
Ideas DB Products DB
Join
Avatar for Daniel Hunt

Daniel Hunt

I build AI tools. I need someone who loves getting them in front of people.

I'm a developer, former corrections officer, and current realtor based in Idaho. I lose track of time coding. I forget to eat. I have a binder full of ideas and the technical chops to build them. What I don't have is the marketing gene.
One thing worth knowing upfront: I'm a Christian and I run everything with that foundation — honesty, integrity, no cutting corners, no shady monetization. I want to build things that genuinely help people. Money is the fuel not the destination.


Mechanics Buddy (In Development)

Building an offline AI assistant for mechanical maintenance and repair. Users load equipment documentation and the system creates an interactive agent that guides them through procedures step by step — no internet required. Designed for environments where connectivity isn't guaranteed and precision matters. AI vision integration included.

  1. TokenGuard MCP Tool

    Built a custom MCP tool that forces AI agents to query a local database of previously retrieved answers before making new API calls. This prevents agents from getting stuck in loops or duplicating requests — directly reducing API costs for the end user. Built in response to a real problem I encountered while developing my own agentic workflows. Tech stack: MCP protocol, local database integration, Python.

  2. Razor Agentic Marketplace (Dev.)

    Designing a passthrough database layer that sits between AI agents and their tools, with a marketplace where developers can buy and sell access to pre-built agents and tool configurations. The core idea: every agent query routes through a shared knowledge layer, reducing redundant API calls across users. Currently in architecture phase.