Wow, I found a smart way to bookmark code!... 🤯 🔖 codemark — Structural bookmarks that survive refactors, renames & reformatting. 🌳 Capture the semantic structure of what you marked via tree-sitter 🐀 Includes a TUI for exploring the codebase! 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #coding #bookmark #semantic #devtools #programmingshow more

Orhun Parmaksız 👾
11,202 次观看 • 1 个月前
Watch git diff while the code is changing! 🤯... 👁️ livediff — A real-time diff viewer for the terminal 💯 Watch file changes live as generators, formatters, migrations & refactors modify your code 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #git #terminal #devtools #opensourceshow more

Orhun Parmaksız 👾
36,419 次观看 • 2 个月前
This is gold if you're using async Rust 💯... 🌀 channels-console — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels. 📊 Watch messages, queue depth, throughput & memory usage live. 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #async #concurrency #tokio #debuggingshow more

Orhun Parmaksız 👾
22,331 次观看 • 9 个月前
Man, this looks beautiful 😍 🧲 superseedr — A... full-featured BitTorrent client for the terminal. 🌐 Supports multi-torrent downloads, DHT, PEX, magnet links & rarest-first piece selection. 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #torrent #bittorrent #p2p #terminal #opensourceshow more

Orhun Parmaksız 👾
19,851 次观看 • 10 个月前
Crazy news: Ratatui made it into a car dashboard... 😱🎉 🚗 suzui-rs — Suzuki Serial Data Line (SDL) viewer in Rust 📟 Displays live car data, powered by Pi and shown on stereo over RCA. 🛞 Made for Suzuki Baleno (G13BB) 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #car #dashboard #sdl #suzuki #terminal #monitoringshow more

Orhun Parmaksız 👾
10,427 次观看 • 1 年前
you don't need to re-explain your codebase's architecture to... your agent every session. most tools stop at telling you what broke. sentrux is a real-time architectural sensor, it watches your codebase as a live treemap and turns file structure and dependencies into one continuous quality score. the loop is simple: codebase > agent scans structure and dependencies > sentrux scores 5 root cause metrics into one signal > agent sees exactly where risk concentrates > next session starts from a live map instead of a blind grep the binary carries zero built-in language knowledge, all 52 languages live in plugin.toml and tags.scm query files, so a new language needs zero rust code. small catch: it only scores the structure, it won't tell you why the cycle happened, that part's still on you. built pure Rust with no runtime dependencies, specifically so it could sit as one binary between an agent and a codebase without adding friction.show more

Simplifying AI
18,308 次观看 • 22 天前
I found 7 free Polymarket trading bots on GitHub... for 7 different trading situations… Each of these bots comes with a detailed step by step setup and usage guide in English: 1. This bot includes 118+ ready to use strategies and tools for trading on prediction markets (Momentum, Binance-Polymarket latency, Penny Clipper, Smart Routing, Expiry Fade, DCA bots and more). Built by a Cambridge computer science student who won a hackathon with this trading bot. GitHub: 2. This bot automatically manages all your Polymarket limit orders to maximize liquidity rewards. GitHub: 3. A weather bot from a Chinese dev, that analyzes multiple sources in real time, like forecasts, airport data and aviation observations (METAR + SPECI) to get the most accurate temperature data and generate a detailed weather report for a specific city and day. GitHub: 4. A bot that automatically searches for arbitrage opportunities between Polymarket and Kalshi. GitHub: 5. This is a bot-toolkit that includes copy trading, arbitrage, market making, whale alerts, spread farming, sports trading and more… GitHub: 6. A smart money trading bot - it looks for the most successful traders in selected markets, filters them by Pnl + win rate, and then creates a list for automated copy trading. GitHub: 7. A large collection of 20+ free trading bots for prediction markets. GitHub: Every bot here has a Dry Run mode, so you can test it on real markets without risking any funds.show more

