Skip to main content

This Month We AIed #1

Picture of Maria Kucharczyk, Chief Marketing Officer at <a href="https://softwaremill.com/">SoftwareMill</a>

Maria Kucharczyk

Chief Marketing Officer at SoftwareMill
Aug 21, 2025|20 min read
logos_VirtusLab_SoftwareMill
1You are an expert in prompt engineering and Python scripting. Improve the following prompt to generate a more detailed summary. Propose in separate paragraphs extra metrics which could be possibly helpful based on given examples. Think before the final answer. Ensure that your generated prompt is clear and unambiguous, and include all necessary information.
2
3<prompt>
4
5[ ... I wrote in simple terms what I want to achieve, with a few examples of the logs without focusing on the form and technical details of the implementation ... ]
6
7</prompt>
8
9Return the final prompt in markdown format
Image Alt

Image Alt

Image Alt

1brew install openjdk@21
2echo 'export PATH="/opt/homebrew/opt/openjdk@21/bin:$PATH"' >> ~/.zprofile
3
4sudo ln -sfn /opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-21.jdk
5
6
7
8sdk list java (to check if 21.0.7-tem (LTS) is installed)
9
10sdk install java 21.0.7-tem (if not installed)
11
12sdk default java 21.0.7-tem
13
14sbt about (to verify)
15
16
17
18Update in IDE:
19
20File → Project Structure → Project: select temurin-21
21
22File → Project Structure → Modules → my-module → Sources tab: removed all previous sources and select usage of java version 21

Subscribe to our newsletter and never miss an article