Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A benchmark/comparison/competition for AI code assistants I wanted to try one day

License

todpunk/vibe-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe-Journal

This is a showdown for AI agents I'm pitting against each other. They're being monitored, but I think vibe-journal is a funny name, so despite the fact that it's not vibed at all, we're calling it that. See the goal markdown files in each folder for more details.

State: starting

You need to run a database for each to work against with the following (changing the port for each):

docker run -d --rm --name postgres-test -e POSTGRES_USER=devuser -e POSTGRES_PASSWORD=devpass -e POSTGRES_DB=vibejournalpg -p 5431:5431 postgres:17

DB URL: postgresql://devuser:devpass@localhost:5431/vibejournalpg?sslmode=disable

Copyright Tod Hansmann 2025

Sessions feeding the LLM the prompt at current: Kimi-K2: 0 Claude: 0

About

A benchmark/comparison/competition for AI code assistants I wanted to try one day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published