Skip to content
View acostarelli's full-sized avatar

Highlights

  • Pro

Block or report acostarelli

Report abuse

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

Report abuse
acostarelli/README.md

Hi there 👋

My name is Anthony Costarelli. I graduated from Olin College of Engineering with a BSc. in Applied Mathematics.

acostarelli/kaboom

A real-time internet card game entirely in Python.

  • Showcases asychronous code for handling a real-time game containing sequential events

Joshuaclymer/GameBench

A strategic-reasoning benchmark for Large Language Models (LLMs) and LLM agents. Consists of competitive games, LLM agents, and data collection and processing code.

acostarelli/meta-models-public

A language model architecture capable of probing other language models for behaviors that it wasn't trained to probe.

acostarelli/Gary

A compiler that converts a custom-designed programming language to 8086 assembly code.

  • Written out of curiosity for how compilers work, from-scratch, without reference to existing code.

Pinned Loading

  1. Joshuaclymer/GameBench Joshuaclymer/GameBench Public

    Python 21 3

  2. meta-models-public meta-models-public Public

    Code for https://arxiv.org/abs/2410.02472

    Python 1

  3. Gary Gary Public archive

    A compiler for an original programming language, compiling to x86 assembly

    C

  4. kaboom kaboom Public

    Python