MiaoYan is a lightweight, native macOS Markdown editor for... writing and notes — one of my open-source macOS projects. It just shipped its biggest update to date, introducing Split View for side-by-side Markdown editing and live preview, with smooth bidirectional scroll sync. This release also brings a full visual refinement, layout cycling between sidebar, list, and focus modes, faster startup with native window animations, and broad performance improvements across editing, preview, and export. Built entirely in Swift, not Electron. MiaoYan is local-first, requires no account, collects no telemetry, and avoids AI features by design. I built it for clean Markdown, performance, and a calm writing environment.show more

Tw93
34,484 görüntüleme • 7 ay önce
I take my notes like this. I created a... small script using Claude Code. You just go "jn " and it inserts to YYYY-MM-DD markdown file with a timestamp. Also you can type "jn" to open up all your notes on neovim, and see them by date and timestamp. Less cognitive overload. No need to find names for notes.show more

athas.dev
21,421 görüntüleme • 1 yıl önce
Introducing: OpenGranola 🔥 I built an open source meeting... copilot for macOS. It transcribes both sides of your call on-device, searches your own notes in real time, and hands you talking points right when the conversation needs them. No audio leaves your Mac. Point it at a folder of markdown files, pick any LLM through OpenRouter (Claude, GPT-4o, Gemini, Llama), and it just works. It's invisible to screen share too — nobody knows you have it. The whole thing is open source. Link belowshow more

yazin
293,178 görüntüleme • 5 ay önce
Nano Banana + Linah AI + Markdown prompting is... next-level All of these UGC ads was built entirely with AI no creators, no editors. And the secret? Structured Markdown prompts. They turn a generic input into a brand-consistent, high-precision video every single time. Perfect for DTC founders and creative teams who need ads that actually match their brand guidelines. Instead of writing long, messy prompts and praying for good results… Markdown prompting gives you predictable, repeatable video outputs. Your prompt precision skyrockets → with organized sections for: Camera angles Brand elements Lighting specs Scene transitions Here’s what you get with Markdown + Linah: → Clear creative direction → Consistent UGC-style video ads → Way higher coherence across outputs → No “creative lottery” problem → Scalable video generation that matches your brand The result? Ads you can trust → built at scale, with zero human creators. Want the full Markdown templates we use with Linah? Comment “SYSTEM” + like this post, and I’ll DM them over. (must be following)show more

Demirdjian Twins
65,984 görüntüleme • 11 ay önce
CCleaner used to be the default way to keep... a Windows machine fast. Then it got bought, stuffed with ads and bundled crapware, and in 2017 one release was compromised and shipped malware to over 2 million people. Millions still install it every month because nothing else has really replaced it. So, a team called AdventDev just built a free, open-source replacement. It's called Kudu. Open the app and you get one dashboard for the whole machine. > System cleaner for temp files, logs, caches, and crash dumps. > Browser cleaner across every major browser. > Gaming cleaner for launcher and shader caches. > Registry cleaner for broken and orphaned entries. > Startup manager that shows the actual boot impact of each program. > Disk analyzer with an interactive treemap, so you can see where 40GB quietly disappeared to. > Debloater that rips Windows bloatware out. > Program uninstaller that also removes the leftovers other uninstallers leave behind. Then it does the parts CCleaner never did. A malware scanner with signature matching, heuristic analysis, and Windows Defender integration. A privacy shield that lets you flip 30+ Windows privacy settings from one screen: telemetry, ad ID, Cortana, tracking. Secure delete that overwrites files with random data before removing them, so nothing can recover them later. There's a real-time performance monitor with per-core CPU, memory, disk, network, and S.M.A.R.T. drive health. A one-click restore point before every clean, so you can roll back. Scheduled scans. A CLI mode for people who don't want a GUI. Support for 30 languages. Native app for Windows, macOS, and Linux. Intel and Apple Silicon builds. No ads, no upsells, no telemetry, no account. The cleaning rules are plain JSON files, so if your favorite app isn't covered yet, you can add support for it without writing a line of code. MIT license. 100% Open Source. Repo:show more

