Skip to content
View WolfNinja32's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report WolfNinja32

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

Gregory Dale Collins

I build tools that fix broken AI output.

Current focus

Fixing broken JSON from AI.

You get JSON from ChatGPT or Claude.

It looks right.

Example

This looks fine:

{ name: "Greg", items: ["a", "b",], done: True }

But it breaks when you use it.

Fixed version:

{
  "name": "Greg",
  "items": ["a", "b"],
  "done": true
}

That’s what I’m working on.


Tools

These are built around making AI output usable.


What I care about

  • fix structure first
  • don’t guess missing data
  • fail safely
  • test against real examples

Background

Former Oracle Senior Systems Administrator.
Founder. Patent holder.

Still building systems that solve real problems.

Pinned Loading

  1. datatool-dev datatool-dev Public

    TypeScript 1

  2. directorybase/agenticwatch-site directorybase/agenticwatch-site Public

    HTML

  3. directorybase/toolidx directorybase/toolidx Public

    Independent MCP server directory and verification service. Evaluated, structured, queryable.

    Python