Skip to content
View SebastianBoehler's full-sized avatar

Highlights

  • Pro

Organizations

@Design-and-Code

Block or report SebastianBoehler

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.

Content in all repositories owned by your account will be closed.
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
sebastianboehler/README.md

Sebastian Boehler

Computer science graduate student at the University of Tübingen building research software, agent tooling, and infrastructure for AI-assisted engineering. Based in Germany. Shipping public work through Sunderlabs and sebastian-boehler.com.

Public GitHub snapshot as of Aug 22, 2026: 108 public repos, 35 followers, active on GitHub since Apr 19, 2017.

Research

Current focus

  • Research software: evaluating LLM fine-tuning, next-turn prediction, dialogue rollouts, and autonomous experiment loops.
  • Agent tooling: building fast Go CLIs for AI-assisted development workflows, dependency diagnostics, and deterministic file editing.
  • University tooling: building practical interfaces around Alma, ILIAS, study workflows, and public data products.

Selected public work

  • polymarket-cpp-client (C++, updated Aug 19, 2026) - Lightweight C++ client for Polymarket APIs with REST and WebSocket support, designed for trading and market data access.
  • orpheus-podcast (Python, updated Aug 3, 2026) - Framework for podcast creation with search grounded llms for script generation and open source tts libraries
  • solana-dapp-learning (TypeScript, updated Apr 8, 2025) - Creating my first DAPP on solana with Next.JS
  • bybit_market_maker_cpp (C++, updated Aug 1, 2026) - C++ market-making example for Bybit linear perpetuals: laddered quotes with inventory skew, TP/optional SL, exposure guard, and fee/funding-aware PnL via private websockets.
  • domain-check-mcp (JavaScript, updated Aug 7, 2025) - A Model Context Protocol (MCP) server for checking domain availability using IONOS endpoints
  • binance-cpp-client (C++, updated Aug 18, 2026) - C++20 Binance Spot REST/WebSocket client, part of a C++ crypto exchange client suite

Contribution history

Stacked GitHub contribution history

All years from 2017-2026 are shown in one stacked calendar so the full activity arc is visible at a glance.

Links

Pinned Loading

  1. polymarket-cpp-client polymarket-cpp-client Public

    Lightweight C++ client for Polymarket APIs with REST and WebSocket support, designed for trading and market data access.

    C++ 38 7

  2. Tue-StudyOS/tue-api-wrapper Tue-StudyOS/tue-api-wrapper Public

    SDKs, native clients, and apps for University of Tübingen study systems: Alma, ILIAS, Moodle, TIMMS, campus data, and student workflows.

    Python 14

  3. solana-dapp-learning solana-dapp-learning Public

    Creating my first DAPP on solana with Next.JS

    TypeScript 5 1

  4. sec-data-fetcher sec-data-fetcher Public

    SEC EDGAR filings and financial-data toolkit in Rust: async client, native CLI, company facts, XML and HTML tables.

    Rust 2 1

  5. bybit-cpp-client bybit-cpp-client Public

    C++20 Bybit Open API V5 REST/WebSocket client, part of a C++ crypto exchange client suite

    C++ 1

  6. tue-cli tue-cli Public

    tue-cli is an interactive command-line toolkit for University of Tuebingen remote workflows. It provides one command for SSH access, machine discovery, VNC sessions, project sync/run flows, CUDA in…

    TypeScript