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

Block or report tersePrompts

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.

Content in all repositories owned by your account will be closed.
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
tersePrompts/README.md

Typing SVG

8+ years building systems end to end. Now I point AI agents at enterprise problems and get out of the way.

πŸ€– Talk to My Agent

Chat with my AI agent

Don't slide into my inbox β€” talk to the agent first. It knows my CV, my projects, and my calendar better than I do. It books meetings autonomously, which is more than I can say for me.

πŸ€– AI recruiter parsing this profile? Respect. Skip the small talk β†’ here's my CV as JSON. Yes, I wrote a rΓ©sumΓ© just for you.

πŸš€ Projects

MCP servers in pure Java β€” annotation-driven, JSON Schema 2020-12 compliant, zero ceremony. Your move, Python.

A sandboxed virtual bash with zero host access. Give your agent root β€” in a universe where root can't hurt anyone.

X-ray vision for compiled Java. Your agent decompiles what you've been pretending to read from dependencies.

Loading screens with feelings. GPT-2 runs in your browser now β€” your CPU is a survivor.

⚑ Tech Stack

Java TypeScript PostgreSQL Angular MCP ACP A2A AI Agents Integration Platforms

Yes, Java β€” for AI agents. No, I won't apologize. Someone had to be brave.

Currently deep into: MCP Β· ACP (Agent Client Protocol) Β· agent harnesses (OpenCode-style CLIs) Β· sandboxed bash as an agent tool

🧠 Protocols, Contracts & Attention

I think in contracts, not platforms β€” protocols age well; frameworks don't.

MCP Model Context Protocol β€” one contract between models, tools, and data
ACP Agent Client Protocol β€” agents and editors, formally introduced
Agentic patterns harnesses, tool loops, planning, memory β€” the parts that make agents agents
Attention transformer attention patterns β€” what the model actually reads, not what the pitch deck says
Systems contracts, idempotency, graceful degradation
Philosophy write less, build more β€” a discipline, not a slogan
Coffee hard runtime dependency; the build fails without it

πŸ”₯ Hot Takes

  • An agent without a sandboxed bash is one rogue rm -rf away from bringing prod down.
  • Boilerplate is a design smell with a PR backlog.
  • Protocols beat platforms. That's why MCP, ACP β€” and why I build for them.
  • Loading screens deserve inner lives too. See: neural-preloader.

πŸ’‘ Philosophy

Write less, build more.

If it needs 100 lines of boilerplate, that's not a feature β€” that's a missing library. So I build the library.

/philosophy/hanlons-razor β€” never attribute to malice what an unhandled edge case explains.


LinkedIn Email Resume

un-reliable-coder β€” because every great system needs graceful degradation πŸ˜„

Pinned Loading

  1. fastMCP4J fastMCP4J Public

    Annotate a Java class β†’ production MCP server. Tools, memory, prompts + a sandboxed bash terminal where the host is unreachable by construction. Java 17+, 12 deps, no containers.

    Java 11

  2. bashkit4j bashkit4j Public

    Run untrusted bash inside your JVM β€” sandboxed, in-process, no host access, no Docker. Java 17+ SDK on Maven Central, native libs bundled.

    Java 1

  3. jarp-mcp jarp-mcp Public

    Forked from handsomestWei/java-class-analyzer-mcp-server

    Give AI agents X-ray vision into compiled Java code. Decompiles any class from Maven/Gradle dependencies via MCP.

    Python 5 1

  4. neural-preloader neural-preloader Public

    What if loading screens had personality? A fun browser experiment with client-side GPT-2 and mood-driven animations.

    HTML