<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="340912" data-post-id="340912">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="restlessronin" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/restlessronin/120/24826_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  restlessronin
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>As a non-IDE option, I offer this tool that I built for providing code context to (primarily) Claude Projects. But it works with OpenAI GPTs as well as LLM chats that don’t have “knowledge” files.  It might be particularly useful with o1/o1-mini ATM, since those chats don’t yet allow attachments.</p>
<p>I basically paste my entire codebase in one operation into “Knowledge” in a Claude 3.5 Sonnet Project and work on each task in a single chat. It’s shocking how effective it is.</p>
<p>I’m not knocking Aider/Cursor/Continue, they’re all wonderful projects. It’s just that I find I’m more productive in a chat environment where I go through many iterations on AI generated code before I’m happy with the result. I also like knowing exactly what’s in the context and what the prompt is.</p>
<p>And yes, the tool was dogfooded / bootstrapped with itself <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"></p>
<p><a href="https://github.com/cyberchitta/llm-context.py" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/cyberchitta/llm-context.py</a></p>
<p>Happy to get feedback from any users. Since this isn’t an elixir project, it might be better to provide specific feedback on the project issues tab, rather than here.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="340912" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/aider-claude-3-5-sonnet-works-really-well-with-elixir/65016/42">Post #41</a>
	                </div>
	            </div>
              <div id="likers-container-340912" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="340912"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>