# arXiv Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/arxiv
> Markdown URL: https://aitinkerers.org/technologies/arxiv.md
> Technology record last updated: 2026-02-25T10:24:15Z
> Generated: 2026-09-20T13:50:37Z

arXiv (pronounced 'archive') is the premier, open-access repository for e-prints in physics, mathematics, and computer science, facilitating rapid, pre-peer-review scholarly communication.

arXiv is a critical, community-supported resource: a free distribution service and open-access archive for scholarly articles (e-prints). Launched in 1991 by Paul Ginsparg, the platform now hosts over 2.4 million submissions across eight core subject areas (Physics, Math, Computer Science, Quantitative Biology, etc.). The service, operated by Cornell University, offers researchers immediate global dissemination; submissions are subject to moderation but are explicitly *not* peer-reviewed by arXiv itself. This model allows authors to establish intellectual precedence and democratizes access to cutting-edge research before formal journal publication.

- Official technology site: https://arxiv.org/
- Public AI Tinkerers demos and talks: 9
- Result page: 1 of 1

## Recent Public Talks and Demos

### [How to beat any benchmark with recursive self improvement](https://amsterdam.aitinkerers.org/talks/rsvp_PpT8TxQ4mtA)

I did build a system that autonomously evaluates and improves agents. The approach is backed by this paper: https://arxiv.org/abs/2603.28052 I applied this to a known agentic benchmark called Tau-bench from Sierra.ai. As a result I'm able to beat the benchmark by 10% on multiple domains.

- Event context: AI Tinkerers Demo Night: Agents in Various Forms — 2026-09-03 — Amsterdam
- Public talk page: https://amsterdam.aitinkerers.org/talks/rsvp_PpT8TxQ4mtA

### [From paper to strategy - a Nerovynn experiment](https://milan.aitinkerers.org/talks/rsvp_mtbG6B0zGzU)

Nerovynn is my own tool to trade, and i have built on top of it an agent that, among other things, downloads financial papers from arxiv, extracts knowledge, and tests a strategy on a 5+ years financial database all in a chat. I use claude code CLI as an interface

- Event context: AI Tinkerers Milan - February 24, 2026 - Agentic Orchestration in Financial Services: Architectures &amp; Demos — 2026-02-24 — Milan
- Public talk page: https://milan.aitinkerers.org/talks/rsvp_mtbG6B0zGzU

### [Writing Web Fiction With Modern Agentic AI](https://tokyo.aitinkerers.org/talks/rsvp_FmH8C6xn8eo)

How to write a lengthy (novella-length or longer) story for the web using agentic AI: not just typing "Write a novel" into a ChatGPT box, but using actual production level agentic techniques to produce quality text that stays coherent across long spans, remembering details about characters and world while correcting itself when it makes mistakes. Build a system capable of long-range planning, that debates and argues with itself about how to achieve the best results. The techniques introduced here are compatible with all kinds of long-form text generation, and I use many of them in my day job as a senior researcher designing LLMs. Techniques used include: Long Range Agentic Planning (NCP, Next Chapter Prediction) Multi-Agent Debate Framework RAG (Optional)

- Event context: AI Tinkerers Tokyo Kickoff – October 10, 2025 — 2025-10-10 — Tokyo
- Public talk page: https://tokyo.aitinkerers.org/talks/rsvp_FmH8C6xn8eo

### [Off Topic Guardrails / Automation with LLMs &amp; GitHub Actions](https://singapore.aitinkerers.org/talks/rsvp_PsNuftEsdZU)

I’m deciding between the two Ideal 1: Finetuning embedding models to classify if a user prompt is on/off topic with reference to a system prompt. I Will quick demo synthetic data generation process, architecture, and model Idea 2: Here, I demo a simple repo that summarises arVix papers with Gemini’s pdf processing &amp; GitHub actions. The pipeline automatically updates the README daily.

- Event context: AI Tinkerers Singapore: Meetup - September 16th, 2024 — 2024-09-16 — Singapore
- Public talk page: https://singapore.aitinkerers.org/talks/rsvp_PsNuftEsdZU

### [@ArXivGPT](https://paris.aitinkerers.org/talks/rsvp_jAsdCp-9_fc)

An bot tweeting AI-generated arXiv summaries from an X account.

- Event context: AI Tinkerers - Paris Inaugural Meetup featuring Mistral AI — 2024-09-03 — Paris
- Public talk page: https://paris.aitinkerers.org/talks/rsvp_jAsdCp-9_fc

### [Greg Schoeninger](https://la.aitinkerers.org/talks/rsvp_7EH67dJS-wc)

ArXiv deep dive promo

