Experiment results: small open LLM for daily Python (29–30 Aug 2026) #128
YauhenBichel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried a small open LLM for daily Python: ask, write a test, fix a bug, add one function. One laptop. 29–30 August 2026.
Not everyday-ready. Everyday-ready still means beating an untuned
llama3.1:8bon live parse and a real ≥1 KB fix.The tables with the planted example live on Pages: Experiments. What you type: Scenarios. Same numbers in the README.
Results
Action:demo/orders,subtotl/stauts--engine openaiFour commands, as typed
ask "what does compute_total return?""int"run "write tests for apply_discount"if __name__run "find the NameError and fix it"subtotl→subtotal. No modelrun "add a function total_lines and a test"total_lines(prices)+ test. No modelLive first-Action parse (
eval_everyday.py --live,llama3.1:8b): 8 / 15.A leftover NameError (
stautsinsidedef status) asks what to return. It does not inventreturn "ok". Answeringokwrites that literal with no model.What I am not doing
This thread is for questions about the numbers. Design that is not a measurement stays in the other research discussions (eval protocol, fused weights).
All reactions