Tech article
Stop writing the function that guesses what messy input means
Community description: Every system I have ever built has a function in it that has to make a judgment call from messy...
Dev.to | Sep 14, 2026 | Michael Hairetis
Automated excerpt
Eventually the function is four hundred lines of accumulated special cases nobody can safely modify, and it still cannot handle a sentence it has not seen. Put an HTTP endpoint in front of a real coding agent. Now the judgment calls become function calls. I never wrote a date-phrase parser and never will. The agent handles what the deterministic layer cannot, and there is a dumb fallback beneath everything.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.