Why This Direction Made Sense
AI became interesting to me because manufacturing quality knowledge is scattered.
A real investigation may depend on logs, fail codes, process flow, old issue reports, hardware confirmation, equipment behavior, and people’s experience. That knowledge is valuable, but it is not always easy to reach at the moment someone needs it.
The Backend Shift
AI-assisted workflows also changed how I think about backend systems.
They are not always simple request-response pages. They may involve retrieval, long-running tasks, streaming feedback, background processing, concurrent users, and human review.
That is why I started moving beyond Flask-style internal tools and learning FastAPI, async APIs, PostgreSQL, and clearer system boundaries.
For me, AI is not a replacement for manufacturing judgment. It is a way to make quality knowledge easier to retrieve, compare, and act on.