[Question]: Trying to figure out create_coding_feature pattern
#1582
Answered
by
ksylvan
mainlyetcetera
asked this question in
Q&A
What is your question?hey all. wanted to check what everyone's doing with the |
Answered by
ksylvan
Jul 6, 2025
Replies: 2 comments
0 replies
Answer selected by
ksylvan
|
@mainlyetcetera I don't know if you're still following this, but here is your answer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Indeed, its purpose is to edit and generate files.
The way it works is you feed the
code_helperoutput with its instructions into the create_coding_feature pattern.Of course, it's rudimentary and it doesn't always work (mostly because the LLMs sometimes create incomplete or bad file-change specifications that Fabric can not parse), but for small subtrees of code and using a powerful enough model, it works okay.
For example, I just created an empty directory, and in that directory, I ran this: