You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ace-fca.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Advanced Context Engineering for Coding Agents: Getting AI to solve complex problems in brownfield codebases
1
+
**PRE RELEASE** - if you're reading this, this post has not been published fully yet - feedback welcome but please don't pass this around just yet!
2
+
3
+
# Advanced Context Engineering for Coding Agents: Lessons Learned trying to get AI to solve complex problems in brownfield codebases
2
4
3
5
Hey folks, dex here.
4
6
@@ -270,6 +272,9 @@ The [cancelation PR just got merged last week](https://github.com/BoundaryML/bam
270
272
271
273
✅ So we can solve complex problems too.
272
274
275
+
276
+
277
+
273
278
### This is not Magic
274
279
275
280
Remember that part in the example where I read the research and threw it out cause it was wrong? Or me and Vaibhav sitting DEEPLY ENGAGED FOR 7 HOURS? You have to engage with your task when you're doing this or it WILL NOT WORK.
@@ -280,6 +285,12 @@ Frequent Intentional Compaction via a research/plan/implement flow will make you
280
285
281
286
<imgwidth="1331"height="748"alt="Screenshot 2025-08-29 at 11 16 08 AM"src="https://github.com/user-attachments/assets/f12a10e2-7ffe-44c5-9d9a-b6e42ff5251e" />
282
287
288
+
### Eggs on Faces
289
+
290
+
Last week, @blakesmith and I sat down for 7 hours and [tried to remove hadoop dependencies from parquet java]() - the deep dive on everything that went wrong and my theories as to why, I'll save for another post, suffice it to say that it did not go well.
291
+
292
+
There are big hard problems you cannot just prompt your way through in 7 hours, and I'm still curiously and excitedly hacking on pushing the boundaries
293
+
283
294
284
295
### On Human Leverage
285
296
@@ -296,7 +307,7 @@ So you want to **focus human effort and attention** on the HIGHEST LEVERAGE part
296
307
<imgwidth="1331"height="745"alt="Screenshot 2025-08-29 at 11 17 13 AM"src="https://github.com/user-attachments/assets/305d3716-cb5c-4c1d-bb2b-bc035b35540b" />
297
308
298
309
299
-
When you review the research and the plans
310
+
When you review the research and the plans, you get more leverage than you do when you review the code. (By the way, one of our primary focuses @ [humanlayer](https://hlyr.dev/code) is helping teams build and leverage high-quality workflow prompts, and in creating great collaboration workflows for ai-generated code and specs).
300
311
301
312
### What is code review for?
302
313
@@ -351,7 +362,7 @@ And I believe pretty strongly that if you don't figure this out, you're gonna ge
351
362
352
363
We're pretty bullish on spec-first, agentic workflows, so we're building tools to make it easier. Among many things, I'm obsessed with the problem of scaling these "frequent intentional compaction" workflows collaboratively across large teams.
353
364
354
-
On Tuesday, we're launching CodeLayer, our new "post-IDE IDE" in private beta - think "Superhuman for claude code". If you're a fan of Superhuman and/or vim mode and you're ready to move beyond "vibe coding" and get serious about building with agents, we'd love to have you join the waitlist.
365
+
Today, we're launching CodeLayer, our new "post-IDE IDE" in private beta - think "Superhuman for claude code". If you're a fan of Superhuman and/or vim mode and you're ready to move beyond "vibe coding" and get serious about building with agents, we'd love to have you join the waitlist.
355
366
356
367
**Sign up at [https://hlyr.dev/code](https://hlyr.dev/code)**.
0 commit comments