Skip to content

Instantly share code, notes, and snippets.

View bowd's full-sized avatar
always.

boqdan bowd

always.
View GitHub Profile

Hivemind: Agents as Processes, Context as a HUD

February 2026


Every agent framework today does the same thing: wrap an LLM in a chat loop, bolt on tools, pray the context window holds. When it doesn't, summarize and hope for the best.

We think there's a better way. Hivemind is an agent orchestration framework built on Elixir/OTP where agents are long-running processes, tools can be forged at runtime, and the context window is a navigable view layer — not a dumping ground.

{
"description": "Earn cashback rewards on all your MiniPay transactions during March 2025! This exclusive promotion offers users the opportunity to receive cashback on everyday purchases, bill payments, and peer-to-peer transfers. The more you use MiniPay, the more you earn.",
"image": "https://gist.github.com/bowd/d699db079a129aca4692ef11bbe5dacb/raw/0699b4c2dc61932126ea1f268010e3f077fd9a90/march-2025-cashback-promotions.svg",
"name": "MiniPay March 2025 Cashback Promotions",
"attributes": [
{
"trait_type": "Campaign Type",
"value": "Cashback"
},
{
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >0.5.13 <0.9;
pragma experimental ABIEncoderV2;
/*
* @title Broker Interface for trader functions
* @notice The broker is responsible for executing swaps and keeping track of trading limits.
*/
interface IBroker {
/**
target score for time 60 36 [5/33557]
target score for time 60 28
target score for time 60 41
target score for time 60 42
target score for time 60 27
target score for time 60 29
target score for time 60 33
target score for time 60 34
target score for time 60 40
target score for time 60 38
<script src="https://www.anyguide.com/assets/integration-v1.1.js" async></script>
<div id="iframe_wrapper"></div>
<script language="javascript" type="text/javascript">
window.__anyroadAsyncInit = function() {
window.anyroad = new AnyRoad({
container: '#iframe_wrapper',
tours: { guide: 'tour_guide_slug' },
iframe_style: { width: '100%', background: 'transparent' },
referrer: { name: 'tour_guide_slug', token: 'tour_guide_token' }
});
@bowd
bowd / index.jsx
Last active August 29, 2015 14:17 — forked from valer-cara/index.jsx
initiateTransition: function() {
// Set the state so that both screens
// will be rendered.
this.setState({
transitionStarted: true,
transitionDirection: this.state.activeScreen.get('stackIndex') > this.state.screensStackTop.get('stackIndex') ? "back" : "fwd"
});
// Schedule a cleanup so that we remove the
// previous screen after the transition occurs
/* Node modules builder for components */
var fs = require('fs')
, _ = require('lodash')
, mkdirp = require('mkdirp')
, path = require('path');
var NodeModulesBuilder = function(tree, base) {
this.traverseCache = {};
this.buildNodeModules(tree);

Keybase proof

I hereby claim:

  • I am bogdan-dumitru on github.
  • I am bogdan (https://keybase.io/bogdan) on keybase.
  • I have a public key whose fingerprint is 55C2 7F95 E8AE 76FC E40B 7BDA D16A 9817 50CC 4791

To claim this, I am signing this object:

@bowd
bowd / thrift_shop.feature
Created August 22, 2013 13:47
I'm learning BDD and Cucumber
Feature: I'm just pumped up, bought some shit from the thrift shop
Scenario: I'm gonna pop some tags
Given I only got 20$ in my pocket
When I'm huntin
And looking for a come up
Then this is fucking awesome