Skip to content

Instantly share code, notes, and snippets.

View Chord-Chen-30's full-sized avatar
πŸ‘Š
study hard

Zhuo Chen Chord-Chen-30

πŸ‘Š
study hard
View GitHub Profile
@Chord-Chen-30
Chord-Chen-30 / claude_infer.py
Last active June 15, 2026 06:46
BioMysteryBench Claude Harness (Reproduce)
"""Reproduce Claude Opus 4.6 on BioMysteryBench-full (99 problems).
═══ SCORES ═══
avg pass@1 over 3 independent runs:
Overall 54.21%
Human-solvable 64.91%
Human-difficult 18.84%
Setting: Anthropic native /v1/messages + extended thinking (budget=4096) +
bash + persistent IPython kernel, max_turns=128, concurrency=4.
@Chord-Chen-30
Chord-Chen-30 / install_zsh.sh
Last active July 29, 2025 08:43
Install zsh without root. Also, oh-my-zsh and 2 plugins (zsh-autosuggestions zsh-syntax-highlighting).
#!/bin/bash
# Referenced from https://gist.github.com/ZhaofengWu/f345652e994e3b68c309352a7610460f. Nice scripts.
# New feature: Add plugins zsh-autosuggestions and zsh-syntax-highlighting
# 1. Set up your $HOME variable
# 2. If you set a new HOME, it's likely required to install ncurces. (Even the following code might skip installing!)
# 3. Read & Run the last few lines line-by-line
# HOME=...