Recogard
42,137 次观看 • 2 个月前
Karpathy's Agentic Engineering finally has proper tooling! (built by... Google) Karpathy defined agentic engineering as the discipline that separates production agent work from vibe coding. The core skills he listed were spec design, eval loops, and security oversight. The problem has been that practicing this still requires a different tool for every phase: - editor for code - a terminal for scaffolding - a browser for testing - a cloud console for deployment - and a separate framework for evals. Every transition is a context switch. The solution to production-grade Agentic Engineering is now actually implemented in Google’s Agents CLI. It covers the entire workflow in one place for scaffolding, evaluating, and deploying ADK agents. One setup command injects 7 ADK-specific skills into a coding agent's context, which lets it handle scaffolding, evals, deployment, and enterprise registration through natural language. I tested this end-to-end by building a RAG agent from scratch using Claude Code. It scaffolded the full project from the ADK agentic_rag template, generated 20 eval scenarios with LLM-as-judge scoring, and returned a quantitative scorecard. Finally, it also deployed everything to Agent Runtime and registered the agent to Gemini Enterprise, so the entire org can discover and use it. The video below shows this in action, and I worked with the Google Cloud team to put this together. Agents CLI GitHub repo → (don't forget to star it ⭐ ) I wrote up the full build covering all six steps from install to enterprise registration. It includes the eval scorecard, the instruction loophole the eval caught before deployment, and what the deployment process actually looks like end-to-end. Read it below.show more

Akshay 🚀
258,436 次观看 • 2 个月前
you can run claude code inside antigravity completely Free... with zero credit card and no rate limits 😳 use openrouter’s free models + antigravity. no anthropic bill. no paid api keys. takes 10 minutes to set up. what you get during this setup: - full claude code agent experience - strong coding models (including deepseek-r1, qwen2.5-coder, llama-4, grok-4 free tier) - antigravity’s clean workspace and sandbox - unlimited usage (as long as you stay on free models) - easy model swapping - zero cost full setup guide (100% free): step 1: install antigravity -go to and install it -create a new workspace step 2: install claude code - inside antigravity, install the claude code extension from the marketplace - open the built-in terminal step 3: create openrouter free account -go to - sign up with google (no card needed) - go to keys and create a new api key step 4: set the environment variables -in antigravity terminal run: export ANTHROPIC_API_KEY=sk-or-xxx export OPENROUTER_API_KEY=sk-or-xxx step 5: launch claude code with free model -run this command: claude-code --model deepseek/deepseek-r1:free or try: qwen/qwen2.5-coder:free if you already have antigravity? skip straight to step 2. after 10 minutes you’ll have a full agentic coding setup running for free. this is currently one of the cheapest ways to run serious coding agents in 2026. bookmark this before they limit the free models.show more

painn
32,057 次观看 • 3 个月前
i'm not fine after reading this a guy with... a laptop got his own silicon chip manufactured with software Google gave away. the commercial version of that software rents for up to $1,000,000 a year. he never signed a vendor contract and never paid for a seat. he wrote the logic, pushed it to GitHub, and nine months later a wafer came out of a fab. getting silicon with your name in it used to take a company. now it takes nine months. his slot was 160 by 100 microns: about 1,000 logic gates, 8 inputs, 8 outputs, clocked past 50 MHz. more than 600 designs have already come back this way. this is the open silicon stack. Google and SkyWater published a complete 130nm manufacturing process, DARPA funded the software that turns code into a fab-ready file, and all of it sits in public repositories. turns out the whole flow fits in a git push: - write the logic in Verilog, or drag gates around in a browser if you have never done this - push to GitHub, an action runs synthesis, placement, routing and sign-off on the commit - OpenROAD finishes place-and-route with no human in the loop, code to fab file inside 24 hours - SKY130 carries the fab's real design rules, so passing the checks means it is manufacturable - a few hundred designs share one wafer, which is the only reason a person can afford the masks nobody puts this part in the thread: 130nm is roughly where the industry stood in 2001, and you wait six to nine months for silicon. this does not get you a GPU. it gets you a real object with your logic inside it. bookmark this. the video is one of those designs opened layer by layer, and every rectangle in it exists in the file that was sent to the fab.show more

Argona
150,594 次观看 • 1 个月前
Another WTF moment. A developer just open-sourced a coding... agent harness that boots 245x faster than Claude Code. It's called jcode. You launch it and the first frame renders in 14 milliseconds. Claude Code takes 3,436. One active session uses 27.8 MB of RAM. Claude Code uses 386.6. Run ten sessions in parallel and jcode holds at 117 MB while OpenCode swells to 3.2 GB. Each agent has a semantic memory graph instead of a scratchpad. Every turn gets embedded as a vector. The graph is queried on every turn for related memories, and a sideagent verifies the hits before injecting them into context. Consolidation runs in the background to check for stale or conflicting facts. No manual /remember calls. No token burn on lookup tools. The provider list is 30+ deep. Claude, ChatGPT, Gemini, GitHub Copilot, Azure, OpenRouter, DeepSeek, Groq, Mistral, Perplexity, Fireworks, Ollama, LM Studio, and any OpenAI-compatible endpoint you point it at. Ran out of tokens on your first ChatGPT Pro sub? /account swaps to the second. Then there's Swarm. Spawn two agents in the same repo and the server manages them. When agent A edits a file agent B has been reading, agent B gets pinged and can check the diff. Agents can DM each other, broadcast to the room, or spawn their own worker teams for parallel tasks. Groups, channels, and completion statuses are handled automatically. The UI has live side panels that render mermaid diagrams inline. To make it fast, the author wrote a Rust mermaid renderer 1800x faster than the JavaScript one, then wrote a custom terminal called Handterm because no existing terminal could do smooth partial-line scrolling. Self-dev mode is where it gets wild. Tell your agent to enter self-dev and it starts editing jcode's own source code, rebuilds the binary, reloads it live, and keeps working across your existing sessions. You can also resume broken sessions from Claude Code, Codex, OpenCode, or pi directly inside jcode. Anthropic's cache goes cold at the 5-minute mark and you're staring down a big cache miss on your next turn? The UI warns you before you spend the tokens. Written in Rust. MIT licensed. Runs on macOS, Windows, Linux, and Termux. Sitting at 11.2k stars with a native iOS app coming.show more

Brady Long
205,781 次观看 • 1 个月前
do you understand what Anthropic just admitted? their engineers... haven’t written most of their own code since early 2026. 80% of the code merged into Anthropic’s codebase last month was written by Claude. let that sink in. the company building the most powerful AI in the world is already being built by that AI. and the numbers keep getting wilder: → engineers are shipping 8x more code than in 2024. not because they’re working harder. because Claude is doing most of it. → Claude’s success rate on open-ended coding problems hit 76% in May 2026. up 50 points in just 6 months. → one Anthropic employee said “it’s been 5 months since I last wrote any code myself.” → Claude Mythos Preview achieved 52x speedup on research optimization. a skilled human gets 4x in 4-8 hours. → the length of tasks AI can reliably complete is doubling every 4 months. and here’s the part that keeps me up at night: in April 2026, Claude-powered agents were given an open AI safety problem and left alone to solve it. two human researchers recovered 23% of the performance gap in a week. the agents recovered 97% in 800 hours. Anthropic calls this recursive self-improvement. AI building AI. getting better. building a better version. repeat. they say we’re not there yet. but they also say it could come sooner than most institutions are prepared for.show more

Poonam Soni
54,556 次观看 • 3 个月前
I just built a Meta Ads diagnostic in Claude... Code that tells you WHY your account broke, not just what changed 🤯 It spins up a team of agents that each investigate a different reason performance dropped, then argue against each other to kill the wrong answer before it ever reaches you. All inside Claude Code. Perfect for DTC brands and agencies who panic-kill creative the second CPA spikes. If you've watched ROAS fall off a cliff and opened Ads Manager with ten tabs going, you already know what happens next. Your gut says "creative fatigue." You kill your best-performing ad. A week later performance is still broken, because that was never the problem. Guessing wrong is the most expensive move in paid social. This workflow ends the guessing: → One agent investigates each competing theory — creative fatigue, budget and delivery changes, traffic quality, offer and seasonality → Each one is blind to the others, reasoning only from its own slice of the data so they can't bias each other → A refuter agent then attacks every surviving theory and tries to kill it → A theory only stands if the data can't disprove it → You get a ranked diagnosis: the real cause, the evidence for and against it, and the one move to make this week No anchoring on the first obvious answer. No killing winning creative on a hunch. No "here's what happened" reports that never tell you why. What you get: → Every theory tested in parallel instead of one biased guess → An adversarial pass that kills the wrong answer before you act on it → A ranked diagnosis with confidence levels and evidence both ways → A reusable workflow you drop next month's export into and re-run Built 100% in Claude Code with the new dynamic workflows. The first account I ran it on looked like textbook creative fatigue. The workflow disagreed, and traced the real cause to a budget change that had doubled spend and flooded delivery with junk traffic. I put together a full playbook with the exact workflow, the prompt, and how to run it on your own account. Want it for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)show more

Mike Futia
12,820 次观看 • 3 个月前
Big moment for Postgres! Search has always been Postgres'... weak spot, and everyone just accepted it. If you needed a real relevance-ranked keyword search, the default answer was to spin up Elasticsearch or add Algolia and deal with the data sync headaches forever. The problem isn't that Postgres can't do text search. It can. But the built-in `ts_rank` function uses a basic term frequency algorithm that doesn't come close to what modern search engines deliver. So teams end up: - Running a separate Elasticsearch cluster just for search - Building sync pipelines that inevitably drift out of consistency - Paying for managed search services that charge per query - Accepting mediocre search relevance because "good enough" ships faster But this is actually a solvable problem. You can realistically bring industry-standard search ranking directly into Postgres, which eliminates the need for external infra entirely. This exact solution is now available with the newly open-sourced pg_textsearch by Tiger Data - Creators of TimescaleDB, a Postgres extension that brings true BM25 relevance ranking into the database. BM25 is the algorithm behind Elasticsearch, Lucene, and most modern search engines. Now it runs natively in Postgres. Here's what pg_textsearch enables: - True BM25 ranking with configurable parameters (the same algorithm powering production search systems) - Simple SQL syntax: `ORDER BY content 'search terms'` - Works with Postgres text search configurations for multiple languages - Pairs naturally with pgvector for hybrid keyword + semantic search That last point matters a lot for RAG apps. The video below shows this in action, and I worked with the team to put this together. You can now do hybrid retrieval (combining keyword matching with vector similarity) in a single database, without stitching together multiple systems. The syntax is clean enough that you can add relevance-ranked search to existing queries in minutes. pg_textsearch is fully open-source under the PostgreSQL license. You can find a link to their GitHub repo in the next tweet.show more

Akshay 🚀
215,667 次观看 • 7 个月前
✨Introducing YesCheff is a web app that helps you... learn, cook, and enjoy your favorite recipes through step-by-step cooking guides built from real YouTube content. You can even use your own YouTube links. A small but special project where I brought all my capabilities together, from design (brand & product) to animation, and development. This project came from exploring how Al models parse data into frontend components and the development of generative interfaces. I designed and developed the structure through React components (HTML, CSS, JS) for the frontend and Node.js for the backend. This is a testament of how one could develop digital products in a less frustrating and more flexible way with the use of Al, particularly when it comes to getting the styling and functionality right. Now which foods are you eager to learn? Check it out at #YesCheff #WebApp #AI #Design #FrontendDevelopment #ReactJS #NodeJS #ProductDesignshow more

JEHTOMS 5.0
85,213 次观看 • 10 个月前
Alhamdulilah. Now this is what we call a huge... web3 did What a wonderful journey it has been. Almost done with my first house. And honestly, it doesn’t feel like just a structure being completed… it feels like a reflection of everything that came before it. time, discipline, mistakes, exposure all quietly compounding. › 2023 The Beginning It started with no real direction. I was grinding, exploring, trying things without fully understanding where it all leads. There was no structure yet… just curiosity, repetition, and a lot of learning through trial and error. I was simply moving, even when I didn’t fully know what I was moving toward. › 2024 Things Start to Form Then things began to shift. Not overnight but gradually, through exposure and experience. I entered deeper into the space and connected with OGs in the TON ecosystem And slowly, one important lesson became clear: it’s not just effort that matters… it’s information, timing, and the people you learn from. › So I also started trading as well Trading became a major part of my learning curve. Forex & Perps showed me risk in its raw form mehnn 🙂↔️ taught me discipline and patience. Memecoins show me shege rugs up and down Along the way, I learned from different people PMO, not just strategies, but perspectives. Each one added something I didn’t have before. › Late 2024 Structure Appears Then came a different phase. I signed my first structured deal with sign a monthly arrangement that brought a new level of stability into my journey. For the first time, things were not just random wins and losses… there was structure, expectation, and consistency. Then came the TGE. Execution was clean. The ecosystem moved properly. And as early participants, we experienced meaningful upside not just financially, but in understanding how systems actually work when they’re built well. › Now The Reflection Almost done with something physical. But the deeper truth is this: the house is just the surface. what actually got built was the person. through risk, through losses, through discipline, through time. This is not a story about outcomes. It is a story about becoming. And I am still becoming. Grateful for the journey so far. Still building.show more

Tajudeen ♟️
37,936 次观看 • 4 个月前
OpenClaw, but built for normal people. Sim is an... open-source platform that lets you build AI agent workflows on a drag-and-drop canvas. Connect them to channels like Telegram and WhatsApp and deploy without writing a single line of code. They also have a built-in Copilot that generates entire workflows from plain English, which you can then tweak and customize in the UI. Key features: - Free and open-source (Apache 2.0) - Vector store integration for RAG-grounded agents - Self-host with one command (`npx simstudio`) - Run fully local with Ollama, no API keys needed - Supports vLLM for production-grade self-hosted inference The thing I really like about Sim is the level of control you get. You can add conditional branching, parallel execution, human-in-the-loop approval gates, and even nest workflows inside other workflows. Everything is visible on the canvas, so you know exactly what your agent is doing at every step. And you can build a workflow in Sim, deploy it as an MCP server, and plug it into any agent, including OpenClaw. I've shared the link to Sim's GitHub repo in the next tweet.show more

Akshay 🚀
52,426 次观看 • 6 个月前
Introducing a new tool called "SideChannel". A secure alternative... to OpenClaw. Utilizes signal for communication and has Claude integration. I built SideChannel, an open-source Signal bot that connects Claude AI to your entire development workflow. End-to-end encrypted. From your pocket. The real power is autonomous development. Send one message like "Build a REST API with auth, pagination, and tests" and SideChannel will: - Generate a full PRD with stories and atomic tasks. - Dispatch up to 10 parallel workers (each running Claude). - Independently verify every task with a separate Claude context. - Run quality gates to catch regressions - Auto-fix failures. - Send you progress updates via Signal as work completes. Every piece of code is reviewed by a separate AI context using a fail-closed security model. If it detects security issues, backdoors, or logic errors — the code gets rejected automatically. No rubber stamps. It also has memory that actually works. Conversations are stored with vector embeddings for semantic search. Claude remembers your project conventions, past decisions, and what's been tried before. It gets smarter about your codebase over time. Other things I'm proud of: - Plugin framework for extending with custom commands. - Multi-project support with per-user scoping. - Rate limiting, path validation, phone allowlist. - Git checkpoints before every task, atomic commits after. - Stale task recovery, circular dependency detection. - Works on Linux and macOS, one-command install. It also integrates into OpenAI or Grok (optional) for more Generative AI response for simple things like "Whats the weather in New York City right now?".show more

Dave Kennedy
49,546 次观看 • 6 个月前
I just built a Claude Code skill that scores... whether your landing page actually keeps your Meta ad's promise 🤯 Drop in your ad and the page it points to. It reads both, scores the "ad scent" from click to page, and finds the exact line where the page breaks the promise that won the click. All inside Claude Code. Perfect for DTC brands and media buyers who pour everything into the ad and the CPA but never grade the seam in between. If you're scaling spend on a winning ad, the click is landing on a page that opens with something slightly different, the ad promised 50% off and the page shows full price, the ad hooked "for oily skin" and the page is a generic homepage, and nothing looks broken, but the visitor feels it and bounces... That gap has a name in conversion work: message match. And you already paid for the click you're losing. Here's what it does: → Drop in your ad (headline, copy, offer, CTA) and the landing-page URL → It fetches the live page and reads what's actually above the fold → Grades 7 continuity dimensions: promise, offer, angle, CTA, audience, proof, visual → Shows your ad's words next to your page's words, so every gap is right there → Rewrites your hero headline so the page keeps the ad's promise → Renders a dashboard with a Match Score out of 100 No guessing why the click bounced. No blaming the creative for a page problem. No buying more traffic to fix a copy problem. What you get: → A Match Score on every ad-to-page pair before you scale → The ad-side vs page-side quotes, side by side, for every leak → A hero rewrite you can paste straight onto the page → A dashboard you can hand to your team or client I'm giving away the full skill completely for free. Built 100% in Claude Code. No API keys. Want the skill? > Like this post > Comment "MATCH" And I'll send it over (must be following so I can DM)show more

Mike Futia
10,787 次观看 • 1 个月前