Skip to content
View andersbekkevard's full-sized avatar
πŸ’­
Hi!
πŸ’­
Hi!

Highlights

  • Pro

Block or report andersbekkevard

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
andersbekkevard/README.md

πŸ‘‹ Hi!

About Me

  • Studying Industrial Economics with CS at NTNU
  • Primary interests: agentic AI, developer tools, and full-stack
  • πŸ† 4th place in the Norwegian AI Championship 2026 out of 500 teams

Selected work

  • AOC Agent Harness β€” a local-first agent runtime in vanilla Python with constrained tools, resumable runs, explicit context/memory handling, and support for both cloud and self-hosted models.
  • Librarium β€” a full product for managing books and reading, with auth, backend infrastructure, Google Books integration, barcode scanning, analytics, and AI-assisted features.
  • OpenClaw workflow β€” building a multi-agent setup with Discord routing, isolated session contexts, webhook wakeups, cron workflows, and coding/research automation. As part of this process, we made logpulse which is a rust TUI for viewing and tracing tool calls, made with ratatui.

See more of what I’m building and writing at bekkevard.me.

Elsewhere

Side projects

  • mandelbrot β€” benchmarking different approaches to rendering the Mandelbrot set.
  • dotfiles β€” my personal development environment managed with GNU Stow.
  • raycast_scripts β€” small Raycast automations, mainly for jumping between browser tabs by URL pattern.
  • note2flash β€” converts highlighted reMarkable PDF exports into Anki cloze cards.
  • advent_of_code β€” using Advent of Code to learn new languages, especially Rust.
  • card β€” a small terminal business card you can run with npx andersbekkevard.
  • panopto β€” downloads lecture audio and transcribes it with local Whisper models or the OpenAI API.
  • heiderod β€” website for my family farm, built with React and TypeScript.
  • linalg β€” a Java linear algebra library for matrix operations, vector spaces, and projections.
  • backtester_java β€” a modular backtesting engine for financial trading strategies written in Java.

Pinned Loading

  1. librarium-app librarium-app Public

    Personal book management system

    TypeScript

  2. aoc-agent-harness aoc-agent-harness Public

    Coding agent implemented from scratch in python

    Python