2 points | by zorokee 5 hours ago ago
1 comments
ArtificialCast is a strongly-typed object transformation library for .NET that uses LLMs to infer data conversions at runtime.
You define input and output types. It handles the rest—no mapping logic, no rules. Just structure, schema, and inference.
It works surprisingly well. A bit too well.
The failure mode is success.
I highly recommend reading the readme in the repo
Repo: https://github.com/Zorokee/ArtificialCast
ArtificialCast is a strongly-typed object transformation library for .NET that uses LLMs to infer data conversions at runtime.
You define input and output types. It handles the rest—no mapping logic, no rules. Just structure, schema, and inference.
It works surprisingly well. A bit too well.
The failure mode is success.
I highly recommend reading the readme in the repo
Repo: https://github.com/Zorokee/ArtificialCast