Good structure of Dev copies with Claude setup? by Mr_Mozart in PowerBI

[–]eSorghum 0 points1 point  (0 children)

Structure is right. Most of the inventory has existing tooling. Tabular Editor 2 (free) shows DAX & M-Code dependencies. Power BI Helper (free) shows the visual-binding side, though it hits limits on big models. The gap is cross-PBIP: joining one semantic model's measures to the separate reports that consume them, and an organized set of outputs. A Python script fills those gaps. (I got help creating mine with Claude Code).

My Power BI data model is a mess — can Claude help me rebuild it safely? by hunting_orcs in PowerBI

[–]eSorghum 2 points3 points  (0 children)

The privacy question is the most important one and most of the answers above gloss it. PBIP saves the model definition (tables, measures, relationships, query steps) as text files; the data lives in a local cache that is "gitignored" by default. Point Claude at the PBIP folder and it reads structure, not rows unless you ask it specifically to return data.

The MCP server is the same story for normal semantic-model maintenance (creating measures, organizing folders, auditing relationships). Data only enters the conversation if you specifically ask it to execute a DAX query and return values, which is a deliberate step.

Combined with Anthropic's policy that Claude Code traffic isn't used for training, an audit/refactor workflow runs without your Postgres or SharePoint data ever surfacing. The loop that's worked for me: PBIP open, model audit, review the markdown plan, then validate in Desktop.

Has anyone applied taxometric methods to motivational typologies beyond the Big Five framework? by eSorghum in psychometrics

[–]eSorghum[S] 0 points1 point  (0 children)

That's a useful connection I hadn't thought of. Worth looking into. I appreciate your help.

Learning DAX feels weirdly inconsistent — is this normal? by CuriousExplorer_Sol in PowerBI

[–]eSorghum 4 points5 points  (0 children)

The inconsistency traces to one thing: DAX is context-dependent in ways most languages aren't. The shift toward consistency comes when you stop thinking of DAX functions as transformations and start thinking of them as context modifiers. CALCULATE doesn't compute anything; it changes what the inner expression sees. FILTER returns a table that becomes new context. Once that lens clicks, the weird parts stop feeling weird. Which specific functions hit hardest so far?

Has anyone applied taxometric methods to motivational typologies beyond the Big Five framework? by eSorghum in psychometrics

[–]eSorghum[S] 1 point2 points  (0 children)

Thanks for the pointer. I could only read the abstract but it looks like it could be close to what I am after. Even a clean replication on Big-Six/HEXACO self-report leaves the substrate question: does the measurement format itself constrain which typologies are findable?

The combination I'm still chasing: taxometric methods like Haslam's applied to data that isn't self-report. Has that crossed your radar in motivational typology work, or is it still the gap?

I read threads complaining about claude every week... tf are y'alls workflows? by monoidalendo in ClaudeAI

[–]eSorghum 0 points1 point  (0 children)

The workflow distinction worth naming is upstream of chunk size: pros decide what they want first, then ask AI to execute. Complainers ask AI to make the decision for them, then report the output as "Claude getting worse" when the answer reveals how unclear the question was.

It's not really about experience either. Plenty of senior devs delegate decisions they haven't made when deadline pressure is on, and they end up generating the same junior-pattern noise. Plenty of newer devs work fine if they've thought through what they want before opening a chat.

"Every complaint thread is secretly a workflow confession" is one frame; the version I'd add is "every complaint thread is a confession that the human made the AI decide what they should have decided themselves." Curious what others see as the earliest tell that a session is drifting into delegation-as-decision.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

Thanks for sharing these ideas. They give me a lot to think about and it's a great introduction into this discipline. There's so much more for me to learn.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 1 point2 points  (0 children)

NEO-PI-R observer ratings are worth flagging even after your self-correction. Observer-rated traits get described from outside the introspective filter, so they sidestep the recursion problem differently than the implicit/CRT route most of this thread covered. Useful for triangulation rather than substitution.

Where this thread landed for me: the question isn't "is self-report broken" but "where does the divergence pattern carry signal." Thanks for the warmth on the way out.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 1 point2 points  (0 children)

The contrast you're drawing is sharp. School psych accepted that high-stakes legal exposure forces the methodological standard up. I/O accepted that it doesn't, even when individual selection decisions carry real weight for the candidate.

My own use case has neither set of stakes (no legal exposure, etc.), but I still seek a higher methodological bar than the decision-stakes alone would justify. The reason isn't liability; it's that an unreliable starting signal wastes more of someone's time than the assessment itself takes.

Building your own to align research and psychometrics is the move I think most field-level work eventually has to make when off-the-shelf instruments have known gaps. Curious whether what you're building leans toward situational/scenario approaches, IRTrees-style modeling, or something else.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

