Post BAWhaQhQVIN9Dg22oi by matt@toot.cafe
(DIR) More posts by matt@toot.cafe
(DIR) Post #BAWhaO9Jz7u3JK3mNc by matt@toot.cafe
0 likes, 0 repeats
I'm releasing my first serious fully agentically coded project. Call it vibe-coding or slop if you want; it's true that I haven't yet reviewed the code, and I mostly let Claude write the documentation. But I'm being transparent about LLM usage, including a full Claude Code transcript.The project is called axum-marko, and it's an integration of the Axum server-side web framework for Rust and the Marko 6 frontend language/compiler, with a forum app as a demo. https://github.com/mwcampbell/axum-marko
(DIR) Post #BAWhaOPyzBEM8zr5Lk by matt@toot.cafe
0 likes, 1 repeats
A follow-up on the axum-marko project that I posted about a few weeks ago, in the parent post: I now consider this hastily done slop, and I regret having published it. I've deleted it from GitHub and crates.io. This doesn't mean I renounce all use of LLMs for coding, but this project was precisely the kind of foundational software that deserves to be implemented carefully, not hastily and without thorough review. So I've withdrawn my earlier addition to the slop in the world.
(DIR) Post #BAWhaQhQVIN9Dg22oi by matt@toot.cafe
0 likes, 0 repeats
I did the project this way because I wanted it to exist but wouldn't have had time to build it manually. I started on it late yesterday evening, continued late into the night and this morning. And now it does exist. I know I should manually review and polish the code and docs before I expect anyone else to want to use it.