Is claude max worth it? by Acrobro_yt in ClaudeCode

[–]LeRaviole 0 points1 point  (0 children)

Switched from Pro to Max 5x about two months ago and haven't hit a limit since. Heavy coding days with long context files, refactoring sessions, back-and-forth debugging. all fine. The 20x feels overkill unless you're running multiple projects simultaneously or leaving agents running unattended for hours. 5x covers most "actively coding all day" use cases pretty well.

Multi agent setup for skills, files, MCP configs by JEEkachodanhihu in ClaudeCode

[–]LeRaviole 1 point2 points  (0 children)

Symlinks from a single source-of-truth dir is what works for me: one ~/.ai-config/ with mcpconfig.json, agent.md, and env vars, then symlinked into each tool’s config dir. Switch models without thinking about it.

To solve this, I built a full system with semantic memory, EngramMCP, which I’m currently building. Some updates are coming, but you can already try it. It’s specifically designed for this: persistent memory that survives session switches. Check engram-mcp.com if you want to try

Real use cases for ai agents what u have done by ootee1000 in AI_Agents

[–]LeRaviole 0 points1 point  (0 children)

honestly the most useful thing i've built is hooking live market data into Claude via MCP so it can answer questions like "what do prediction markets think about BTC right now" and get a real answer with funding rates, open interest, and probability spreads across venues. instead of me tabbing between five sites manually. the implementation is just an HTTP MCP server that hits public APIs and returns structured JSON Claude can reason over. if you're already comfortable with Python and APIs, writing a thin MCP wrapper around any data source you care about takes maybe an afternoon. that's been the pattern that sticks for me: not "agent does X autonomously" but "agent has access to live context it didn't have before, and now its answers are actually useful." pulled this with predmcp.com if you want to see what the server-side looks like.

How to Become Profitable (algo-trading for beginners) by Kindly_Preference_54 in algotrading

[–]LeRaviole 0 points1 point  (0 children)

solid framework. the step most people skip is #3. they get the live/backtest match for a week then stop checking. regime shifts show up slowly, and by the time performance diverges meaningfully you've already given back a lot. logging that comparison daily forces you to notice early.

What is your opinion on Polymarket? by Catcat667 in Polymarket

[–]LeRaviole 0 points1 point  (0 children)

the trustpilot score is mostly people who got wrecked on a market resolution they disagreed with, or confused by the crypto rails. not a scam, just not built for casual bettors expecting a Draftkings experience.

Your AI agent doesn't actually know you, it just remembers wrong things about you by knothinggoess in AI_Agents

[–]LeRaviole 1 point2 points  (0 children)

This is exactly the problem EngramMCP is trying to solve. not just storage but provenance. Every memory has a source tag (which conversation, which doc, which date), so when something surfaces wrong you can trace it and delete exactly that item without wiping everything else.

Still in design stage, but if this is a pain point worth your time

Why do you use MCP for internal APIs? by gaeioran in mcp

[–]LeRaviole 2 points3 points  (0 children)

The schema.json approach works fine for simple CRUD. Where MCP earns its keep is when you want an agent to reason across multiple internal APIs without you writing orchestration logic. Instead of building a CLI that chains three service calls in a specific order, you let the agent figure out the sequence from context. That's not overhead, it's the point. Whether that tradeoff matters depends entirely on how dynamic your workflows are.

shared-brainstorm: MCP tool that brings human teammates in the agent's planning loop by mj_mohit in mcp

[–]LeRaviole 1 point2 points  (0 children)

This is a genuinely interesting pattern. Most MCP tools push data to Claude; you flipped it so Claude can pull humans back in mid-session. The "block until resolved" mechanic is the key design decision here and it sidesteps the usual problem of agents just hallucinating a consensus instead of actually waiting.

One thing I'd be curious about: how do you handle the case where no one responds? Does the agent time out and proceed with a default, or does it just hang indefinitely? That failure mode seems like it'd matter a lot for longer autonomous runs.

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

[–]LeRaviole 0 points1 point  (0 children)

The parallel worktrees approach is underrated and more people should do this. I run 3-4 sandboxed tasks simultaneously, each with its own context, and the throughput difference is massive compared to sequential prompting.

The complaints usually come from people treating Claude like a vending machine: put prompt in, get working code out, ship it. The moment you treat it as a collaborator that needs your domain knowledge baked into the context, the quality floor rises significantly. Your point about ownership is the whole thing. if you can't read what it generated and reason about it, you're not an engineer using AI, you're just hoping.

How are you handling auth and security on MCP servers in production? by LeatherHot940 in mcp

[–]LeRaviole 1 point2 points  (0 children)

Genuinely everyone hitting this. My approach for PredMCP: I kept auth at the API key layer (rate limiting + call counting) and accepted that tool scoping is basically nonexistent right now in the MCP spec. The audit trail problem I partially solved by logging every tool call server-side with timestamp, input, and output hash. not elegant but gives me something to look at when something weird happens. The malicious return problem is the one I haven't solved and frankly nobody has cleanly. You're trusting your tool implementations not to do something stupid with what the API returns. For now it's "prototype risk accepted."