Brady Long
149,630 görüntüleme • 1 ay önce
HTML Artifacts are a big part of how I... work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kinds of interesting ways to work with agents. This is clearly the future. Check out this writing and scheduler artifact I built in a few minutes. It uses a bit of HTML and JS. All the data is in markdown (Obsidian vaults), so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills, context, and memory it has access to. The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code. I could have paid or built an entire app for scheduling posts, and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization, time, and efficiency. The other benefit of this is that I can add features as I please. That level of personalization feels magical, and we should all be pursuing more of it. All of this just keeps compounding. Of course, this example is just about writing. But I have similar artifacts for research, design, experimentation, evaluation, and so much more. And no, I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents. Lastly, having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower. If you are curious about how all this works, I will do a live session next week:show more

elvis
18,374 görüntüleme • 3 ay önce
Built a native macOS viewer for ledger plain-text accounting... file format. Most expense tracking apps are built around lock-in. Proprietary formats, mandatory accounts, servers you don't control. When their VC funding dries up, they shut down or pivot, and you start over. Plain-text accounting takes the opposite approach: your finances live in a .ledger file. Open it in vim. Query it with awk. Put it in git and get a full audit trail of every change you've ever made. It's just a plain text file. Ledge is just a lens over that file. Fast, native, no cloud. Following kepano 's file over app philosophyshow more

Karan Sharma
26,310 görüntüleme • 5 ay önce
Introducing fx, a tiny, open, native coding agent from... Vercel Labs. Originally an internal tool, fx is a harness and CLI written in Zig, optimized for research and embedding in larger systems. Today, we're open sourcing it. fx is built on three principles: 1. Fast. A single native binary, no runtime to install. It cold starts in 10µs and does no unnecessary work or I/O before accepting input. fx is the answer to "how fast can a coding agent be?" 2. Light. The 6.3MiB binary uses single-digit megabytes of memory at baseline, made for instant installation and embedding in resource-constrained environments and agent sandboxes. 3. Open. Apache-2.0, model and provider agnostic, suitable for local and cloud inference. Its small core extends through skills, plugins, and MCP. Minimalism is an obsession throughout the entire harness: system prompt, tools, features, binary. The goal was to keep context usage and time to first token low, and make fx optimal for model benchmarking, sandboxing, evals, and gyms. You can use fx directly or embed it as infrastructure. The CLI feels more like a Unix shell than an IDE in the terminal: it preserves scroll history, produces minimal output, and uses complex TUI rendering very, very sparingly. Programmatically, 𝚏𝚡 𝚊𝚜𝚔 --𝚓𝚜𝚘𝚗 gives structured output, 𝚏𝚡 𝚊𝚌𝚙 connects to editors and other clients, and WebAssembly can even run the whole thing inside the browser (see: Privacy is a design constraint: no product telemetry, sessions and usage stay local, and no source code or prompts are shared with any endpoint other than inference. With local inference and auto-updates off, fx is fully hermetic. fx is experimental. Use at your own risk and expect frequent changes. Chat with us on X ( or file issues ( 𝚌𝚞𝚛𝚕 -𝚏𝚜𝚂𝙻 𝚏𝚡.𝚜𝚑/𝚜𝚎𝚝𝚞𝚙.𝚜𝚑 | 𝚋𝚊𝚜𝚑show more

Vercel Developers
948,088 görüntüleme • 12 gün önce
Fable 5 just dropped and someone already built a... $10k-looking website with it. Here's the full workflow The smooth scrolling, the animations, the transitions, all built with Fable 5. Here's how to get the same result instead of a generic template. 1. Steal a direction first. Go to Mobbin or Godly and find a site whose feel you love. Screenshot it. Fable copies a vibe far better than it invents one. 2. Grab real components. Pull animation-ready blocks from Aceternity UI or Magic UI. These are built for exactly this look (scroll reveals, parallax, gradients). 3. Prompt Fable with all of it. Switch to Fable 5 in Claude Code, drop in your screenshots and the component references, and describe the sections and scroll behavior you want. Let it plan before it builds. 4. Animate with the right tools. Tell it to use GSAP with ScrollTrigger for scroll effects, or Framer Motion for React. This is what separates "nice" from "$10k." 5. Iterate on feel, not code. Preview it, then give Fable specific notes ("slower fade, more spacing on mobile") until it lands. Bookmark thisshow more

