Skip to main content

2 posts tagged with "Agentic Coding"

Posts about AI-assisted and agentic development

View All Tags

I built xcepto-skill so AI agents can write better Xcepto tests

· 2 min read
Daniel Maß
Maintainer of Xcepto

Xcepto is still new, and that created an unexpected problem: AI agents were bad at writing Xcepto tests.

Not because the tests were impossible — but because the model had almost no reliable context. When I asked Codex to write Xcepto tests, it usually tried to infer the framework from whatever it could find. Sometimes it checked out Xcepto.NET somewhere temporary. Sometimes it guessed APIs through reflection. Sometimes it copied local fragments without really understanding the test model.