Skip to content
View itseffi's full-sized avatar

Block or report itseffi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itseffi/README.md

👋🏼 Hi there, I'm Effi.

I build AI systems and lead teams.

Currently working on:
Applied AI systems • Autonomous agents and orchestration • Evals and reliability • AI coding systems & DX • AI adoption research

Pinned Loading

  1. agentic-os agentic-os Public

    Agentic personal OS to automate high-leverage workflows with Claude Code, Codex, Pi, OpenClaw and other coding agents/ runtime platforms.

    Python 49 9

  2. productize productize Public

    Runtime for shipping products with AI agents.

    Go 1

  3. agenticevals agenticevals Public

    AI agent evaluation framework for full trajectories: tasks, actions, observations, verified state and behavior, rewards, baselines, and RL-ready exports.

    Python 1

  4. ai-product-evals ai-product-evals Public

    End-to-end LLM eval framework for AI products. Provider-agnostic and agent-native, with skills, traces, judge validation, and a human review interface.

    JavaScript 3

  5. nanotron nanotron Public

    Forked from huggingface/nanotron

    Minimalistic large language model 3D-parallelism training

    Python

  6. nanoclaw nanoclaw
    1
    #!/usr/bin/env python3
    2
    # nanoclaw.py - A minimal OpenClaw
    3
    # Multi-agent CLI with role-based agents
    4
    # Run: uv run --with anthropic --with schedule python nanoclaw.py
    5