AI Discussion #9062
matthewkeil
started this conversation in
All Things AI
AI Discussion
#9062
Replies: 2 comments 4 replies
-
|
I've been iterating on AI-assisted development patterns across infrastructure-general and my personal IaC repos. A few things I'd like to share and get feedback on:
Also keen to discuss:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Ralph loops - still necessary? Claude now has a 1M token context window, and built in compression supposedly got better. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
There has been SOOO much activity in the AI space the last few weeks that is important to have another AI sync to surface important activity.
What sparked this meeting was surrounding token efficiency with regards to logging. I dont want to spoil the details but its fundamentally around creating AI-first development policies. Using this as a frame of reference we can create coherent workflows that are both human and more importantly AI friendly. This will be the heart of the discussion.
We also think its important to share some wins and losses that each of us have had.
If there is anything you want to add to the meeting topics feel free to add a note below and you will be included in the meeting flow and some time will be reserved for you.
Meeting Agenda
AI-First Development Policies and Procedures
Things are moving super fast with AI these days and it has wholesale changed the job description for all developers (along with many other careers). We have been adapting quickly to the changes but its still coming at us like a freight train. Having a coherent plan for how all the specifics come together such that both we humans and our bot companions are working both effectively and efficiently is critical for success. While the short list of ideas below is a taste there is lots of work to do so that we can learn from each other and refine the process as the tech itself matures (on a daily basis).
Log Context Reduction
There is a lot of excess context that we send to the frontier models when doing node debugging. It is possible to handle this in several different way, but lets invite discussion on which might lead to better outcomes and higher token efficiency. Some possible ideas are:
The above could be augmented by given the skill a resource.md file that has one full slot worth of information (or possibly two so it sees an epoch transition as well) that it can use to decide which lines are pertinent to grep/instrument for analysis and to gain context on full slot timelines.
Spec/Plan Driven Development
There are a few ways to slice the pie when building out features and often the complexity of the task necessitates different approaches to how an AI driven development workflow should play out. In particular spec/plan driven development has been a key area of success for some, and for others it feels like a waste of time. This also seems to echo what some of the youtube "prophets" tend to espouse. We would like to invited discussion on how some of us are approaching the process of prompting and context management these days (with 1M token context windows).
Round-Table Discussion
The Power of OpenClaw and Introducing Lodekeeper
Wow... just wow.... what a game changer
Beta Was this translation helpful? Give feedback.
All reactions