Introduction This blog post aims at giving a crash course in this huge domain of computer science that is concerned with compilers for programming languages. All our examples will be taken from the Kotlin programming language. Let's get started because we have a lot of ground to cover! I hope you enjoy this introduction to such an interesting topic. What is a Compiler? Compilers: Principles,…
What are Coding Agents ? Definition A software that allows interaction with LLMs and chains calls (or, put another way, a conversation ), maintaining a specific context and enabling the use of tools to expand the conversation's context and, furthermore, allow the LLM to create, modify, and generally interact with the system in question. Anthropic defines it as follows: Systems where LLMs…