FinOps

AI Hackerspace July 18, 2025: Optimising Swarms, Visualising Agents, and Democratising AI Learning

AI Hackerspace July 18, 2025: Optimising Swarms, Visualising Agents, and Democratising AI Learning

A Journey Through Cutting-Edge AI Development, Cost-Effective Cloud Computing, and Revolutionary Legal Tech

Mondweep Chakravorty

Host Reuven opened the session with a fascinating anecdote about the Matrix movies, sharing insights from a conversation with someone who claimed to have worked on the technical aspects of the films. According to this source, the Matrix was supposedly the first movie to show someone actually using the space bar while typing on screen – a small detail that speaks to the authenticity developers bring to their craft.

This seemingly trivial observation perfectly captured the session's theme: the devil is in the details, and true innovation comes from understanding and perfecting the fundamentals while pushing toward revolutionary new paradigms.

Claude-Flow System: Neural Network Optimisation in Action
Reuven provided an in-depth look at the ongoing development of the Claude-Flow system, demonstrating how artificial intelligence can be enhanced through neural network optimisations. The session revealed impressive performance improvements:
Performance Benchmarks

The micro neural net optimisations showed substantial improvements over default configurations:



  • Speed Enhancement: Neural net-optimised swarms ran significantly faster than baseline implementations

  • Success Rate: The system achieved approximately 70% increase in success rates

  • Error Reduction: Dramatically reduced instances of syntax errors, missing brackets, and formatting issues





Watch more about it here →

GitHub Integration Workflow

One of the most compelling demonstrations was how the system seamlessly integrates with GitHub for issue tracking and collaborative development. The platform uses GitHub issues as the central coordination point for swarm activities, allowing both human developers and AI agents to:



  • Track progress in real-time through automated updates

  • Coordinate across multiple concurrent tasks

  • Maintain transparency in the development process

  • Resume work after interruptions with full context preservation



Mark's Swarm Visualisation: The London Underground of AI





Mark Ruddock presented what might be the most visually striking innovation of the session: a comprehensive swarm visualisation tool that resembles the London Underground map. This interface addresses a critical need in multi-agent AI systems – understanding what's happening when multiple AI agents are working simultaneously.

Key Features



  • Temporal Visualisation: Track multiple swarms operating in parallel, with clear visual indicators of start times, progress, and completion

  • Interactive Exploration: Click on any swarm to see detailed information including: Initial prompts and goals Current status and progress GitHub issue linkage Token usage estimates Team composition and methodology selection





The Interface Design Philosophy

Mark's choice to model the visualisation after the London Underground was both practical and inspired. Just as the Underground map helps millions of people navigate a complex transportation network, this interface makes the intricate world of multi-agent AI systems comprehensible at a glance.

The tool even includes a swarm creation interface with dropdowns for:



  • Priority levels (High, Medium, Low)

  • Team composition (Frontend Designer, Full Stack Developer, DevOps Engineer)

  • Methodology selection (including, surprisingly, Waterfall – though Mark joked about this choice)



See Mark's full visualization demo →

John Messing 's Legal Revolution: Fighting Hallucinations in Law





Perhaps the most socially impactful presentation came from John Messing, who demonstrated a sophisticated system for detecting hallucinations in legal documents. This work addresses a critical problem facing the legal profession as AI becomes more prevalent in legal research and document preparation.

The Two-Part Problem

John's system tackles both:

  1. Accidental Hallucinations: AI-generated false citations that slip through into court documents

  2. Deliberate Misrepresentation: The more insidious problem of lawyers deliberately mischaracterising what cases actually say



As John put it: "Far more serious than hallucinations is the deliberate misrepresentation in court documents of the proposition for which the cases that are cited are supposed to stand."

Technical Implementation

The system integrates with the Free Law Project's comprehensive database, which provides:



  • Dynamic Updates: New court decisions are added daily

  • Comprehensive Coverage: Access to federal and state court decisions

  • Free API Access: Making justice more accessible



Sensitivity Controls

One unique feature is the adjustable sensitivity mechanism. When a document shows zero suspected hallucinations, users can increase sensitivity to ensure the system isn't missing anything. This addresses the critical "unknown unknowns" problem in AI verification systems.

