Recent content by Deathwing

  1. Deathwing

    Path of Exile

    Oh, that's dumb. I thought merc level was supposed to scale some generic buff stats and gate gear they could equip. Gem levels makes incremental upgrades more important and explains why the 83 combatant was trashing my control blocks combatant. This system is too powerful and only "balanced"...
  2. Deathwing

    Path of Exile

    How are you getting level 40 wrath? I didn't think they were skill gems.
  3. Deathwing

    Path of Exile

    Increased effect of non-curse auras in the presence of pinnacle bosses?
  4. Deathwing

    Path of Exile

    I love putting a build together in PoB only find core components that cost 10s of chaos last league now cost 10s of divines(MoM Impossible Escape). Kinda at a loss what to play. I like HRoC Necro(Gravebind and Kulemak staff with pops is required), but it can't handle Destructive Play with the...
  5. Deathwing

    Path of Exile

    I'm having trouble transitioning from a derpy control blocks merc to a cheap 83 merc. Am I really supposed to reset control blocks until I get a combatant without spectral helix?
  6. Deathwing

    Path of Exile

    Thanks. The grouping construct is what I was missing.
  7. Deathwing

    Path of Exile

    If you want a combatant with static strike and frost blades, both eligible for chain, how do you filter on the chain support on frost blades only?
  8. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    The /review skill is multi agent. The supervisor fires up a documentation, bug, complexity, git history, etc agents, checks their findings, scores them, and then presents it to you. AFAIK, it doesn't go back to the sub agents with "no, this is dumb", so there's not really a dialogue going on...
  9. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    Can you tell the difference if someone had already done an AI review on their code? If not, doesn't that imply you should review your own code similarly? If you can, do you toss the review away as it's potentially already into garbage territory? I've definitely done what your teammate has...
  10. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    That's definitely a "solution" and one my boss went to almost immediately. He's on the $200 Claude Code plan and was complaining about running out of tokens 5 days into his weekly session. I was lamenting having to ask for more(because I don't think we've solved the baggage that comes with AI)...
  11. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    Does anyone here use AI for reviewing code? clear conversation -> Review -> Fix or refute(and save to memory!) -> repeat I've never been able to get it to converge, it always finds new shit. And later into that cycle, a significant chunk of the findings are code changes it made.
  12. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    I've been working in my codebase for over a decade, so I know it pretty well. So the planning and implementation phases go pretty quick, I asked for the changes, I have a decent idea what the results are going to look like. It saves time in where exactly to put changes. Have you been using AI...
  13. Deathwing

    Path of Exile

    Anyone know if Focused Channeling and Pact of Lycia will apply(and snapshot) to an existing stack of WOrb? For example, let's say you encounter a tough target and you're not sure your WOrb has the snapshot buffs. Can you safely assume pressing the Pact and channeling for 3s will apply the...
  14. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    I mean that's essentially what I'm doing. It's far quicker and easier for me to type up a paragraph or two, and since I know the codebase pretty well, I can give quite specific details that mitigate wandering off and doing stupid shit. I like this from a standpoint of far fewer instances of...
  15. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    My boss has continued ramping up usage of AI(Claude Code) on our team. He's rolling out a couple skills that have me a bit concerned about how many tokens I'm going be using daily and my coding skills atrophying. He developed implementing and reviewing agents that will talk and iterate with...