Categories
Automations functional programming llm typescript

AI-Driven Functional Programming in TypeScript

I use AI to write 95% of my code. While this has dramatically increased my productivity, it introduced a critical challenge: maintaining consistent code style in fp-ts projects. The AI would randomly switch between JavaScript Promises and TaskEither, use deprecated fp-ts functions, and generate 100+ line inline functions that completely defeated the purpose of functional […]