Hacker News
Claude Opus 4.6 Fast Mode: 2.5x Faster, 6x More Expensive
Article URL: https://www.marc0.dev/en/blog/claude-opus-4-6-fast-mode-pricing-6x-cost-breakdown-1770499078106
Comments URL: https://news.ycombinator.com/item?id=47108794
Points: 1
# Comments: 0
A chat-style site for Hacker News trends
Article URL: https://github.com/1997roylee/yc-chat
Comments URL: https://news.ycombinator.com/item?id=47108717
Points: 1
# Comments: 1
Forgelink Is Here
Show HN: ForgeLink – a marketplace for MCP servers and AI agent integrations
I built ForgeLink because discovering production-ready MCP servers is still a GitHub treasure hunt.
What it is: a directory/marketplace where you can browse, compare, and submit MCP servers, GPT Actions, and LangChain tools — organized by category with real install commands, ratings, and GitHub links.
Currently seeded with 28 real servers across Database, Development, Communication, Cloud, Finance, AI/ML, Productivity, and Analytics.
Tech: Next.js 14, Drizzle ORM, Supabase auth, Paystack for payments, Vercel hosting. Built solo in a few weeks.
Features: - Browse + filter by category, protocol, and tags - Side-by-side comparison tool - Owner dashboard with analytics (for Featured tier) - Submit free, claim existing listings - Weekly trending section
Live: forgelink-pi.vercel.app
Would love feedback on the listing quality, UX, and whether this scratches the itch you've felt when searching for MCP servers.
Comments URL: https://news.ycombinator.com/item?id=47108710
Points: 1
# Comments: 0
Show HN: HashTrade – Open-source LLM trading agent with episodic memory
I built HashTrade — an open-source autonomous trading agent that treats an LLM as a non-parametric decision function conditioned on episodic memory, rather than encoding strategy as code.
The core idea: instead of writing if/else trading logic, you give an LLM three tools (exchange access, memory, UI control) and let it form strategy through accumulated experience. The agent wakes on a variable 5→10→20→25 min cycle, reads its past notes, fetches market data, reasons about what to do, and optionally executes trades. Every decision and outcome is logged to an append-only JSONL file that becomes its long-term memory.
Technical details:
- Built on Strands Agents (AWS) with CCXT for 100+ exchange support - 3 tools only: use_ccxt (28 actions — market data, orders, arbitrage detection), history (persistent memory), interface (dynamic UI) - Variable-interval scheduler to avoid detectable timing patterns in order flow - Fire-and-forget WebSocket streaming for sub-second dashboard latency - Supports Claude, GPT-4o, Ollama (local), and Bedrock — auto-detected - PWA frontend in vanilla JS, no framework dependencies - Client-side credential isolation — API keys never leave the browser - Recursive credential redaction prevents keys from leaking into LLM context
The interesting emergent behavior: early wake cycles are conservative ("observing BTC at $67k, noting support level"). After a few days of accumulated memory, the agent starts referencing its own past observations to form trading theses ("last 3 times we saw this pattern, price bounced — going long"). The policy improves not through fine-tuning but through growing context.
I wrote a paper formalizing this as a Memory-Conditioned Markov Decision Process if anyone's interested in the theory: the key insight is that the effective policy is non-stationary even with fixed model parameters, because the growing memory changes the attention distribution at each step.
Setup: pip install hashtrade && hashtrade
Live demo at hashtrade.ai, code at github.com/mertozbas/hashtrade. Apache 2.0.
Would love feedback on the architecture — especially the tradeoff between soft risk constraints (enforced via system prompt) vs. hard tool-level enforcement.
Comments URL: https://news.ycombinator.com/item?id=47108700
Points: 1
# Comments: 0
I just started a Substack where I talk about building Midrop
Article URL: https://klaudjo.substack.com/subscribe
Comments URL: https://news.ycombinator.com/item?id=47108689
Points: 1
# Comments: 0
Show HN: Threatmodeling Tool to outgrow spreadsheets, word and MS-TMT
Built a threat modeling app with architecture diagrams, threat/evaluation workflows, and risk report exports. This is meant to redefine the threat modeling experience.
Still improving it and very open to blunt feedback on usability, security, and what’s missing for real team workflows.
Comments URL: https://news.ycombinator.com/item?id=47108682
Points: 1
# Comments: 0
Amazfit T-Rex Ultra 2 review:flagship battery life at fraction of Garmin's price
Article URL: https://www.t3.com/active/fitness-trackers/amazfit-t-rex-ultra-2-review
Comments URL: https://news.ycombinator.com/item?id=47108679
Points: 1
# Comments: 0
The Longevity Scam
Article URL: https://www.theatlantic.com/health/2026/02/longevity-medicine-profit-oversold/686049/
Comments URL: https://news.ycombinator.com/item?id=47108675
Points: 1
# Comments: 0
Show HN: Random Topic Generator – Impromptu Speech Topics and Timer
Free random topic generator for impromptu speaking practice. Get AI-generated impromptu speech topics in seconds, then practice with our built-in timer. Perfect for toastmasters and public speaking.
Comments URL: https://news.ycombinator.com/item?id=47108670
Points: 1
# Comments: 0
Reality's Moat
Article URL: https://davidbeyer.xyz/writing/realitys-moat
Comments URL: https://news.ycombinator.com/item?id=47108662
Points: 1
# Comments: 0
NASA's Artemis II rocket experienced interrupted flow of helium
DHS suspends TSA PreCheck and Global Entry airport security programs
Article URL: https://apnews.com/article/homeland-security-tsa-precheck-global-entry-dc1d2ccd913a74fa2c8b91dad340a3b3
Comments URL: https://news.ycombinator.com/item?id=47108614
Points: 4
# Comments: 0
Ask HN: Why doesn't HN have a rec algorithm?
I was just wondering about why there's a constant timeline and no recommendation.
Comments URL: https://news.ycombinator.com/item?id=47108601
Points: 2
# Comments: 1
No LLM, No training data, No cloud – Engine that understands architecture
Point it at a codebase. Any language. Any size.
In under a second it tells you the architecture. Not a dependency graph. Not a file tree. The actual architecture — what orchestrates what, where state lives, where the boundaries are, what breaks if you touch something.
I've run it against 45,000+ functions across 6 real-world codebases in 4 languages. It works. On a laptop. No cloud. No GPU. No setup.
Everyone's spending billions throwing LLMs at code and getting confident hallucinations. I went a completely different direction and got something that's fast, deterministic, and can explain every decision it makes.
Building this full-time. Looking for design partners and investors.
twoelf47@gmail.com
Comments URL: https://news.ycombinator.com/item?id=47108587
Points: 1
# Comments: 0
WebMCP: A Browser-Native Execution Model for AI Agents
Article URL: https://insforge.dev/blog/webmcp-browser-native-execution-model-for-ai-agents
Comments URL: https://news.ycombinator.com/item?id=47108582
Points: 1
# Comments: 0
Mini Claw Code – Write your own mini coding agent
Article URL: https://github.com/odysa/mini-claw-code
Comments URL: https://news.ycombinator.com/item?id=47108559
Points: 2
# Comments: 0
Show HN: X-Ray – Filter your X (Twitter) timeline by country
I built a Chrome extension that lets you filter tweets by country.
X recently added "Account based in [Country]" to profiles, so the location data is publicly available — X-Ray uses it to show location badges on every tweet and lets you blur or block tweets from selected countries. There's no native way to do this on X yet (though they're reportedly building one). So I built it. Tech: Chrome Extension (Manifest V3), Node.js backend, PostgreSQL. The extension intercepts X's GraphQL API responses to extract location data, caches it to avoid rate limits. It's free, 170+ countries, 9 languages. Happy to answer technical questions.
Comments URL: https://news.ycombinator.com/item?id=47108557
Points: 1
# Comments: 0
Estonias Tiger Leap: the schools project that wired a nation for the digital age
Article URL: https://estonianworld.com/technology/estonias-tiger-leap-the-schools-project-that-wired-a-nation-for-the-digital-age/
Comments URL: https://news.ycombinator.com/item?id=47108553
Points: 2
# Comments: 0
DHS pausing TSA PreCheck, Global Entry programs amid funding lapse
Article URL: https://www.nbcnews.com/news/us-news/dhs-pausing-tsa-precheck-global-entry-programs-funding-lapse-rcna260114
Comments URL: https://news.ycombinator.com/item?id=47108543
Points: 4
# Comments: 0
Microsoft throws spox under the bus in ICC email flap
Article URL: https://www.theregister.com/2026/02/18/microsoft_asks_uk_parliament_to_correct_record/
Comments URL: https://news.ycombinator.com/item?id=47108542
Points: 3
# Comments: 0
