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

W2A — an open protocol for agent sensors: giving local agents real-time perception
W2A (World2Agent) is an open protocol standardizing the perception layer for AI agents — self-hostable, TS SDK, Apache 2.0. It lets agents receive real-time signals from sensors without one-off scripts.

VS Code Agent Kanban: Markdown-based task management for AI coding agents
VS Code Agent Kanban is an extension that creates a GitOps-friendly kanban board inside VS Code using markdown files as task records. It addresses context rot in AI coding agents by preserving planning conversations, decisions, and implementation details in version-controlled .md files.

Benchmark Shows CLI Tool Reduces Claude Code Token Costs by 32% Through Structural Navigation
A developer built a Rust CLI tool that gives Claude Code agents structural navigation commands like 'show me a 180-token summary of this 6,000-token class.' Benchmarking on Sonnet 4.6 across 54 automated runs showed 32% lower cost per task and 67% more code edits per session.

Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack
A developer has open-sourced five local Claude Desktop extensions: Inspector Lite for semantic code search, Graph Lite for a personal knowledge graph, Fun Pack for entertainment features, Word Graph for Bible study, and Bible Code for pattern detection. All run locally with no external dependencies or additional API keys.