Contextually Relevant Candidate Work Samples, Side by Side.

Assess actual contemporary talent. Not vibe, hearsay, or puffery.

Profile
Strawberry 1

 

Rating4.7/5 Team Rating
Profile

Fade the Cuts

I'd fade the cuts narrative. Three cuts is hope, not data. I'm long defensives and short rate-sensitive growths that re-rated on the expectation. If the Fed delivers fewer than two, that unwind is violent and asymmetric in my favor ...

 

Rating4.5/5 Team Rating
Profile
response = client.messages.create(
    model="claude-sonnet-4-20250514",
    messages=[{
        "role": "user",
        "content": f"Summarize: {text}"
    }]
)

 

Rating4.9/5 Team Rating
Profile
Strawberry 2

 

Rating4.3/5 Team Rating
Profile

Bottom-Up Focus

Macro calls are a coin flip. I stay bottom-up — own companies with pricing power that don't need cuts to compound, and short the leveraged zombies that do. Rate environment's just a filter on which longs I size up ...

 

Rating4.8/5 Team Rating
Profile
class SummaryAgent:
    def __init__(self, client):
        self.client = client
        self.system = "You are a concise summarizer."

 

Rating4.2/5 Team Rating
Profile
Strawberry 3

 

Rating4.2/5 Team Rating
Profile

Harvest & Rotate

Both. Run the rate-sensitive longs into the first cut, harvest the move, then rotate. The alpha's in the transition — regional banks and homebuilders look mispriced relative to where 2Y yields are headed. Timing is everything here ...

 

Rating4.9/5 Team Rating
Profile
from langchain_anthropic import ChatAnthropic
from langchain_core.prompts import ChatPromptTemplate

chain = (
    ChatPromptTemplate
    .from_template("Summarize: {text}")
    | ChatAnthropic(
        model="claude-sonnet-4-20250514"
    )
)

 

Rating4.7/5 Team Rating
Pudding Logo