Fokki
72,175 görüntüleme • 1 ay önce
HyENA is now live and it is here to... redefine Perpetuals trading from the ground up. Brought to you by Based, powered by , and built entirely on Hyperliquid HIP-3. HyENA introduces a new standard for on-chain trading: an internet trading engine with native yield. With HyENA, you can trade any asset on earth 24/7, all while your collateral continues to work for you in the background. No idle capital. No stale liquidity. Just a seamless, hyper-efficient trading experience. HyENA is not just an upgrade. We are presenting a new model for how global markets can operate. Hyperliquidshow more

Based
34,109 görüntüleme • 8 ay önce
Got early access to MiniMax H3 and honestly... the... output speaks for itself. 🔥 Tested out a multi-shot cyber-fashion teaser using the new Omni-Reference feature to keep the character and gritty neon vibe completely locked in across the cuts. What blew me away is that this dropped in a single pass with native stereo audio and sharp text rendering built right in—no separate sound design or post-editing mess. What do you guys think? Check it out MiniMax Design (H3) #MiniMaxH3show more

Arcane Ai
44,177 görüntüleme • 1 ay önce
BREAKING: Anthropic just dropped Opus 4.8—and it is a... MONSTER We've been testing for about a week Every 🪨 and our verdict is they could've just called it Opus 5, it's that good. Here's our vibe check: - Beats GPT-5.5 on Senior Engineer bench. On our toughest benchmark Opus 4.8 scores a 63—a hair higher than GPT-5.5's score of 62, and a full 30 points higher than Opus 4.7. It tackled a ground-up rewrite of a production codebase, and actually built something that works. HOWEVER: Coding performance varied a lot at different reasoning levels. We recommend using it on xhigh for best results. - Incredibly good writer. Opus 4.8 scored a 79.6 on our writing benchmark—measuring models on real-world writing tasks we do all of the time like essay writing, promo email writing, and more. It beats GPT-5.5 by 6 points. It produces well-written prose with fewer "AI-isms". It's also very good at writing in your voice given the right context. HOWEVER: Writing performance also varied with reasoning levels. Medium reasoning had higher incidence of AI-isms—we found best results with high. - Beast at knowledge work. Opus 4.8 is very good at general knowledge work tasks like report creation, research and more. It produced the best PowerPoint one-shot we've ever seen on our deck generation benchmark. - Emotionally intelligent, willing to question the frame. I've also found it to be quite good at talking through psychological or interpersonal issues. It has a high EQ, and it's also good at not glazing and helping to expand your perspective. Its thought process feels extremely rich and dynamic. THE BAD: These days a model is only as good as its harness, and Codex is still a far superior harness to the Claude Desktop app. This has kept me using Codex + GPT-5.5 as my daily driver, but I am flipping back and forth a lot more between Codex and Claude. Anthropic is back baby! Read the rest on Every 🪨:show more

