Oblique Writer
An experiment in making AI-generated writing feel less like AI-generated writing.
I originally built Oblique as an AI writing system, but eventually ran into a problem I couldn't prompt my way around: regardless of what I asked for, the output kept falling back into the same recognizable "AI voice." So I started over.
The current version uses a five-stage generation pipeline informed by research into what makes generated fiction feel synthetic. I deliberately built directly against the model API rather than using an orchestration framework, giving me visibility into every stage of generation, while SQLite telemetry makes failures and intermediate outputs inspectable. An 11-prompt evaluation harness compares the pipeline against a same-model baseline, so improvements are measured rather than judged entirely by feel.