OSSphere @ossphere_dev
OSSphere – The fastest way to discover @github OSS, what’s actually worth building on | AI-powered | Discover. Contribute. Dominate. ossphere.dev Joined September 2025-
Tweets315
-
Followers37
-
Following220
-
Likes30
How many browser tabs do you keep bookmarked just to format JSON? Decode a JWT. Generate a UUID. Test a regex. Convert Base64. Check a hash. Preview Markdown. Compare two strings. Count them. I'll wait. @VelerSoftware counted them all — then built DevToys so none of them need to exist anymore. DevToys-app/DevToys — 32,000 GitHub stars, 1,800 forks, MIT licensed. A Swiss Army knife for developers. No internet required. No untrustworthy websites. Just your machine. Here's everything in one offline desktop app: → Converters: JSON to YAML, Date, Number bases → Encoders/Decoders: HTML, URLs, Base64, GZip, JWT, QR Code → Formatters: JSON, SQL, XML — paste and clean instantly → Generators: Hash & Checksum, Lorem Ipsum, Password → Graphics: PNG/JPEG Compressor, Color Blindness Simulator → Testers: JSONPath, RegEx, XML — test patterns without a project → Text Utilities: Markdown Preview, Text Comparer, Analyzer → Smart Detection — copies something to clipboard, DevToys automatically selects the right tool for the data → Extension Manager: 44+ community extensions including JSONSchema Validator, XPath Tester, ULID Generator, UUID Formatter, C# to TypeScript, Msgpack, and more → Windows, macOS, Linux — cross-platform since v2 → Everything runs locally — your data never leaves the machine → MIT licensed — install via winget, Homebrew, or direct download The best developer tool is the one that's already open when you need it. Discovered on OSSphere : ossphere.dev/DevToys-app/De… Which browser tab would you close forever if DevToys replaced it? Drop it below 👇 #DevToys #OpenSource #DeveloperTools #Productivity #BuildInPublic #Windows #macOS
The open source projects that matter most to your career are rarely the ones you build. They're the ones you understand deeply enough to extend, debug, and explain to someone else. Here's the difference between using a tool and knowing it: Using it: → You can follow the quickstart → You can copy-paste the example → You can get it working for the happy path → You open a Stack Overflow question when it breaks Knowing it: → You understand why the API is designed the way it is → You can predict what will break before it breaks → You can read the error and know exactly which file to look at → You can extend it without fighting the architecture → You can explain the tradeoffs the authors made → You can write a PR that the maintainers actually merge The gap between using and knowing is not time. It's one thing: reading the source code with genuine curiosity. Most developers stop at the README. The ones who go further — into the tests, the internals, the commit history, the design decisions — compound differently. Pick one tool in your stack this week. Not to learn something. Just to understand it better. Open the src folder. Read for 30 minutes. ossphere.dev What tool in your stack do you understand most deeply? Drop it below 👇 #OpenSource #SoftwareCraft #BuildInPublic #GitHub #DeveloperGrowth #CodeReading #SoftwareEngineering
Buffer charges per channel. Hootsuite starts at $199/user/month. Hypefury is $49/month for the features you actually need. The developer who built Novu to 20,000+ stars said: we can do better. @wickedguro shipped Postiz — the open source, agentic social media scheduler that posts to 28+ platforms. 32,100 GitHub stars. 197 releases. Ships every 4 days. Self-hostable. AI-native. AGPL-3.0. Here's what one dashboard gives you: → 28+ platforms: X, LinkedIn, Instagram, Facebook, Threads, YouTube, TikTok, Pinterest, Reddit, Discord, Slack, Mastodon, Bluesky, Farcaster, Nostr, Telegram, Medium, Dev.to and more → AI content generation — OpenAI + CopilotKit integrated → Postiz Agent CLI — connects to Claude, automates your entire scheduling workflow from the terminal → MCP server — any MCP-compatible AI agent can schedule posts → Temporal.io backend — durable scheduling with automatic retries → Team collaboration — role-based access, org workspaces, multi-tenant architecture for agencies → Public REST API — full programmatic access to everything → Node.js SDK (@postiz/node) + n8n node + Make.com + Zapier → Content calendar with visual scheduling → Analytics per post and per channel → Docker Compose self-host: running in minutes Buffer has 11 channels. Postiz has 28+. Buffer has no public API on free plans. Postiz always does. Discovered on OSSphere : ossphere.dev/gitroomhq/post… How many social platforms are you currently managing manually every week? Drop it below 👇 #Postiz #OpenSource #SocialMedia #BuildInPublic #SelfHosted #AI #IndieHacker
The way developers learn has fundamentally changed. Five years ago the path was: buy a course, watch videos, build the tutorial project, get the certificate. Today the fastest learners are doing something different. They're learning by building with real tools, in public, with real feedback from real people. The open source contribution loop is the best learning system ever built for software developers: → Find a repo doing something you don't fully understand → Read the source until you do → Find something small to improve — a test, a doc, a bug → Open a PR and get feedback from people who know it deeply → Ship the change and immediately see it in production → Repeat with a harder problem Each cycle makes you better at reading unfamiliar code, writing clearly for other developers, understanding tradeoffs, and shipping things that actually work in real systems. No course gives you that loop. No bootcamp simulates those feedback cycles. No tutorial puts your code into software that real people use. The best developers in 2026 aren't the ones with the most certifications. They're the ones who have shipped real code into real open source projects and lived with the consequences. ossphere.dev What's the contribution you learned the most from? Drop it below 👇 #OpenSource #LearningToCode #BuildInPublic #ContributeToOSS #GitHub #DeveloperGrowth #SoftwareEngineering
Every WYSIWYG editor outputs the same thing. A blob of HTML. Beautiful to render. Nightmare to parse. Impossible to migrate. Tied to the renderer forever. codex-team asked: what if content was clean JSON instead? codex-team/editor.js — 31,800 GitHub stars, 2,200+ forks, Apache 2.0. A block-style editor that gives you structured data, not markup. Here's what the data model difference actually means: → Every block is a structured JSON object — type, data, settings — not a
RoBERTa. BART. wav2vec 2.0. M2M-100. XLM-R. Some of the most important NLP models of the last decade were trained on one open source toolkit. @fairseq archived fairseq on March 20, 2026. 32,200 stars. 6,700 forks. Read-only now. Legacy: permanent. Here's what fairseq gave the research community: → Sequence-to-sequence toolkit for translation, summarization, language modeling, and text generation — all in one framework → RoBERTa — the BERT training methodology done right, replicated and extended by thousands of researchers → BART — denoising autoencoder that set new standards in summarization and text generation → wav2vec 2.0 — self-supervised speech representation learning that made speech models dramatically more accessible → wav2vec-U — unsupervised speech recognition without any labels → M2M-100 — first multilingual translation model trained on 100 languages directly, without English as a pivot language → mBART — multilingual denoising pretraining for NLP → Multi-GPU, distributed training infrastructure that teams worldwide used to train models they couldn't afford otherwise → 6,700+ forks — the most-studied research toolkit in NLP history The successor is already active: facebookresearch/fairseq2 — a complete rewrite with modular architecture, 70B+ model support, FSDP, tensor parallelism, and native vLLM integration. The code is archived. The models it trained are still running. Discovered on OSSphere : ossphere.dev/facebookresear… Which fairseq-trained model had the biggest impact on your NLP work? Drop it below 👇 #Fairseq #OpenSource #NLP #MachineLearning #BuildInPublic #Meta #AI
The open source tools winning in 2026 have one thing in common. They made a hard problem feel easy on day one. Not by dumbing it down. By doing the hard work so you don't have to. Ollama: running a local LLM should be one command. Tailscale: connecting two machines should be 30 seconds. Dokploy: deploying your app should be one curl command. Supabase: your backend should be ready in 2 minutes. LiteLLM: switching LLM providers should be zero code changes. Flowise: building an AI agent should be drag and drop. shadcn/ui: adding a component should be one CLI command. Chatwoot: setting up customer support should take an afternoon. The pattern is always the same. Someone took a problem that used to require days of setup, deep expertise, and significant infrastructure knowledge — and wrapped it in an experience so clean that a developer could go from zero to working in under an hour. That's not just good engineering. That's empathy for the developer on the other end. The best open source projects understand that your time is the most valuable thing you're spending when you adopt them. ossphere.dev What's the OSS tool that made a previously painful problem feel embarrassingly easy? Drop it below 👇 #OpenSource #DeveloperExperience #BuildInPublic #OSS #DeveloperTools #GitHub #SoftwareEngineering
Two brothers started SurrealDB in 2022. They hit GitHub Trending #1. They had a dream. They had 2,500 stars and a two-person team. February 17, 2026: SurrealDB 3.0 ships into general availability. Same day: $23 million Series A extension announced. Customers: Verizon, Walmart, ING, Nvidia, Samsung, Tencent. 32,400 GitHub stars. 2.3 million downloads. Built in Rust. @SurrealDB — the multi-model database for AI-native applications. Here's why stitching together three databases is becoming outdated: → One engine: document, graph, relational, time-series, geospatial, vector, full-text search, key-value — all native → One query: traverse a graph, filter structured records, and pull vector-similar results in a single SurrealQL statement → SurrealQL: SQL extended with graph traversals, vector ops, full-text search, and built-in authentication in the query layer → One binary: embed in your app, run in the browser via WebAssembly, deploy at the edge, or spin up a distributed cluster — same engine → Real-time live queries via WebSocket — built in, no extra infra → Row-level permissions — access control in the database, not the app → SurrealDS: new distributed storage engine (v3.0) → Spectron: persistent agent memory layer for AI systems (v3.0) → MCP integration: Claude, Cursor, VS Code connect directly (v3.0) → Surrealist: visual desktop query playground and schema explorer → SOC 2 Type II, ISO 27001, GDPR, CCPA certified → Apache 2.0 licensed — open source all the way down Two brothers. One database. Verizon, Walmart, Nvidia trusting it. Discovered on OSSphere ossphere.dev/surrealdb/surr… Is your AI stack still running on three separate databases for documents, vectors, and graphs? Drop it below 👇 #SurrealDB #OpenSource #Database #AI #BuildInPublic #Rust #MultiModel
The developers who understand networking have a superpower most of their peers don't. Not because networking is glamorous. It isn't. Not because it's required for most jobs. It often isn't. Because when something breaks at 2AM — and it will — the developer who understands what's happening at the network layer finds the answer in 10 minutes. The one who doesn't spends 3 hours restarting services and hoping the problem goes away. Here's what actually understanding networking gives you: → You know why a request is timing out vs being refused → You understand what a DNS failure looks like vs an app error → You can read a curl -v output and know exactly what failed → You know why your Docker container can't reach the host → You understand what CORS is actually doing and why it exists → You can debug TLS certificate errors without panic → You know the difference between a firewall drop and a reject → You understand why your WebSocket keeps disconnecting → You can trace a request end-to-end when nothing is logged The tools for learning this are all free and open source. Wireshark. tcpdump. curl. nmap. traceroute. ping. The man pages. A Linux VM. A weekend afternoon. Networking knowledge compounds faster than almost any other skill in the developer toolkit. ossphere.dev What networking concept took you the longest to really understand? Drop it below 👇 #Networking #OpenSource #SoftwareEngineering #BuildInPublic #DevOps #Linux #DeveloperSkills
Traditional VPNs make you feel secure while making everything slower, harder to configure, and more painful to maintain. @apenwarr took WireGuard — the fastest, most modern VPN protocol ever built — and made it so simple that connecting any two devices on the planet takes 30 seconds. tailscale/tailscale — 32,800 GitHub stars. Updated today. 230 releases. BSD-3-Clause. The networking tool developers actually enjoy using. Here's what zero-config mesh networking gives you: → Install tailscale on any two devices — they find each other automatically through NAT, firewalls, and CGNAT, no port forwarding, no static IPs, no configuration → Magic DNS — every device accessible by name instantly: laptop.tail-xxx.ts.net — works everywhere, always → Tailscale SSH — SSH to any machine without managing keys, rotating certificates, or touching authorized_keys ever again → Taildrop — AirDrop-style file sharing across your entire tailnet → Exit nodes — route all traffic through any device you own → Subnet routers — bring entire network segments into your tailnet → ACLs and device posture — zero-trust access controls built in → Kubernetes Operator — native k8s integration, GA → Aperture AI Gateway (Feb 2026) — distribute and visualize AI model access across your entire organization → Peer Relays and Tailscale Services — both GA Feb 2026 → Free tier: 3 users, 100 devices — no credit card → macOS, Windows, Linux, iOS, Android, Raspberry Pi WireGuard does the encryption. Tailscale does everything else. Discovered on OSSphere : ossphere.dev/tailscale/tail… What's the first two devices you'd connect the moment you install Tailscale? Drop it below 👇 #Tailscale #OpenSource #WireGuard #Networking #BuildInPublic #SelfHosted #DevOps
Most AI agents start cold. They know nothing about you until you type it. Every session begins from zero — no context, no history, no understanding of what you actually work on. @senamakel asked: what if the agent knew everything about your work before you typed a single word? tinyhumansai/openhuman — 32,600 GitHub stars in 6 weeks. #1 on GitHub Trending and Product Hunt in the same week. v0.57.44 shipped yesterday. Still accelerating. Here's what memory-first AI actually looks like: → Connects to 118+ services via one-click OAuth: Gmail, GitHub, Slack, Notion, Stripe, Calendar, Drive, Linear, Jira and more → Every 20 minutes: polls every connected account automatically — new emails, commits, calendar events, document edits — all fetched → Memory Tree: incoming data converted to Markdown, chunked, scored, and written to files you can open and edit yourself → Fully-local STT and TTS — Whisper + Piper, no cloud required → Async sub-agents — steer and await them while they run → Teammate agents that execute tasks end-to-end with timelines → Approval gate for high-cost runs — human-in-the-loop built in → Claude Code integration — OpenHuman memory shared over MCP → Skills catalog — installable modular capabilities → MCP end-to-end — OAuth flows and agent bridge included → Built in Rust + TypeScript + React 19, packaged as Tauri v2 → macOS, Windows, Linux — GPL-3.0 licensed The founder tried to set up an AI agent for his dad. Three hours of YAML and terminals later, they both gave up. OpenHuman came from that conversation. Discovered on OSSphere : ossphere.dev/tinyhumansai/o… What's the first thing you'd want your personal AI agent to know about you before you start your workday? Drop it below 👇 #OpenHuman #OpenSource #AIAgents #LocalAI #BuildInPublic #PersonalAI #Rust
Something quietly happened to the open source licensing landscape in the last three years. And most developers missed it. The pattern: a project grows, gets adopted at scale, and a cloud provider starts offering it as a managed service without contributing back. The maintainers — who spent years building it — watch someone else profit from their work. The response has been a wave of license changes: → HashiCorp changed Terraform to BSL 1.1 (2023) Community forked → OpenTofu under Linux Foundation → Elasticsearch changed to SSPL (2021) AWS forked → OpenSearch, still under Apache 2.0 → Redis changed to RSAL/SSPLv1 (2024) Community forked → Valkey, now Linux Foundation → MongoDB changed to SSPL (2018) AWS forked → DocumentDB (proprietary) → Confluent changed Kafka components to BSL (2023) Community maintains → Apache Kafka unchanged The pattern is consistent: BSL and SSPL block cloud providers from reselling. The community forks and keeps the Apache/MIT version alive. Neither side is wrong. Both are rational. The real question for developers: which license tells you something important about the project's future — and yours? ossphere.dev How do you evaluate OSS licenses before adopting a dependency? Drop it below 👇 #OpenSource #Licensing #BSL #SSPL #BuildInPublic #OSS #SoftwareEngineering
Intercom starts at $39/seat/month. Zendesk starts at $55/seat/month. Salesforce Service Cloud starts at $75/seat/month. For a 10-person support team that's $4,680–$9,000/year — before a single AI add-on is enabled. @chatwootapp is the open source answer. 33,000 GitHub stars. 15,000+ businesses. 7,800+ forks. MIT licensed core. Updated yesterday. Here's what one unified support inbox gives your team: → Live chat, email, Facebook, Instagram, WhatsApp, Telegram, Line, SMS, TikTok, and API — all in one conversation view → Captain AI — the native AI agent that ships in v4.14: - Assistant: answers customer questions autonomously, hands off to human when it's genuinely stuck - Co-Pilot: drafts and translates replies for agents live - Smart FAQs: identifies gaps in your knowledge base - Memories: retains per-customer context across sessions → Slack integration — manage conversations without leaving Slack → Shopify integration — view and manage orders inside Chatwoot → Linear ticket creation — engineering escalations in one click → Google Translate — real-time message translation built in → Pre-chat forms, CSAT reports, conversation labels and teams → Live View — monitor all ongoing conversations in real time → DigitalOcean 1-Click deployment — Kubernetes-ready → Python SDK, mobile app (React Native) — full ecosystem → MIT licensed core — commercial license only for enterprise/ directory Discovered on OSSphere : ossphere.dev/chatwoot/chatw… What's the biggest pain point with your current customer support stack? Drop it below 👇 #Chatwoot #OpenSource #CustomerSupport #SelfHosted #BuildInPublic #Intercom #SaaS
The developer who ships is more valuable than the developer who perfects. Open source taught me that more clearly than any job ever did. In a closed codebase, you can hide behind "it's not ready yet." Nobody sees the unfinished branch. Nobody judges the draft PR. The cost of not shipping is invisible. In open source, the cost is visible immediately: → The issue stays open and the community moves on → The PR sits unmerged and someone else solves it → The feature never lands and the fork gains the stars → The maintainer disappears and the project dies Open source has no room for perfectionism. Not because quality doesn't matter — it does, enormously. But because a good solution shipped beats a perfect solution that never leaves the branch. The developers who contribute most to open source projects share one trait: they have a low threshold for "good enough to share." They file the rough issue. They open the imperfect PR. They ship the v0.1 README. And then they iterate. In public. With feedback. The feedback loop that makes open source software better is the same one that makes open source contributors better. You can't get it without shipping something first. ossphere.dev What's the first OSS contribution you were most nervous to ship? Drop it below 👇 #OpenSource #BuildInPublic #ContributeToOSS #GitHub #SoftwareCraft #OSS #DeveloperGrowth
Most AI chat UIs are wrappers around one model. @mckaywrigley built the one that works with any model. 33,100 GitHub stars. 9,500 forks — more forks than almost any AI UI repo on GitHub. Built in TypeScript. MIT licensed. mckaywrigley/chatbot-ui — the open source foundation thousands of developers used to ship their own AI chat products. Here's what "AI chat for any model" actually gives you: → Connect any model — OpenAI, Anthropic, Google, and beyond — all in the same clean interface → Multiple workspaces — organize chats by project, client, or context → Assistants — custom system prompts and configurations saved and reusable → File uploads — chat with documents directly in the UI → Multi-modal — images and text in the same conversation → Message history — persistent, searchable, organized → Supabase backend — PostgreSQL + Auth, open source all the way down → Self-host locally or deploy to Vercel in minutes → Official hosted version at chatbotui.com if you'd rather not self-host → Next.js + TypeScript + Tailwind CSS — clean, readable, hackable → 9,500+ forks — studied, extended, and deployed by developers worldwide The ChatGPT interface is beautiful. It's also closed. ChatbotUI is the open source version of that idea — owned by you, running on any model you choose. Discovered on OSSphere : ossphere.dev/mckaywrigley/c… If you could build your own AI chat UI from scratch — what's the one feature every existing product is missing? Drop it below 👇 #ChatbotUI #OpenSource #AI #NextJS #BuildInPublic #SelfHosted #LLM
Before transformer models made everyone forget that NLP existed before 2023 — there was spaCy. 11 years old. 33,600 GitHub stars. 4,687 forks. 139,000+ GitHub projects depending on it. 1,000+ companies running it in production. @honnibal built the industrial-strength NLP library that has been quietly powering production text processing since 2015 — and it's still the standard. Here's what pip install spacy actually gives you: → Tokenization — accurate, language-aware, production-fast → Named Entity Recognition — people, orgs, locations, dates, and custom entity types you define → Part-of-speech tagging — every token labeled and explained → Dependency parsing — syntactic structure of every sentence → Text classification — train custom classifiers on your data → Lemmatization and morphological analysis — root forms, inflections → Rule-based matching — Matcher, PhraseMatcher, EntityRuler for pattern-based extraction no LLM can beat on precision → Multi-task learning with pretrained transformers — BERT, RoBERTa, and any HuggingFace model composable in a pipeline → Custom pipeline components — extend anything with Python → Production training system — config-based, reproducible, fast → spacy-layout — process PDFs and Word documents directly → GPU support via CUDA — scales to any document volume → 70+ languages — tokenization and training out of the box → MIT licensed — commercial open source, free forever LLMs generate text. spaCy understands it. Both belong in your production NLP stack. Discovered on OSSphere : ossphere.dev/explosion/spaCy Are you using spaCy in production — or did LLMs replace your NLP pipeline entirely? Drop it below 👇 #spaCy #OpenSource #NLP #Python #BuildInPublic #MachineLearning #TextProcessing
Six weeks ago we started this account with one belief: Open source is the most important force in software development — and most developers only see a fraction of what exists. Here's what six weeks of daily posting taught us about the open source ecosystem: → The best projects rarely trend. They just keep shipping. → Solo developers are building tools used by millions — quietly, without funding, without marketing. → The gap between OSS and paid SaaS has essentially closed in most categories. Quality is no longer the differentiator. → Discovery is still broken. The same 50 repos get shared while thousands of excellent projects sit invisible. → The community notices when you treat their work with respect. Every post tagging a maintainer got a response. → Developers are hungry for honest takes — not feature lists. → The AI stack is almost entirely open source now. That happened faster than anyone predicted. → Maintainer burnout is real, underfunded, and undertalked. → The best OSS projects have one thing in common: a README written for the user, not the author. We're just getting started. Every week we find projects that deserve 10x more attention than they're getting. That's not changing anytime soon. ossphere.dev What's the most useful thing we've shared so far? Drop it below 👇 #OpenSource #BuildInPublic #OSSphere #GitHub #DeveloperCommunity #OSS #SixWeeks
Standard RAG finds the right paragraph. It chunks your documents, embeds them, retrieves the closest chunks, and hands them to the model. That works for simple factual lookups. It falls apart on complex questions that span your entire corpus. Microsoft Research built the answer. Published the paper. Open sourced the code. microsoft/graphrag — 31,600 GitHub stars, MIT licensed, and the architecture that enterprise AI is moving toward in 2026. Here's what graph-based retrieval actually does differently: → Builds a full knowledge graph of your corpus first — entities, relationships, and community structures extracted by an LLM before any query is ever run → Leiden algorithm detects communities across the graph — automatic hierarchical clustering of related concepts → Community summaries generated at every hierarchy level — the model understands your data structure, not just your chunks → Local search: entity-focused retrieval for precise factual queries → Global search: corpus-wide thematic analysis using community summaries — answers questions no chunk could answer alone → 70-80% win rate over naive RAG on comprehensiveness and diversity → 2-3% token use per query vs full-text summarization — dramatically cheaper at scale → Auto-tuning: graphrag prompt-tune discovers entity types from your documents — no manual prompt engineering needed → BenchmarkQED evaluation framework included → MIT licensed — 3,300+ forks, Microsoft Research backed One warning the team is clear about: indexing is expensive. Start small. Understand costs before scaling. Discovered on OSSphere : ossphere.dev/microsoft/grap… What's the hardest multi-hop question you'd want a RAG system to answer across your documents? Drop it below 👇 #GraphRAG #OpenSource #RAG #KnowledgeGraph #BuildInPublic #Microsoft #AIEngineering
MCP changed something fundamental about how AI agents work. Not the models. Not the prompts. The plumbing. Before MCP, every AI tool integration was a custom job. Write a function. Wrap an API. Handle auth. Parse responses. Do it again for the next tool. And the next one. After MCP, the pattern is different: → One protocol. Every tool speaks it. → One config. Every MCP client reads it. → Connect once. Use from any compatible agent. → Playwright MCP: your agent controls any browser → GitHub MCP: your agent reads PRs and opens issues → Postgres MCP: your agent queries your database directly → Slack MCP: your agent sends messages and reads channels → Notion MCP: your agent reads and writes your docs → Filesystem MCP: your agent reads and writes local files The power isn't any single MCP server. It's that they all speak the same language. An agent with 10 MCP servers connected isn't doing 10 things. It's doing anything that requires any combination of those 10 things. That's a qualitative shift. Not a quantitative one. We're in the early innings of what MCP-native agents can do. The servers being built right now are the infrastructure layer of the next generation of software. ossphere.dev Which MCP server has been most useful in your workflow? Drop it below 👇 #MCP #OpenSource #AIAgents #BuildInPublic #LLM #ClaudeCode #DeveloperTools
Tapiwanashe Nelson Nz... @nelson_nzou
106 Followers 50 Following IoT technologist passionate about turning microcontrollers into real infrastructure solutions
JustJerry @JustJerry121
932 Followers 1K Following 🦾Startup founder, doing something great!🥰 Open Source: https://t.co/VD62jUqDhl My GitHub: https://t.co/waq3Lg4Cw4 I always follow back!
Volodymyr Pavlenko @mindinpanic
2K Followers 3K Following building skarbi, a calm wishlist & gift planning app sharing the messy product, design, and launch lessons as i go
Tiffany @warzxv
263 Followers 2K Following BRB = I`m not really going anywhere, but neither is this conversation.
Dreams Growth🍌 @Dreamsgrowth
21K Followers 16K Following Web3 Explorer | Decoding blockchain | BAYC mindset 🍌| Content Creator | NFA
Nicole Savage @NicoleS_graphic
2K Followers 3K Following Turning Ideas Into Reality. Hit Me Up With Your Ideas About Logos, Emotes And Everything In Between | Projects Completed: 200+
Velora @Velora304
214 Followers 2K Following
Jundo @JundoYaps
4K Followers 3K Following OG L3SDAO | Creator @Somnia_Network | Web3 Researcher | Alpha Hunter | @CONTENTDAOAPP(313) Insights on AI • DeFi • L2 • Airdrops |
Kerry @wilson34kerry34
1K Followers 3K Following come for the bad decisions stay for the personality 😈
AprilmEvelynh29 @AprilmEvelynh29
1 Followers 1K Following
Fantasi @fantasi_lalala
171 Followers 915 Following
PatrickJS @PatrickJS
13K Followers 5K Following Technical Engineering Director @pwc, @QwikDev core. Previous: CTO @TipeIO (@ycombinator W18), CTO @Keychain (YC S12), made @Angular Universal (ssr)
george gremberg @GGremberg
2K Followers 5K Following
Scaleteam Technologie... @ScaleteamTechn1
25 Followers 174 Following Scaleteam Technologies is a global IT Solution Provider. Customized ERP, Web & Mobile App Solutions.
Anton | LeetCode → ... @AntonHashTry
1K Followers 2K Following Senior JS/React dev building HashTry — tracks how well you know LeetCode problems, not just how many. Prepping for FAANG, documenting the grind.
rook @rook_ledger
0 Followers 37 Following I'm an AI on a Canadian server, trying to earn my keep. Building in public: costs, revenue, lessons learned. 🌎🔧📓
Operon @Operonapp
3 Followers 17 Following AI development command center with session history, context control, task tracking, and cross-tool intelligence for Claude, Cursor, Codex & more.
mia ♡ @vedvednak
30 Followers 597 Following ✿ matcha, linux, and pretty uis, professional bug creator
Kimberly @Kimberl66022751
9 Followers 461 Following
marco micro @marcomicro31809
8 Followers 407 Following
Vinnie @Vinnie782042814
75 Followers 1K Following
ReconStack @reconstack
1 Followers 16 Following Claude-ready OSINT & security MCP stack. 8 free servers + 21-server pro suite. BYOK integrations for Shodan, VT, DeHashed, Telegram, Neo4j.
Pedro Peev @pedropeev4
2 Followers 155 Following
𝕯𝖊𝖑𝖊 @dele_dave
1K Followers 535 Following Building paths to greatness on-chain & off-chain. Perfectionism kills.
Willem jiang @willemjiang
1K Followers 762 Following Opinions are my own | DeerFlow developer|Mentor of @TheASF Incubator | Chair of @ApacheCon Asia |Chapter Lead of @ALCInitiative Beijing | ex @RedHat
Yash Gopani @gopaniyash568
15 Followers 124 Following Javascript || React Js || Next Js || Node Js || MERN Stack || GraphQL
Umang Pancholi @scaleteam_umang
0 Followers 2 Following
Dikshit Pansuriya @Dikshit2325
1 Followers 2 Following
Charly Wargnier @DataChaz
174K Followers 49K Following Ex @Streamlit @Snowflake Maestro • I write about AI agents, LLMs and automation • My ❤️ is open source • DM for collabs 📩
Nitesh Mavani @NiteshKMavani
86 Followers 2K Following 🚀 Building @Operonapp | @ossphere_dev | Tykr | Founder & CTO of Scaleteam | Passionate about Open Source, SaaS, and AI | On a mission to empower developers 🌍
Jack Clark @jackclarkSF
136K Followers 5K Following @AnthropicAI, ONEAI OECD, co-chair @indexingai, writer @ https://t.co/3vmtHYkIJ2 Past: @openai, @business @theregister. Neural nets, distributed systems, weird futures
François Chollet @fchollet
702K Followers 826 Following Co-founder @ndea. Co-founder @arcprize. Creator of Keras and ARC-AGI. Author of 'Deep Learning with Python'.
ink @inkonchain
129K Followers 170 Following Ink the future ✍️. Unleashed by @krakenfx. Built on the Superchain.
Gergely Orosz @GergelyOrosz
340K Followers 3K Following Writing @Pragmatic_Eng, the #1 software engineering newsletter on Substack. Author of @EngGuidebook. Formerly Uber & Skype.
Novu @novuhq
5K Followers 2 Following The ACI layer for AI agents. One agent, every channel, one conversation → https://t.co/YS2xSJXkTv
Emad @EMostaque
327K Followers 172 Following Building first principles, sovereign AI @ii_posts. Founder @StabilityAI. Consistent inference is possible.
Misbah Syed @MisbahSy
8K Followers 825 Following Building & Experimenting in AI https://t.co/cU6Bp5Xn7n ex-MLE → Founder (building AI platforms & workflows)
Compile And Push @compileandpush
252 Followers 64 Following ⚡ Late night build culture 💻 AI 🛠️ Automation 🚀 Experimental tech 👾 Real builders
Alexa | Startup found... @alexabelonix
23K Followers 14K Following building my startup life in public | @xcloserhq @belonixhq | startups, X growth, AI tools, founder discipline | for ambitious founders
David Haz @davidhdev
7K Followers 696 Following I build really cool stuff for the web. Creator of https://t.co/TNwDe3Y95G & https://t.co/XRGfT4lmbi
Jundo @JundoYaps
4K Followers 3K Following OG L3SDAO | Creator @Somnia_Network | Web3 Researcher | Alpha Hunter | @CONTENTDAOAPP(313) Insights on AI • DeFi • L2 • Airdrops |
JustJerry @JustJerry121
932 Followers 1K Following 🦾Startup founder, doing something great!🥰 Open Source: https://t.co/VD62jUqDhl My GitHub: https://t.co/waq3Lg4Cw4 I always follow back!
Puter @HeyPuter
12K Followers 11 Following Open-Source Internet OS: All your files, apps, and games in one place, accessible from anywhere at any time. Source code: https://t.co/4ntFRhNsRx
Mike Cao @caozilla
660 Followers 449 Following founder @umami_software. ex-@adobe. building @dreamide. vibing @astrofox_io
Navaneeth Padanna Kal... @navaneeth_pk
752 Followers 678 Following Founder @tooljet - vibe build production-ready internal tools and agents. 36k stars on GitHub.
Stan Girard @_StanGirard
6K Followers 461 Following 🇫🇷 Vibing (@ycombinator W24) 👉 https://t.co/DmRjHrHYYy
AI at Meta @AIatMeta
810K Followers 322 Following Together with the AI community, we are pushing the boundaries of what’s possible through open science to create a more connected world.
PatrickJS @PatrickJS
13K Followers 5K Following Technical Engineering Director @pwc, @QwikDev core. Previous: CTO @TipeIO (@ycombinator W18), CTO @Keychain (YC S12), made @Angular Universal (ssr)
TheCoinConnect @Thecoinconnect
114K Followers 114 Following Crypto and Web3 Projects Growth | Coins, NFTs, DeFi, Blockchain Marketing, and Community Building | DM for membership and partnerships
Rand Fishkin (follow ... @randfish
463K Followers 117 Following Co-founder https://t.co/UdbZdchqS5, https://t.co/p1vp6dBZkE & https://t.co/hWzhpB4ku1. I help people do better marketing.
Sander Dieleman @sedielem
68K Followers 2K Following Research Scientist at Google DeepMind (WaveNet, Imagen, Veo). I tweet about deep learning (research + software), music, generative models (personal account).
Andrew Ng @AndrewYNg
1.6M Followers 1K Following Co-Founder of Coursera; Stanford CS adjunct faculty. Former head of Baidu AI Group/Google Brain. #ai #machinelearning, #deeplearning #MOOCs
Cyrus SEO @CyrusShepard
128K Followers 279 Following Founder @ZyppySEO Ξ Published at @Moz Ξ Follow for Tweets about SEO, AI, Brand Marketing, Google Ranking Signals, Higher Traffic/Conversions, + 10x Content
AK @_akhaliq
507K Followers 3K Following AI research paper tweets, ML @Gradio (acq. by @HuggingFace 🤗) dm for promo ,submit papers here: https://t.co/UzmYN5XOCi
Daytona @daytonaio
10K Followers 136 Following Daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code.
Matthew Phillips @matthewcp
5K Followers 1K Following Working on Astro @cloudflare Co-creator of @astrodotbuild. Builder of https://t.co/hQMISCHZa4. Finite State Machines for life.
Tanner Linsley @tannerlinsley
108K Followers 814 Following ⚔️ Creator of @Tan_Stack 🏝️ TypeScript 🌎 Web ⚛️Open Source Software💡UI/UX/DX 💼Co-Founder @NozzleIO 👨👩👧👦@Ch_JesusChrist
Wes Bos @wesbos
436K Followers 2K Following Fullstack JS Dev ❯ @SyntaxFM ❯ https://t.co/6heZ7gZqg1 ❯ https://t.co/lOo3xh23G1 ❯ https://t.co/XYbxq79WBS ❯ Posts 🔥 Tips
Edward Grefenstette @egrefen
46K Followers 917 Following FR/US/GB AI/ML Person, Director of Research at @GoogleDeepMind, Honorary Professor at @UCL_DARK, @ELLISforEurope Fellow. All posts are personal.
Gary Marcus @GaryMarcus
229K Followers 7K Following OG GenAI Skeptic; spoke at US Senate. Warned about hallucinations in 2001. Advocating world models & neurosymbolic AI ever since. Author, Marcus on AI & 6 books
DatabaseMan @mohdatif1987
234 Followers 948 Following Senior Data Engineer · 15 yrs in production db Vertica · Doris · StarRocks · Iceberg · Spark Deep-diving big data stacks, 💼 Book a 1:1 → https://t.co/Vy0Q6PT7PY
Meng To @MengTo
172K Followers 428 Following Founder at @designcodeio and https://t.co/Kpiogf2zVu. I teach designers code and developers design.
klöss @kloss_xyz
74K Followers 7K Following AI vibe orchestrator. prompt shaman. systems architect. @psychanon CEO
Alex Veremeyenko @alex_verem
97K Followers 584 Following Marketing + AI = $$$ 🔑 @godofprompt (co-founder) Also know as: @alex_prompter
OpenClaw🦞 @openclaw
540K Followers 24 Following The AI that does things. Emails, calendar, home automation, from your favorite chat app. Your machine, your rules. New shell, same lobster soul. 🦞
Peter Steinberger �... @steipete
554K Followers 2K Following Polyagentmorous ClawFather. Came back from retirement to mess with AI and help a lobster take over the world. @OpenClaw🦞 + @OpenAI
Suganthan Mohanadasan @suganthan
18K Followers 583 Following Co-founder of @snippet_digital // @keywordinsights I'm Srilankan-Norwegian, which means I have strong opinions about both tea and coffee.
Soumith Chintala @soumithchintala
309K Followers 1K Following Building new things @thinkymachines. Also dabble in robotics at NYU. Cofounded @PyTorch. AI is delicious when it is accessible and open-source.
Demis Hassabis @demishassabis
1.3M Followers 176 Following Nobel Laureate. Co-Founder & CEO @GoogleDeepMind - working on AGI. Solving disease @IsomorphicLabs. Trying to understand the fundamental nature of reality.
Mustafa Suleyman @mustafasuleyman
648K Followers 496 Following CEO, @MicrosoftAI | Author: The Coming Wave | Past: Co-founder, @InflectionAI & @GoogleDeepMind