Dan Shipper 📧
354,559 görüntüleme • 3 ay önce
GPT-5.6 Sol is unbelievably good at creating and editing... videos. It can do motion design, product demos, and animations like this one I made by simply giving it a screen recording. GPT 5.6 has the best design taste and significantly outperforms Fable, which relies heavily on repetitive design patterns. To help you experiment with video editing on it, we just launched a collection of 100 ready-to-use skills that show what’s possible and help you get started with video editing using GPT-5.6. These skills can create anything from motion graphics launch videos for your product to a 3B1B-style science explainer video. You can also use them to edit existing videos: add captions, generate motion graphics, create voiceovers, redesign visual styles, translate into new languages, and much more. If you want access to the full library, comment “VIDEO SKILLS” and I’ll share it with you. (You'll have to follow me so I can DM you.)show more

Akash Anand
515,607 görüntüleme • 1 ay önce
Most AI Projects In Crypto Are Liars. Sentient is... different. It is the only project in Web3 pursuing true Artificial General Intelligence. A few facts that set it apart: 1. First-of-its-kind: Sentient is not just building AI tools, but an open, crypto-native path to AGI. 2. Community-owned intelligence: Instead of Big Tech locking up breakthroughs, progress is built openly and shared on-chain. 3. Value capture: Every step forward in intelligence accrues to the ecosystem itself, not to a closed corporation. 4. Product before hype: While dozens of AI projects launch at $300M–$2B FDV with little to show, Sentient is shipping real technology first. 5. Designed to evolve: Its architecture is built to learn, adapt, and scale like a human mind. 6. The singularity play in crypto: Many see Sentient as the Tesla-equivalent for AGI—but crypto-native. In time, people will understand that this isn’t just another AI project. It’s the beginning of decentralized intelligence.show more

BillionAireSon 🛡️
16,141 görüntüleme • 11 ay önce
I just built my own wiki generator plugin for... my agents. My agents can now generate wikis for anything I ask. One of my favorite wikis is called PaperWiki. This is a great example of what Andrej Karpathy describes. It uses obsidian vaults to organize papers, retrieve LLM-generated summaries, diagrams, and other advanced views for paper exploration. When Obsidian UI is not enough, I use my own artifact generator inside my agent orchestrator (see clip for example). This allows my agents to build any kind of view or exploration feature that I need. The papers are all curated with automations and several rules/patterns I have manually built over the years. On the surface, this looks basic. But behind the scenes, there are advanced search capabilities, connections, metadata, derived data, and other interesting bits of information that are extremely useful for my research agents. This is mostly built for agents. The artifact preview is just a high-level way to validate and quickly assess the quality of the wiki, suggest improvements, and it's also great for research. I use tobi lutke's qmd for all search capabilities. Everything is markdown. The summaries and even the diagrams. The wiki updates on its own based on several automations I have optimized over the past couple of weeks. The wiki grows and self-improves based on several requirements important for my research use cases. This is as personalized as it gets. There is nothing like it out there. And I use my research expertise to continue improving it over time. This is a vanilla wiki. There are so many things I want to build on top of this. Different aggregations, views, artifacts, etc. All to help automate more of my research work and accelerate productivity. I think the biggest leverage here is how powerful this could be for discovery and experimentation. One of my goals is to use it to find deeper connections and insights that would otherwise elude the top human researchers and use those to generate interesting new hypotheses and research experiments. That way, my agents can use autoresearch to explore research ideas at the frontier. Stay tuned for more.show more

elvis
67,257 görüntüleme • 4 ay önce
CLIENT ASKED 20 YEAR OLD TO BUILD A "SIMPLE"... WEBSITE THIS IS WHAT IT DELIVERED most websites look like this: -> Hero section -> Some text -> A few buttons -> Done Claude had other plans Here's what it built: -> Cinematic landing page with immersive animations -> Interactive particle effects -> Smooth scroll storytelling -> Premium UI inspired by Apple and luxury brands -> Responsive design without sacrificing performance → Production ready code in minutes the crazy part? there was no design agency no frontend team no weeks of back and forth revisions just one prompt and Claude Code while most developers are using AI to autocomplete code others are using it to build experiences that would've taken an entire team the gap isn't AI anymore it is imagination Bookmark this before every website starts looking like thisshow more

0xSlyth
17,945 görüntüleme • 2 ay önce
Claude Fable 5 + Claude Design is f*cking insane... 🤯 Anthropic just dropped its most intelligent model ever, and the first thing I pointed it at was email design. I built a complete email campaign design in Claude Design, and the difference is night and day: tighter layouts, cleaner hierarchy, on-brand from the first generation. All inside Claude Design with Fable 5. Perfect for DTC brands and agencies who are still paying email agencies $3-5K/month for campaign designs that take 2 weeks to ship. If your campaign calendar is packed but every new email means briefing a designer, waiting on mockups, sending notes, and waiting again... This workflow eliminates the entire bottleneck: → Load your brand design system into Claude Design once (colors, fonts, logo, button styling) → Switch the model to Claude Fable 5 — Anthropic's new state-of-the-art model with the best vision of any AI → Prompt the campaign email section by section: header, hero, headline, offer block, CTA → Fable 5 nails layout and brand details that older models fumbled → Iterate inline — swap images, adjust styling, color-pick directly in the canvas → Export the finished email and hand off to your ESP No briefing a designer. No 2-week turnaround on a single campaign. No paying an agency $4K/month for 4 emails. What you get: → Campaign emails designed in minutes, not weeks → A reusable design system every new email pulls from automatically → Noticeably smarter design decisions from Fable 5's upgraded vision → Full inline editing before anything touches your ESP Built 100% with Claude Design + Claude Fable 5. I recorded a full walkthrough showing exactly how this works. Want it for free? > Like this post > Comment "FABLE" And I'll send it over (must be following so I can DM)show more

Mike Futia
43,093 görüntüleme • 2 ay önce
Claude Code + Google Stitch 2.0 is f*cking cracked... 🤯 Google just dropped a free AI design agent that solves Claude Code's biggest weakness: frontend design. One screenshot of a high-converting landing page → a production-ready site for your brand in minutes. All inside Google Stitch + Claude Code. Perfect for DTC brands and agencies who are building advertorial pages and product launch pages for Meta but burning days on designer back-and-forth. If you're running Meta ads and need 5-10 different landing pages testing different hooks, angles, and offers — each one targeting a different audience and pain point — you know the bottleneck isn't the ads. It's the pages. Briefing designers, waiting for revisions, paying $2-5K per page. Stitch eliminates the design bottleneck: → Find a high-converting advertorial that's scaling on Meta → Screenshot it and drop it into Stitch (powered by Gemini 3.1) → Stitch redesigns it with your brand's colors, fonts, and imagery using Nano Banana 2 → Edit sections visually — headlines, CTAs, layouts — without touching code → Export the code and paste it into Claude Code → Claude builds the full production site and deploys to Vercel or Netlify in 60 seconds No designer. No $3K per landing page. No Claude Code frontend that looks like a template from 2019. What you get: → Designer-quality landing pages and advertorials built in minutes, not weeks → Visual editing so you actually see the design before you code it → Nano Banana 2 generating on-brand product imagery and hero shots → A repeatable system — new angle, new page, same pipeline Built 100% with Google Stitch 2.0 + Claude Code. I put together a full playbook showing the exact workflow: how to find winning pages, redesign them in Stitch, and deploy with Claude Code. Want it for free? > Like this post > Comment "STITCH" And I'll send it over (must be following so I can DM)show more

Mike Futia
126,193 görüntüleme • 5 ay önce
Microsoft is cooking! Windows 11’s faster app launches released... today, and everything is noticeably faster on low-end PCs. Windows 11’s CPU boost feature is no longer just for Start, Search, and shell flyouts. After installing the August 2026 security update, it is now silently active while opening apps too. We tested this on the same PC before and after KB5121003, and the difference is real. Notepad, Calculator, Chrome, VLC, PowerPoint, Weather, and even the Epic Games Store now trigger the same Low Latency Profile behavior Microsoft first rolled out for the Windows shell in June. The moment you open an app, Windows briefly pushes the CPU close to its maximum frequency for one to three seconds, finishes the launch work faster, and then drops back to idle. This is called “race to sleep,” and it is not a lazy trick. macOS and Linux already do similar things. CPU utilization does not spike the same way, so this is not your PC suddenly working harder forever. It is a short frequency burst to make Windows feel more responsive. I know people love mocking Windows performance, and often for good reason, but this one actually works. Apps open faster now, especially on budget and older PCs where every second of delay is noticeable. Windows 11 is finally getting the kind of performance work it should have had from day one.show more

Windows Latest
714,804 görüntüleme • 19 gün önce