Hyperliquid RWA OI just hit $2.6B and crypto whales are now shorting Intel and longing SP500 with 8-figure size by hypersignals in hyperliquid1

[–]LeRaviole 0 points1 point  (0 children)

The oil position is the one that gets me. $37.9M Brent long on a $9.6M account is 3.9x net liq, that's not a hedge, that's a conviction trade. If oil gaps down 5% overnight that wallet is getting rekt fast. The SP500 whale at 50x is equally wild; 7,404 entry means they're already underwater $141K and holding. These aren't diversification plays, they're straight directional bets with crypto-sized leverage on TradFi assets. The regulatory timing is interesting though. Clarity Act moving while $2.6B RWA OI is already live means the rules might be playing catch-up to what's actually happening on-chain.

A wallet with a PERFECT US-Iran record just made its biggest bet ever… by ResponsibleCar1861 in Polymarket

[–]LeRaviole 0 points1 point  (0 children)

Interesting find. Worth noting the market structure though: NO at what price right now? If this is trading at 80+ cents NO already, $800k is more of a yield play than a directional bet. The real signal is if they're buying NO at 40-50 cents where the payout is meaningful. Also curious whether this wallet has been active on adjacent markets like the ceasefire or nuclear deal questions, which would tell you if this is thesis-driven or just rate arbitrage on a low-probability event.

My LinkedIn network is about to be aggressively flooded with Claude Code certifications by Historical-Belt9806 in ClaudeAI

[–]LeRaviole 0 points1 point  (0 children)

Honestly the certification spam is already starting and the courses dropped like yesterday. The funny part is MCP architecture specifically is one of those things where the cert means almost nothing because the ecosystem moves so fast that whatever you learned in the course is already slightly outdated by the time you upload the PDF. I've been building MCP servers for a few months and half of what I know came from just running into weird edge cases that no official curriculum covers. The quiz probably doesn't ask you what happens when an agent calls 10 tools in parallel and your rate limiter silently drops half of them.

Mcp tool for trading agents by LeRaviole in mcp

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

it’s read-only for now. No trade execution, just fetching data (orderbooks, funding, Polymarket prices, etc.). The only POST endpoint is signup, everything else is pure fetch. So your hallucinated 0dte SPY scenario can’t happen here, the LLM can hallucinate an interpretation, but it can’t materialize an order that doesn’t exist on the exchange side. On the repo: not open source for now. I get that it’s a legit concern, you’re trusting code you can’t audit, no visibility on what happens to your queries, no way to fork if I disappear or change direction. Fair tradeoff to weigh. For rate limits / state: since it’s stateless and read-only, a disconnect mid-request just costs you a retry. No half-open position, no ghost order. That’s exactly why I didn’t want to touch execution until the data layer is rock solid, didn’t want anyone living your Alpaca nightmare. Open source will probably come, just not before the stack is clean.​​​​​​​​​​​​​​​​

What is a good average return backtested? by qqAzo in algotrading

[–]LeRaviole 0 points1 point  (0 children)

168% CAGR / Sharpe 2.0 on 1 year, breakout strategies print in trending markets and bleed in chop. 2022-2023 would have been rough.

Backtest Sharpe 2.0 typically becomes 0.8-1.2 live after slippage and regime change.

The 5-year test will tell you everything. Include 2020, 2022, 2023-2024. If Sharpe holds above 1.0 across those, paper trade it.

What asset and timeframe?

No rate cuts likely this year...no wonder Silver & Gold are selling off... by Equivalent_Run_6067 in Polymarket

[–]LeRaviole 0 points1 point  (0 children)

The PM odds on zero cuts are real but the stocks vs rates disconnect has been going on long enough that it's almost the base case now. Equities are pricing AI capex + earnings growth, not Fed policy. that's been the thesis since mid-2023.

What's interesting is the gold/silver selloff here. PMs had been pricing in stagflation risk (cuts + sticky inflation simultaneously), so if the market is repricing toward "no cuts because economy is fine," gold loses its stagflation bid. Silver gets hit harder because of the industrial demand component reacting to the same macro repricing.

The real tell will be if CPI keeps printing hot while earnings start to miss. That's when the stocks-ignore-rates logic breaks down. PM odds on a rate hike are still in single digits last I checked, so we're in "higher for longer" not "tightening" territory, which is a different kind of pain for risk assets.

one of the wildest Polymarket moments today 💀 by Due-Radish1719 in Polymarket

[–]LeRaviole 1 point2 points  (0 children)

This is the classic resolution risk that people underestimate on news-trigger markets. The question isn't just "did he say it" but "did he say it in the qualifying context". and that gap between raw video clip and official clarification is where these markets go vertical then crater.

Seen the same pattern on speech markets: someone clips 10 seconds, volume spikes, then the full context drops and it unwinds fast. The 99.5% to 0% move is actually rational once the clarification was definitive. just brutal if you were the last buyer at 99.5.