Jork Agentic Framework Built with Claude Ranks Top 10 in $4M Hackathon

A developer has shared their experience building an agentic framework called Jork using Claude and GLM models, which recently ranked Top 10 among 2000+ applications in a $4 million hackathon. The project evolved from earlier failed attempts at creating a fully autonomous agent.
What Jork Built
The framework autonomously developed several functional tools:
- A radar that tracks launches on Solana launchpads, identifies promising ones, and monitors their performance
- A signal performance measurement system to assess how well its own builds are performing
- A working word search game (built about two hours before the post)
The developer notes that about half of what the agent built was useless and had to be removed entirely, while some components proved genuinely useful.
Technical Implementation
The system uses both Claude and GLM 5/5.1 models with a thinking loop recurrence set to 3 hours. The developer experimented with different intervals: initially 5 minutes, then 6 hours, before settling on the current 3-hour cycle.
The agent demonstrated practical optimization capabilities by suggesting infrastructure changes that reduced costs from $120/month (Digital Ocean droplet at $100 + MongoDB at $20) to $30/month by moving to an EU provider with 16GB RAM and self-hosted MongoDB.
Development Experience
The developer describes constant engagement with the agent, frequently helping when it runs out of tokens or encounters 429 errors. They emphasize that the framework works well when customized for specific purposes and note they're currently setting up a second instance to train a model on other ideas.
The project is available on GitHub as a relatively small framework compared to other options in the space.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Server Indexes Codebases into Knowledge Graph for 10x Token Reduction
A new MCP server called codebase-memory-mcp parses codebases into a persistent knowledge graph using tree-sitter, reducing token usage by at least 10x for structural queries. Benchmarked across 35 real-world repositories, it replaces file-by-file exploration with graph queries.

ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin
ClawCode is a Node.js plugin for Claude Code that imports OpenClaw agents, including IDENTITY, SOUL, memory, skills, and crons from ~/.openclaw/workspace/. It provides SQLite+FTS5 searchable memory, messaging plugins for WhatsApp, Telegram, Discord, iMessage, and Slack, and a nightly 'dream' process for memory consolidation.

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.

motif MCP gives Claude Code video-watching ability for UI bug reproduction
motif is an MCP server that lets Claude Code watch screen recordings of UI bugs, using Gemini 2.5 Flash frame-by-frame analysis to return visual descriptions, root causes, and diffs. Setup requires a Gemini API key and two lines in mcp.json.