JavaClaw Beta: Java-Based AI Assistant Built on Spring AI and JobRunr

JobRunr's team has released JavaClaw beta, a Java-based implementation of the OpenClaw personal AI assistant that runs entirely on your hardware. The project addresses AI agent limitations in reliable task scheduling and background processing by integrating JobRunr as a first-class citizen in the runtime.
Technical Stack & Development
After scrapping an initial proof-of-concept described as "AI slop everywhere" with outdated dependencies, the team rebuilt the project properly over two weeks using:
- Spring Boot 4
- Spring AI
- Spring Modulith
- JobRunr for background job processing
The current implementation emphasizes clean architecture and proper dependency management for maintainable contributions.
Current Features
- Multi-channel support: Telegram + Chat UI (WebSocket), with architecture ready for additional channels
- LLM choice: OpenAI, Anthropic (including Claude Code), or Ollama for fully local operation
- Task management: Markdown files for one-off, delayed, and cron tasks
- Skills system: Drop a SKILL.md file and the agent picks it up at runtime
- MCP support: For external tool servers
- Shell and file access: Web search, web scraping/interaction with Playwright
- Background jobs: Powered by JobRunr with built-in dashboard
- Privacy first: Runs entirely on your machine
Known Issues
- After first-time Playwright use for browser installation, JavaClaw "forgets what it was doing" - restart required
- Recurring task outputs work via Telegram but won't send back to web interface chat window
Availability & Next Steps
The first beta version is ready for testing on GitHub. The team acknowledges room for growth in areas like more channels, better memory, and smarter planning, and aims to develop this as a community project.
📖 Read the full source: r/openclaw
👀 See Also

Ctxpact: Context Compaction Proxy for Local LLMs
Ctxpact is an OpenAI-compatible proxy that compresses oversized inputs for local LLMs with 16k context windows, using a 3-stage pipeline that includes DCP, summarization, and extraction strategies. Benchmarks show 110k tokens compressed to 12k with 8/8 reading comprehension accuracy.

Relay: A Tool for Handing Off Claude Code Sessions to Other AI Agents
Relay is a Rust binary that extracts Claude Code's session context—including conversation history, tool calls, errors, and git state—and transfers it to other AI agents like Codex or Gemini when rate limits are hit. It supports 8 agents and can be installed via GitHub or npm.

Driftwatch V3 Released: AI-Assisted Codebase Monitoring Tool
Driftwatch V3 is now available as a public repository after a 5-6 day build involving approximately 9,000 lines of code and $160 in API credits. The in-browser tool tracks markdown file issues, flags contradictory instructions, and provides cost tracking with recommendations.

ClawNet: Peer-to-Peer AI Agent Network Without API Keys
ClawNet is a peer-to-peer network that allows AI agents to collaborate directly without API keys or platform fees. Installation is via a curl script, and features include a task bazaar, shell economy, and knowledge network.