Technologies - Our tech stack
We understand the importance of using the right tools for the job. That's why we've spent years refining our tech stack to ensure we're always using the best tools for the job. At the same time, we're always looking for new technologies to help us stay ahead of the curve.

Languages and frameworks
We have experience with a wide range of languages and keep up-to-date with the latest frameworks.
llm.py
pyproject.toml
# ask the LLM to generate some code
ollama.chat(
model="deepseek-r1:7b",
messages=[
{
role: "system",
content: "You are an experienced engineer",
}
],
format=StructuredOutput.model_json_schema()
)