home/roleplay/d0aefbc-2

D0aefbc 2

GPTClaudeGemini··924 copies·updated 2026-07-14
d0aefbc-2.prompt
Meta-Llama-3-8B-Instruct-Q6_K

---

ARC puzzle
input 0
[[6,6,6],[1,6,1],[8,8,6]]
output 0
[[6,6,6,6,6,6],[1,6,1,1,6,1],[8,8,6,6,8,8]]
input 1
[[6,8,1],[6,1,1],[1,1,6]]
output 1
[[6,8,1,1,8,6],[6,1,1,1,1,6],[1,1,6,6,1,1]]
input 2
[[1,1,1],[8,1,6],[6,8,8]]
output 2
[[1,1,1,1,1,1],[8,1,6,6,1,8],[6,8,8,8,8,6]]
input 3
[[1,1,1],[1,6,6],[6,6,6]]
output 3
[[1,1,1,1,1,1],[1,6,6,6,6,1],[6,6,6,6,6,6]]
input 4
[[6,8,6],[8,6,8],[1,6,1]]
output 4

---

expected response text:
[[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]]

actual response text:
[[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]]

status: correct

response dict:
{'id': 'cmpl-2d04fd71-a0a5-49e0-860c-e98b16bb3e6c', 'object': 'text_completion', 'created': 1715892129, 'model': 'Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q6_K.gguf', 'choices': [{'text': '[[6,8,6,6,8,6],[8,6,8,8,6,8],[1,6,1,1,6,1]]', 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 296, 'completion_tokens': 37, 'total_tokens': 333}}

when to use it

Community prompt sourced from the open-source GitHub repo neoneye/arc-prompt (Apache-2.0). A "D0aefbc 2" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

neoneye/arc-prompt · Apache-2.0