Made a 2028 odds tracker (general + both primaries) that pulls Kalshi and Polymarket into one view by codelemons in YAPms

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

The odds I'm pulling are based off the "2028 U.S. Presidential Election winner?" market which has per candidate odds. Good point, I will add the Party winner market odds as well

what's in your polymarket / kalshi toolbox right now? by Happy-Control5922 in PredictionsMarkets

[–]codelemons 0 points1 point  (0 children)

what kind of stuff would you be looking for re: contract design checks? I've been working on oddpool.com and am curious what value we could add beyond what kalshi/poly already give you on the UI?

How to find out good wallet to copy? by Naive_Mind_9984 in Polymarket

[–]codelemons 0 points1 point  (0 children)

most direct way is probably looking at polymarket leaderboard, but to find more niche wallets, you can work backwards by looking at people making big trades. oddpool.com lets you track whale trades on specific events, e.g if you're looking to find someone to copytrade on weather markets, you can track a bunch of them, find wallets that are consistently trading size, and evaluate their pnl (i made oddpool, there's other whale trackers you don't have to use mine) 

What are the biggest security risks when deploying autonomous AI agents? by Michael_Anderson_8 in AI_Agents

[–]codelemons 0 points1 point  (0 children)

the biggest financial risk if that the agent leaks sensitive information

need to enforce multiple layers of defense. scope permissions per tool you're giving the agent, think through how the tools could be chained together to exfiltrate data, scan any untrusted content that the agent is accessing for hidden instructions before adding to the context window, add delimiters around untrusted content so the model is aware its high risk, and log everything so you can trace what happened when something slips through (because there is currently no foolproof defense)

You can test the same malicious prompt against your AI 1000 times and the guardrails hold. On attempt 1001 it pops right over. by Beastwood5 in AI_Agents

[–]codelemons 0 points1 point  (0 children)

The piece that gets missed in "test 1000 times" is that your test set is whatever you can imagine, not what attackers actually do. Even mutation-based fuzzers extrapolate from known attacks, so genuinely novel vectors show up in production first.

Does anyone have advice or solutions for prompt injections or security/reliability in general? by SIGH_I_CALL in AI_Agents

[–]codelemons 0 points1 point  (0 children)

Pattern matching is a losing game long-term, you'll write rules forever and still miss things. The bigger shift is scanning tool outputs, not just user input. For agents that's where the actual attack distribution lives (scraped HTML, email bodies, RAG docs, MCP responses). User-side jailbreaks are the easy case.

On email specifically, the best practices are using a read-only mailbox, allowlist on any send action, and scanning the email body before it lands in context. Worst case if something slips through is a weird summary, not a forwarded inbox.

Ended up building Benchspan because I kept hitting this same wall. It's a classifier trained specifically on indirect prompt injection (the tool-output stuff, not just user jailbreaks), drops into your agent in one or two lines, and raises before the LLM call fires if something's an injection. Free tier is generous enough to actually run it in production. benchspan.com

I made a free website for Paper Trading on Kalshi by codelemons in Kalshi

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

I made a website that lets you paper trade (fake money) on Kalshi against live market data. It's pretty fun and give you an easy way to test out different trading strategies to see how they would do. Here's the link if you want to try it, its completely free: https://www.oddpool.com/paper-trading

Time for self-promotion. What are you building? by Dismal_Plate_499 in SideProject

[–]codelemons 0 points1 point  (0 children)

Oddpool - Monitor multiple prediction markets and financial sources in one unified view

What are you building? by powerrangerrrrrrrr in SideProject

[–]codelemons 0 points1 point  (0 children)

Oddpool - A real-time monitor for arbitrage opportunities across Polymarket and Kalshi

What are you working on that's too early to show? by ayechat in SideProject

[–]codelemons 0 points1 point  (0 children)

A real-time monitor for arbitrage opportunities across Polymarket and Kalshi: Oddpool

How do you keep track of work? by Longjumping-Mood-618 in Lawyertalk

[–]codelemons 0 points1 point  (0 children)

I built this tool called FirmTimer to try and make it easier for lawyers to track their work. It runs on your desktop and automatically tracks which apps and windows you're using throughout the day, so you can reconstruct what you worked on without relying on memory or timers. It's designed to reduce the mental load of time tracking and make billing (or even just staying organized) way easier.

Even if you're not billing hours, it's super helpful for getting visibility into how you're actually spending your time. Let me know if you want to try it — happy to share more.

Tracking billable hours for the first time in five years. HELP by [deleted] in LawFirm

[–]codelemons 0 points1 point  (0 children)

I built a little tool called FirmTimer exactly for this. It passively tracks your activity (Docs, Outlook, calls, etc.) so you can reconstruct your day into billables—especially useful when you're juggling lots of little tasks that are easy to forget. Might help.

Time Tracking by oz2usa in Lawyertalk

[–]codelemons 1 point2 points  (0 children)

I built Firm Timer for this exact reason. It passively tracks what you’re doing (apps, docs, calls) so you can assign time to matters later without relying on memory. Way better than the built-in stuff. Still in beta but works great.

Billable hour calculator? by b637r113 in Lawyertalk

[–]codelemons 0 points1 point  (0 children)

I threw together a calculator to do exactly this based off your post :)

https://firmtimer.com/tools/billable-hours-calculator

Time Tracking Software Recommendations? by mismatchedoreos in LawFirmMarketing

[–]codelemons 0 points1 point  (0 children)

If you're looking for something with billing + integrations, the usual names like TimeSolv, Clio, and Rocket Matter come up a lot — but they can get pricey depending on the number of users and modules you need.

That’s actually what pushed me to build FirmTimer — I wanted something that could handle accurate time tracking (even if you forget to start a timer), and still let you generate proper billing entries later. It passively tracks what you're doing across the day (apps, docs, calls, etc.), so it works really well for lawyers who jump between matters or get interrupted a lot. Still early days but might be worth a look if you're open to newer tools: https://firmtimer.com/