- Event context: Aug 28th - LA AI Tinkerers Meetup &amp; Demos — 2024-08-29 — Los Angeles
- Public talk page: https://la.aitinkerers.org/talks/rsvp_7EH67dJS-wc

### [Exploiting the Signal-Leak Bias in Diffusion Models](https://lausanne.aitinkerers.org/talks/rsvp_vhQGhvfVwH4)

I will show a Jupyter Notebook demo of my research work on a bias present in most diffusion models for image generation, especially Stable Diffusion (v1 and v2). I will show that there is currently a discrepancy between training and inference processes in these models, and show how to fix and exploit this discrepancy to gain more control over generated images. The method does not require any additional training and can be applied directly during inference. Project page: https://ivrl.github.io/signal-leak-bias/ Research paper: https://arxiv.org/abs/2309.15842 Github: https://github.com/IVRL/signal-leak-bias

- Event context: AI Tinkerers Lausanne Inaugural June Meetup — 2024-06-24 — Lausanne
- Public talk page: https://lausanne.aitinkerers.org/talks/rsvp_vhQGhvfVwH4

### [Arxiv rag](https://la.aitinkerers.org/talks/rsvp_XMJWxZNw3Ms)

Code that derives a rag setup using 600+ arxiv papers

- Event context: May 21st - LA AI Tinkerers Meetup &amp; Demos — 2024-05-22 — Los Angeles
- Public talk page: https://la.aitinkerers.org/talks/rsvp_XMJWxZNw3Ms

### [LabGPT🧬](https://munich.aitinkerers.org/talks/rsvp_-Cca6iFF_X0)

Lab GPT is your autonomous biology assistant. It’s currently especially good at: 🔄 Predicting protein structures 🔍 Finding matching 3D protein structures 🤝 Identifying Protein-Protein Interactions 🔬 Designing Primers with precision 📚 Use ArXiv to answer research questions ✨ But you can ask it whatever you want! It can write and execute new code. Furthermore, it can plan approaches to complex tasks and flexibly use these tools in conjunction to help you solve your biology task!

- Event context: AI Tinkerers Munich - January 18 — 2024-01-18 — Munich
- Public talk page: https://munich.aitinkerers.org/talks/rsvp_-Cca6iFF_X0

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 214 public demos
- [RAG](https://aitinkerers.org/technologies/rag) ([Markdown](https://aitinkerers.org/technologies/rag.md)) — 147 public demos
- [ArxivGPT](https://aitinkerers.org/technologies/arxivgpt) ([Markdown](https://aitinkerers.org/technologies/arxivgpt.md)) — 1 public demo
- [Autonomous agents](https://aitinkerers.org/technologies/autonomous-agents) ([Markdown](https://aitinkerers.org/technologies/autonomous-agents.md)) — 1 public demo
- [Codex](https://aitinkerers.org/technologies/codex) ([Markdown](https://aitinkerers.org/technologies/codex.md)) — 44 public demos
- [Diffusion models](https://aitinkerers.org/technologies/diffusion-models) ([Markdown](https://aitinkerers.org/technologies/diffusion-models.md)) — 5 public demos
- [Embedding models](https://aitinkerers.org/technologies/embedding-models) ([Markdown](https://aitinkerers.org/technologies/embedding-models.md)) — 4 public demos
- [Gemini](https://aitinkerers.org/technologies/gemini) ([Markdown](https://aitinkerers.org/technologies/gemini.md)) — 188 public demos
- [GitHub](https://aitinkerers.org/technologies/github) ([Markdown](https://aitinkerers.org/technologies/github.md)) — 74 public demos
- [GitHub Actions](https://aitinkerers.org/technologies/github-actions) ([Markdown](https://aitinkerers.org/technologies/github-actions.md)) — 20 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Jupyter notebook](https://aitinkerers.org/technologies/jupyter-notebook) ([Markdown](https://aitinkerers.org/technologies/jupyter-notebook.md)) — 13 public demos
- [LabGPT](https://aitinkerers.org/technologies/labgpt) ([Markdown](https://aitinkerers.org/technologies/labgpt.md)) — 1 public demo
- [LLMs](https://aitinkerers.org/technologies/llms) ([Markdown](https://aitinkerers.org/technologies/llms.md)) — 83 public demos
- [Nerovynn](https://aitinkerers.org/technologies/nerovynn) ([Markdown](https://aitinkerers.org/technologies/nerovynn.md)) — 1 public demo
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [Stable Diffusion](https://aitinkerers.org/technologies/stable-diffusion) ([Markdown](https://aitinkerers.org/technologies/stable-diffusion.md)) — 32 public demos