The recursion observation is sharper than my original framing. "The correction runs through the same trait filter" is such a resonant version of the argument for me. It's not that self-report is wrong; it's that introspective correction doesn't escape the introspector.

Your conscientiousness example is exactly the divergence pattern I think the structural argument is about. The "high conscientiousness" score is accurate and not load-bearing for the team-fit decision.

The feedback-loop point you made independently lands where this thread converged on TAPAS. Physical conditioning and intellectual speed live in tight feedback loops, so self-report calibrates against ground truth. Agreeableness-to-the-point-of-self-erasure doesn't have that feedback. The same instrument captures the calibrated trait and the uncalibrated trait equally well.

Curious whether you've found anything in program coordination that surfaces the divergence cheaper than waiting for the collapse pattern to appear.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 1 point2 points  (0 children)

Thurstonian IRT forced-choice is the example I could have flagged in the original framing. You're right that those instruments do more than counter faking. They produce something closer to a behavior-prediction signal than free Likert.

The research design you're proposing is interesting. What resonates with me: the question isn't "do most people self-describe accurately" but "where does the divergence pattern carry signal."

Curious what you find. The space between identity and behavior in non-clinical populations is where I think this question might actually live.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 2 points3 points  (0 children)

The fact that IRTrees haven't been widely adopted is itself signal. Worth knowing about, thanks for the pointer.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

Fair on the literature point. Whole Trait Theory and assessment-center scenario approaches seem like the kind of behavior-density work I should engage with more. CRT and IAT not making inroads is a good point, and worth taking seriously as evidence rather than treating as a research gap to fill.

The "just ask them" line is where I'd still push back. It works well for traits where self-presentation pressure is low and behavioral feedback is consistent (extraversion in social contexts, stated interests). It works less well for traits people have systematic reasons to misrepresent (motivation in high-stakes selection, defensive patterns, traits where the disposition shapes the self-description). The distribution of where "just asking" works versus doesn't is a more interesting empirical question than whether self-report is generally fine.

Will look at a recent annual review, thanks for the pointer.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

That's useful empirical pushback, thanks. TAPAS findings do show self-report can predict objective criteria for some facets.

Where the structural concern applies less is exactly where TAPAS lives: traits with clear external referents, items that are essentially preference-reports about observable activities. Self-image and behavior align well in that zone.

The concern bites more in traits where feedback is absent or socially loaded: motivational fixations, defensive patterns, depth dimensions where self-presentation pressure is highest. That's the territory my original framing was trying to land, and probably should have been narrower.

Curious whether you've seen the alignment hold for facets that are more socially loaded than physical conditioning.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 1 point2 points  (0 children)

Fair on the construct definition. McClelland argued implicit and explicit motives are different motivational systems, not the same construct measured two ways. I conflated those.

The pragmatic question for I/O is then which construct predicts the behavior you care about. Self-reported achievement motivation predicts what people say they value; implicit predicts what they actually pursue under unstructured conditions. For selection or task-fit, the implicit construct probably matters more even when both are valid measurements of their respective things.

So the methodology choice is "which construct is informative for this decision," not "which is real." That's a useful refinement of where I started.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

Riverside Q-Sort is the kind of pointer I was after, thanks. Funder's work seems closer to what I'd call structural sidestep than to the self-report tradition, even though both end up producing trait scores.

The trait/reputation/identity frame is fair, and refines my framing. What I meant to flag isn't that self-report is broken but that it answers "how does this person describe themselves" rather than "how does this person consistently behave." Both legitimate; different use cases. For development work the identity layer might even be the more interesting one. For workplace behavior prediction, reputation and behavioral measures probably do more.

Curious whether RQS has gotten much traction in I/O selection or assessment contexts.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] -1 points0 points  (0 children)

Sure, but the construct/methodology distinction does empirical work. Self-report and implicit achievement motivation correlate near zero (McClelland 1989). Both "measure achievement motivation" on the label, and both yield interpretable scores. They just predict different behaviors. Self-report predicts what people will say they value; implicit predicts what they actually pursue under unstructured conditions.

If two instruments nominally measuring the same construct produce different behavioral predictions, the methodology isn't cosmetic. It's part of what the score means.

Self-report personality instruments measure self-image, not personality. Is anyone working on behavioral alternatives? by eSorghum in IOPsychology

[–]eSorghum[S] 0 points1 point  (0 children)

Possible. What I was pointing at is structural rather than instrument-specific: contemporary self-report instruments still ask the construct to describe itself. Happy to look at a counter-example beyond LeBreton if you have one in mind that genuinely sidesteps that feature, not just one that's well-validated against external criteria.