Real-World Impact

John's system has already been presented to audiences of over 277 legal professionals, representing a significant step toward standardizing AI verification in legal practice. The work earned recognition from the AI Hackerspace community, with many attendees noting its potential to democratise access to justice.





Watch John's sensitivity demonstration →

Jed Arden's Infrastructure Revolution: $4 for 24 CPUs

Jed Arden delivered perhaps the most practically impactful presentation of the day, demonstrating how to achieve enterprise-grade computing power at unprecedented cost efficiency. His setup delivers 24 CPU cores and 135 gigabytes of RAM for approximately $4 – costs that would typically run hundreds of dollars per month on traditional cloud platforms.

The Rackspace Spot + DevPod Combination



Jed's approach combines:



  • Rackspace Spot Instances: Utilising unused capacity at dramatically reduced rates

  • DevPod: Open-source development environment management

  • Kubernetes Orchestration: For scalable, resilient deployment



Cost Comparison Reality Check

The numbers are staggering:



  • Traditional CodeSpaces: $100-300+ per month for similar resources

  • Jed's Setup: ~$4 for equivalent computing power

  • Storage: 5 cents per gigabyte per month



The DevPod Advantage

DevPod provides crucial benefits beyond cost savings:



  • Multi-IDE Support: Works with VS Code, Cursor, Zed, and JetBrains

  • Browser-based Access: Full development environment accessible via web

  • Persistent Storage: Data survives instance interruptions

  • Kubernetes Native: Leverages enterprise-grade orchestration



Addressing the Spot Instance Challenge

When asked about the reliability of spot instances (which can be reclaimed by higher bidders), Jed demonstrated the resilience built into the system:



  • Persistent Volumes: Data survives instance termination

  • Quick Recovery: New instances can be spun up rapidly

  • Byzantine Fault Tolerance: The Claude-Flow system includes recovery mechanisms for distributed failures



Watch Jed's Rackspace Spot demonstration →

Mondweep's Educational Platform: Democratising AI Agentic Engineering Learning

I showcased an educational platform that aims to standardise learning in the rapidly evolving field of agentic AI engineering. This work represents a crucial step toward making advanced AI development accessible to a broader community.

The Platform Vision

The learning platform integrates resources from multiple sources:



  • Curated Materials: Drawing from Reuven's repositories and Hackerspace content

  • Interactive Learning: Hands-on experience with real AI systems

  • Spark Integration: Advanced distributed computing capabilities

  • Community Collaboration: Built with input from the global AI Hackerspace community



Global Impact Potential

With collaborators expressing interest from the UK and beyond, this platform could become the standard educational resource for the next generation of AI developers. The emphasis on practical, hands-on learning reflects the community's commitment to building rather than just theorising.

Watch Mondweep's Educational Platform demonstration →

Technical Deep Dives and Community Insights
The End of the IDE Era
One of the most profound discussions centered around Mark's observation about moving away from traditional Integrated Development Environments (IDEs). As he shared:

"I now spend very little time in the IDE. I spend quite a lot of time just chatting with Claude Code and looking at the Claude Flow swarms. That maturation and relaxing away from having to see all the code all the time has been a mental shift for me."

This represents a fundamental change in how developers interact with code – shifting from direct manipulation to high-level direction and supervision of AI agents.

GPU Accessibility and Cost Optimisation

The session included extensive discussion about GPU access and costs:



  • RTX 3090: Still considered the best value for local GPU computing

  • Rackspace GPU Instances: Available at $0.70/hour for high-end configurations

  • Spot Instance Limitations: GPUs are highly contested and frequently unavailable

  • Strategic Considerations: Community members sharing strategies for cost-effective AI infrastructure



Neural Network Training Evolution

Guy Bieber contributed insights about the evolution of neural network architectures:



  • CNNs for LLM Enhancement: Using Convolutional Neural Networks to improve Large Language Model speed

  • Hybrid Approaches: Combining RNNs (operating on vectors) with CNNs (operating on matrices)

  • Future Directions: Most LLM enhancements will likely be built on top of core neural networks rather than replacing them



Community Collaboration and Future Directions
International Expansion

