Skip to content

Talk submission: Declan Johnston#32

Merged
milstan merged 2 commits into
mainfrom
talk/31
May 21, 2026
Merged

Talk submission: Declan Johnston#32
milstan merged 2 commits into
mainfrom
talk/31

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Submitted via #31 by @declanatinference.

Field Value
Speaker Declan Johnston
Startup https://inference.net
Repo https://github.com/context-labs/HALO

A general-purpose harness like Claude Code is the wrong tool for trace analysis. This isn’t because the model isn’t smart, but because traces can get extremely long, and you need a specialized toolkit in order to make observations about systemic agentic behavior. HALO (Hierarchical Agent Loop Optimization) is a methodology for building recursively self-improving agent harnesses using RLMs.

The core HALO loop is suprisingly simple:

  1. Collect execution traces from your agent harness. HALO uses OpenTelemetry-compatible tracing.
  2. Feed traces into HALO-RLM engine.

🛠️ Auto-corrections applied (organizer can edit on this branch before merging):


Approve = merge this PR (closes #31 and rebuilds the homepage). Reject = close this PR with a brief comment. Edit before approving: push commits to talk/31 (e.g. fix a typo in the summary), then merge.

Closes #31

@github-actions github-actions Bot added the talk-submission Speaker proposing a talk label May 21, 2026
# Conflicts:
#	README.md
#	_data/talks.yml
@milstan milstan merged commit e2635b5 into main May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

talk-submission Speaker proposing a talk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HALO: Build recursively self-improving agents

2 participants