Chivas ST Attempter Introduction
Chivas ST Attempter Introduction
Attempter Introduction
Project Overview
1 2 3 4
Language &
Write Prompt Write Response Proofread
Subcategory
Task Workflow 1
Check Task Requirements: Subcategory
All code must be in this language, both in the prompt (if required)
and the response.
Swift Verilog
Python C++
Java C#
Go JavaScript
Task Workflow 2
Write a Challenging Prompt
Requirements Caution
Describe a problem with real-world applications Do not write too-general prompts like:
Be specific & detailed “Input data, clean it, and output a graph”
Explicitly ask for code “Build a webpage in JavaScript”
Do not ask for entire applications
Task Workflow 2
Prompt Requirements: Code Refactoring
Example
I am a computer science teacher and I am creating an exercise for my students. This exercise is the classic game of
Tic Tac Toe.
I need the code refactored into simpler functions, that are more efficient, and with comments added.
Requirements Caution
Provide an overview, working code and an ask. Do not ask for change in functionality or output
Do not ask for debugging
Do not include code that does not run
Task Workflow 2
Prompt Requirements: Problem Reflection
Example
I am a cybersecurity programmer at a central bank. Our vault stores banknotes from different countries but some
people try to deposit counterfeit banknotes. I was assigned to develop approaches to solve this problem. I want to
use Python to solve this problem. The code needs to do the following:
{{Details given}}
What are two Python-based approaches that can implement all these requirements?
Requirements Caution
Explicitly ask for 2-3 methods to solve a single Do not ask for entire applications
problem Do not ask for code that uses APIs, databases,
Inputs and outputs must be identical for all external dependencies
solutions
Task Workflow 2
Prompt Requirements: Test Reasoning
Example
I need to ensure my code behaves correctly for the input given to it. There are multiple conditions in logic, and I
want to confirm whether it is working as expected or not, so that I can be sure before making any modifications.
{{Code}}
Can you please provide explanations along with expected output for the test cases?
myfun(0)
myfun(-2)
Requirements Caution
Provide the problem statement, code and the Do not include expected code output in prompt
tests. Do not use code or tests with randomness
Do not use code that does not run
Task Workflow 2
Common Prompt Errors
A
Spelling High Complexity
Double-check grammar and Avoid writing prompts that involve
spelling using a tool like APIs, databases, hundred of lines
Grammarly. of code, etc.
Task Workflow 3
Write a Golden Response