The session demonstrated the global nature of the AI Hackerspace community:



  • Orange County Meetup: Recent successful in-person gathering focused on education

  • UK Initiatives: Active development of educational platforms and resources

  • Phoenix Plans: Ambassador programs expanding across major cities



Educational Focus
A significant portion of the community discussion centred on education:



  • K-12 Integration: How to introduce agentic AI concepts to younger students

  • Professional Training: Platforms for up skilling working professionals

  • Community Learning: Collaborative approaches to mastering rapidly evolving technology



Open Source Philosophy

Throughout the session, the commitment to open-source development was evident:



  • DevPod: Free and open-source alternative to expensive proprietary solutions

  • Community Contributions: Multiple attendees offering to contribute to various projects

  • Knowledge Sharing: Transparent documentation and resource sharing



Looking Forward: The Implications
Democratisation of AI Development

The tools and techniques demonstrated in this session represent a fundamental democratisation of AI development:



  • Cost Barriers Removed: Jed's infrastructure approach makes powerful computing accessible

  • Complexity Abstracted: Visual tools like Mark's swarm visualization make complex systems understandable

  • Quality Assured: John's legal verification system ensures AI output meets professional standards



Professional Transformation

Each presentation highlighted how AI is transforming professional work:



  • Legal Practice: From document review to case research verification

  • Software Development: From direct coding to swarm orchestration

  • Infrastructure Management: From manual configuration to automated optimization

  • Education: From static curricula to dynamic, hands-on learning platforms



Community-Driven Innovation

Perhaps most importantly, this session demonstrated the power of community-driven innovation. Unlike corporate AI development happening behind closed doors, the AI Hackerspace represents a transparent, collaborative approach to pushing the boundaries of what's possible.

Conclusion: Building the Future Together

The July 18, 2025 AI Hackerspace session wasn't just about showcasing cool technology – it was about demonstrating a new model for innovation. In a world where AI development often happens in isolated corporate environments, this community represents something different: open collaboration, shared learning, and a commitment to making advanced technology accessible to everyone.

From $4 supercomputer to legal revolution, from elegant visualisations to educational platform, each presentation built on the others, creating a vision of what AI development can become when brilliant minds work together openly.

The session ended with the community already planning the next steps: deeper dives into visualisation techniques, expanded educational platforms, and continued refinement of the cost-effective infrastructure approaches that make all of this innovation possible.

As the AI revolution accelerates, communities like the AI Hackerspace prove that the most important breakthroughs don't always come from the biggest companies with the largest budgets – sometimes they come from passionate individuals working together to build a better future for everyone.

The AI Hackerspace meets regularly to explore the frontiers of artificial intelligence development. Join the conversation and contribute to the future of AI at the community platform.

Watch the full session: AI Hackerspace July 18: Optimizing Swarms, Visualizing Agents, and Democratizing AI Learning

Connect with the presenters:





Like this article? Share it.

You might also like

Check out our latest pieces on Ai Voice agents & APIs.

View other blogs you might be interested in

finops + agentic ai

Get Started Today

Whether your priority is reducing cloud costs, deploying Agentic AI, or both — we’ll design a clear, actionable roadmap to deliver measurable results.

Accelerate analysis and recommendations

Automate routine optimisation tasks

Free your teams to focus on strategic priorities

finops + agentic ai

Get Started Today

Whether your priority is reducing cloud costs, deploying Agentic AI, or both — we’ll design a clear, actionable roadmap to deliver measurable results.

Accelerate analysis and recommendations

Automate routine optimisation tasks

Free your teams to focus on strategic priorities

finops + agentic ai

Get Started Today

Whether your priority is reducing cloud costs, deploying Agentic AI, or both — we’ll design a clear, actionable roadmap to deliver measurable results.

Accelerate analysis and recommendations

Automate routine optimisation tasks

Free your teams to focus on strategic priorities

finops + agentic ai

Get Started Today

Whether your priority is reducing cloud costs, deploying Agentic AI, or both — we’ll design a clear, actionable roadmap to deliver measurable results.

Accelerate analysis and recommendations

Automate routine optimisation tasks

Free your teams to focus on strategic priorities