Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama

Disclaimer: This article details an experimental project built for learning and demonstration purposes. The implementation described is not intended as production-grade solution. Some parts of the code were generated using JetBrainsโ€™ AI Agent, Junie. Have you ever found yourself filling out the same information on web forms over and over again? Name, email, address, phone … Read more

Exploring the Impact of Stack Size on JVM Thread Creation: A Myth Debunked

Does stack size have an impact on the number of native threads that can be created in a JVM environment?