返回首页
最新
PokerBench is my attempt at a new LLM benchmark wherein frontier models play Texas Hold'em in an arena setting. It also features a simulator to view individual games and observe how the different models reason about poker strategy. Opus/Haiku, Gemini Pro/Flash, GPT-5.2/5 mini, and Grok 4.1 Fast Reasoning have all been included.<p>All code -> <a href="https://github.com/JoeAzar/pokerbench" rel="nofollow">https://github.com/JoeAzar/pokerbench</a>
I forked a PyTorch DeepDream implementation and added video support with temporal consistency. It produces smooth DeepDream videos with minimal flickering, and is highly flexible including many parameters and supports multiple pretrained image classifiers including GoogLeNet. Check out the repo for sample videos!
Features:<p>- Optical flow warps previous hallucinations into the current frame<p>- Occlusion masking prevents ghosting and hallucination transfer when objects move<p>- Advanced parameters (layers, octaves, iterations) still work<p>- Works on GPU, CPU, and Apple Silicon
Hi HN<p>I built diffchecker.dev, a simple online diff checker for comparing text/code quickly in the browser.<p>I wanted something that is:<p>Fast (no signup, no clutter)
Privacy-friendly (diff happens client-side)
Useful for everyday developer workflows<p><a href="https://diffchecker.dev" rel="nofollow">https://diffchecker.dev</a><p>I’d really appreciate honest feedback:<p>Do you find the UI intuitive?
Is anything confusing or missing?<p>Happy to iterate based on feedback.<p>Thanks in advance.
Hola Hackers!<p>I'm building Rice (docs.tryrice.com). Think of Rice as a managed state machine for AI agents with long term memory.<p>Rice is a platform that unifies long term memory and short term state management for AI agents. Effectively, Rice solves the context compounding issue in the immediate sense - by using Rice Slate (our state management service), the context consumption was down 60%. This makes the agents more efficient. The state management layer also allows agents to share context without the conventional "message passing" approach meaning you can run parallel AI agents.<p>The memory layer enables the agents to have a broader contextual understand of the data and relationships - personalisation and automation at scale for agents.<p>How we're different (https://docs.tryrice.com/rice-vs) and working on some cool aspects.<p>The core value prop -<p>1. Auditable Agentic executions out of the box
2. Shared state for AI agents (not using message passing approach) for efficient executions
3. Persistent memory for historical data and more.<p>Currently in beta phase, so looking for beta testers. Appreciate any thoughts and tests.<p>Please enter your email at tryrice.com if you'd like to get in the beta.