7 comments

  • ricardobeat3 hours ago
    What percentage of this was written with AI?<p>&gt; A command can feel ambient without making its credential model-visible.<p>I&#x27;d be wary of following guidelines on how to build <i>human-computer interaction</i> systems that weren&#x27;t written with full human oversight. This kind of wording makes me wonder if these are actual recommendations or just the AI pattern-matching and hallucinating something that looks coherent.
    • chrisweekly3 hours ago
      &quot;weary&quot; means &quot;tired&quot;, you meant &quot;wary&quot; (guarded against or cautious and skeptical)
    • lopopolo3 hours ago
      You can read the receipts in the linked source material yourself. I’ve also read and signed off on every word in this anthology. Try it before you knock it?<p>But yes, 100% of the content of this repository was written by GPT-5.6 Sol Ultra.
  • lopopolo7 hours ago
    Hi folks, author here and also author of the seminal OpenAI blog on this topic. Let me know how I can help you all let it rip.
    • hankbond4 hours ago
      How do you view harness engineering as an organic development that emerges from its use within a specific domain? Basically the meta-loop that allows an agent to tailor its harness to improve outcomes based on performance feedback. I use Pi a lot and I&#x27;m very interested in &quot;self-assembling software&quot;.<p>One concrete example might be maintaining a conventions document per-project that covers how to name things semantically from a list of nouns and verbs. The idea is that LLMs are often not very globally aware, but it&#x27;s important to maintain coherence across a code base in order for it to scale (in size and over time). Sometimes an LLM might call the same concept a Materialization, sometimes a Projection, and its not useful if its using two terms interchangeably without purpose.<p>Basically, how are you maintaining coherence when there isn&#x27;t a human steering the code beyond providing requirements and validation directives?<p>I see you have relevant context in the repo like <a href="https:&#x2F;&#x2F;github.com&#x2F;lopopolo&#x2F;harness-engineering&#x2F;tree&#x2F;trunk&#x2F;docs&#x2F;durable-systems&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lopopolo&#x2F;harness-engineering&#x2F;tree&#x2F;trunk&#x2F;d...</a> but I&#x27;m curious what exists beyond context. Do you use any tooling to steer this type of thing more consistently?
      • lopopolo4 hours ago
        Your example is super amenable to vibing some tests. As an example, I’ve been able to ban `number` from representing a duration by walking the AST in a linter to fail if var or param names that look like the end in millis or ms or sec appear. This is largely good enough. If you see that “drifting” behavior appear more than once, you have enough to stop and force the agent to write some static verifiers that reject all but the option you want. For a closer example, we did this with zod schemes and their corresponding inferred types to be universally ZPascalCase and PascalCase instead of camelCaseSchema and CamelCase
        • hankbond3 hours ago
          Yes that&#x27;s a great example! I think this type of &quot;structural&quot; harness engineering is what people need to be focusing on at this point in the journey. I think in almost all cases &quot;agentic engineering&quot; really is just &quot;good software engineering practices enforced adversarially&quot;. Without guards, even the best models still behave like that Patrick Not My Wallet meme.
        • lopopolo4 hours ago
          And to address your broader question, yes this is a form of RSI and to me a vastly superior approach to fine tuning since it allows adopting new model releases without throwing anything away while still having the same effect on improving adherence to local acceptance criteria.
    • mips_avatar5 hours ago
      One challenge&#x2F;opportunity I&#x27;ve had is harnessing really wide running cheap agents. Any thoughts on how to move really cheap agents beyond basic summarization so we can go broader than the pricing of frontier llms allows?
      • lopopolo4 hours ago
        Your “really cheap” agents can’t be so cheap that they do not have good tool calling skills. But! Using bigger models to put guardrails in place as static verifiers allows lower complexity changes to “self steer” as tests fail, which means coming down on the cost curve is more effective.
        • mcapodici4 hours ago
          I was experimenting and found deepseek-v4-flash and found it cheap (way cheap compared to sota models) and perfectly good at tool calling. I did a post on it <a href="https:&#x2F;&#x2F;martincapodici.com&#x2F;2026&#x2F;07&#x2F;18&#x2F;weekly-ai-learnings-3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;martincapodici.com&#x2F;2026&#x2F;07&#x2F;18&#x2F;weekly-ai-learnings-3&#x2F;</a><p>So $1.5 for 40m tokens I guess would cost much more with sota (but would need less tokens perhaps).
    • hahahaa4 hours ago
      Thanks. I am guessing you have to try stuff and build tacit experience. No other way, just get stuck in and try stuff, then try and learn bits from others?
      • lopopolo3 hours ago
        The models are very good now so the feedback cycle on these meta adjustments is much tighter. Yesterday I was able to one shot a Liquid Glass, HIG-compliant and localized DICOM image viewer (frame by frame and looping video) with Apple Intelligence for de-jargoning the series details. Took 30 minutes. But the app had 60% CPU because it was not caching the decoded JPEGs. I can do a point in time fix for that of course, but the more interesting thing is why that misaligned code was permitted to be generated in a “done” artifact in the first place. What other misaligned code from a perf perspective might there be? And how do I intervene into the system that produced this software to make these misalignments statically not meet acceptance criteria?
      • lopopolo4 hours ago
        Basically yea. It is the only way to learn how to outrun your priors on what “high ambition” looks like. The labor that goes into implementation is an uncapped resource now.
    • jpitz5 hours ago
      This is interesting. I&#x27;d already had a conversation with my harness ( pi ) about incorporating continuous improvement. This is a great deal better than what I came up with.
      • lopopolo5 hours ago
        Glad to hear it! Good luck, have fun. The agents tend to do a pretty good job incorporating these ideas. This was an unexpected thing we learned when publishing the initial harness engineering post.
    • slopinthebag4 hours ago
      What motivated you to quote your own quote (??) in your readme claiming to boost productivity by 100x, and where did you derive that number from?<p>&quot;When a quote sounds profound enough, reality usually nods out of politeness, without echoes is just a sentence wearing pajamas.&quot; - slopinthebag
      • burnto56 minutes ago
        Don’t worry, the 100x boosted harness wrote it
      • kubb4 hours ago
        I would also love to know. Sounds dubious to say the least.
      • esafak3 hours ago
        He&#x27;s reached the singularity. Just kept pointing the agent at its own output, and leveled up...
  • segmondy2 hours ago
    I don&#x27;t even know how to feel about this after glancing through the repo.
  • bagels6 hours ago
    The mother of all prompt injections.<p>Do others at OpenAI use this?
  • zombiwoof5 hours ago
    [dead]
  • minraws4 hours ago
    [flagged]