Programming with LLMs
Programming with LLMs means using AI assistance like ChatGPT or GitHub Copilot during coding. These AI tools function as a kind of pair programmer: they can suggest code, explain existing code, and help detect errors.
In the context of digital business engineering, this skill is important because you often need to rapidly prototype business solutions and integrate various systems. LLMs can speed up routine development tasks, giving you more time to focus on understanding business requirements and solving complex integration challenges.
Starting Points
- ChatGPT - A good starting point is to ask a language model like ChatGPT to help build business applications or data models.
- Use agent mode in VS Code - guide for using LLMs in a popular IDE
- GitHub Copilot for Business - enterprise-focused AI coding assistant
Key Points
- You use appropriate AI tools to efficiently develop business solutions and data integrations.
- The AI-suggested code is correctly integrated into the business application with appropriate security and compliance considerations.
- You can clearly explain what the generated code does and why this implementation was chosen in the context of business requirements.
- There is evidence that you have critically reviewed and tested the AI output, especially for business logic correctness and edge cases.