Skip to content

Instantly share code, notes, and snippets.

View IgorWarzocha's full-sized avatar

Howaboua IgorWarzocha

View GitHub Profile
@IgorWarzocha
IgorWarzocha / README.md
Last active September 18, 2026 08:11
SWE-bench Lite: Pi + Pi-Codex-Conversion, GPT-5.6 Luna high, 184/300 (61.33%), estimated $0.0362 per rollout

Pi + Pi-Codex-Conversion on SWE-bench Lite

184/300 resolved (61.33%), using GPT-5.6 Luna with high reasoning, Notebook execution, and Remote context management. Estimated token cost: $0.0362 per rollout, $10.87 total.

GPT-5.6 Luna high reasoning comparison, with Pi + Pi-Codex-Conversion at 61.3% resolved and an estimated $0.0362 per rollout

Comparison

Harness Resolved Estimated cost per rollout
@IgorWarzocha
IgorWarzocha / why-pi-codex.md
Created August 25, 2026 21:36
pi-codex product vision

Product intent

This is living internal context, not a feature specification or user contract. It records why pi-codex exists and how to judge future changes. Source, settings, README, and changelog own current behaviour. Update this file when the intent changes.

Purpose and audience

GPT coding models are trained around Codex prompts, tools, and transport. Pi is more extensible, but a mismatched harness can make GPT less effective while consuming more subscription quota.

pi-codex removes the choice between an efficient model-native environment and Pi's extension model, sessions, project context, skills, and UI. It gives GPT the Codex-shaped environment it knows without carrying Codex's fixed client or context overhead.

@IgorWarzocha
IgorWarzocha / README.md
Created August 20, 2026 21:26
Agent skill for preserving personal customisations when migrating Omarchy 3 to Omarchy 4 (Quattro)

Omarchy 3 → 4 migration skill

A slightly more personalised version of this skill helped me migrate three machines from Omarchy 3 to Omarchy 4 (Quattro), so I thought the generic version might help someone else.

This is an agent skill, not a migration script. It gives an AI coding agent a cautious workflow and practical heuristics for preserving personal customisations across Quattro's major changes. It deliberately does not choose your terminal, editor, coding agents, package manager, or preferred desktop

@IgorWarzocha
IgorWarzocha / README.md
Last active July 30, 2026 22:04
Custom browser tool for the @howaboua/pi-codex-conversion extension (Codex web__run-compatible)

Browser custom tool for pi-codex-conversion

This is a command-backed custom tool definition for the @howaboua/pi-codex-conversion extension. It is intended to feel close to the native Codex web__run tool: operations use ref_id, numbered element ids, lineno, find, click, and batched operation arrays.

It drives a logged-in Chromium browser through the Chrome DevTools Protocol, with optional routing to another workstation over SSH. The implementation is

@IgorWarzocha
IgorWarzocha / PI-RESULTS.md
Created July 16, 2026 20:11
Pi explorer benchmark: GPT-5.6 Luna vs Terra across reasoning levels

Pi explorer benchmark

Three repository-exploration tasks, run sequentially with normal Pi skills, extensions, prompt templates, and project instructions enabled. Each run used an ephemeral session and the existing explorer system prompt.

  1. trace a deferred custom tool through its loader, runtime bridge, and subprocess
  2. trace Agent Pages creation from its external boundary to browser-visible state
  3. trace the principal Hermes Agent CLI/model/tool/final-response path

The first comparison covered tasks 1 and 2:

@IgorWarzocha
IgorWarzocha / AGENTS.md
Last active July 17, 2026 07:53
Categorized on-demand skills for pi-codex-conversion

Category maintenance

  • Keep skills grouped one level deep by durable category; add or reorganize categories when the collection no longer scans cleanly.
  • When category names change, update the static category list in ../codex-conversion-custom-tools/more_skills.toml usage; keep it names-only.
@IgorWarzocha
IgorWarzocha / GPT-5.6-model-selection-guide.md
Created July 11, 2026 12:12
https://artificialanalysis.ai/ - slopanalysis - comparison for all 5.6 models

GPT‑5.6 Sol, Terra, and Luna: a practical model-selection guide

Data snapshot: 11 July 2026
Primary source: Artificial Analysis GPT‑5.6 launch analysis and its live LLM leaderboard
Scope: all 15 combinations of Sol, Terra, and Luna at low, medium, high, xhigh, and max reasoning effort.

Short answer: Default to Luna for volume work and Sol when quality matters. Treat Terra as a dominated middle tier, not a default. Raise reasoning effort before moving to a larger model when the next effort remains on the better price/intelligence frontier. Use Sol max only where the last few quality points can change the outcome.


What Responses Lite actually is
It is not a smaller response format. It is a different request contract for the same Responses endpoint, selected by:
- HTTP/SSE header: x-openai-internal-codex-responses-lite: true
- WebSocket requests: equivalent flag inside client_metadata
Official Codex enables it for all three GPT‑5.6 models: Luna, Terra, and Sol.
Main differences
@IgorWarzocha
IgorWarzocha / README.md
Created June 11, 2026 09:56
pi-hash read tool with search mode

pi-hash read tool

Most up-to-date local version found at: /home/igorw/Work/pi/pi-extensions-complete/pi-hash/src/read/

Includes in-file search mode via search, contextBefore, contextAfter, and maxMatches.

@IgorWarzocha
IgorWarzocha / SKILL.md
Last active August 26, 2026 02:08
AGENTS.md authoring skill
name agents-md
description How to write, audit and edit AGENTS.md files.

AGENTS.md Authoring

Purpose

Create and improve AGENTS.md files that are short, scoped, and useful to coding agents. Preserve intent and non-obvious rules; do not summarize the repo.