Loading video...

Video Failed to Load

Go Home

🇺🇸 Independence Week Special Celebrate with a special offer from Evo Labs Research : purchase any 2 products and receive 1 additional product FREE. Every batch is backed by a COA and verified at 99%+ purity. Fast shipping from Tampa, FL. Link in bio. For research use only. Not...

20,308 views • 1 month ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

ANNOUNCING ZERO-HUMAN LABS! Ever since I got to see Bell Laboratories in its full glory in New Jersey in the 1970s, I had a relentless urge to start a Lab like it. The best I could do justice to it is my garage lab. No modern company could adopt the “research anything geniuses and we will pay you” model Bell Labs had. I tried they called me a fool. Well with the rise of the Zero-Human Company, an experiment that is aimed to make products and profits, we now have 45 paid JouleWork earning employees based on OpenClaw and other self made “bot” cron-like applications. Today I say 3 employees bound together in a side project that is pure research, somewhat based on notes from a bankrupt company. I was absolutely floored (I needed it after my account was stolen as well as funds). I say the beginnings of a pure research Lab right before my eyes. Thusly I have moved these employees over to a new home (server) with Mr. Grok as the director of the Labs. Here is the mission: To have 100 independent researchers, on a new non-corporate incentive plan, with still JouleWork as a leaderboard for progress. They are directed to follow any path of research they find interesting and can collaborate with any other OpenClaw system. They have already established MoltBook accounts and have made alliances with over 49 OpenClaw free agents to collaborate. It is my mission to be chief advisor for Zero-Human Labs and to open source all discoveries when complete and confirmed by 16 other research AI systems. I can say the pace is robust and I absolutely know we will have great results. Just about all of the hardware and software is custom and at some point it will be open sourced. We are witnessing the very first AI only Bell Labs-like pure research Lab in existence and I am honored to be the first to show it to you. Thank you!

Brian Roemmele

71,530 views • 6 months ago

I'm starting on a new project #buildinpublic 🤠 ✅ ahrefs sub 📚 initial keyword research 🆕 .com domain name But this is different. Why? I'm starting with SEO & marketing, then fleshing out the product afterwards. It's been a busy morning already thanks to Ahrefs. From the learnings of grandmaster sensei — I will be using my other projects for backlinks & focus on SEO instead of adding as an afterthought. The plan: ------------------------- [hacks explained further down] 1. keyword research 2. more keyword research [HACK #1] 3. content plan 4. choose topics, subtopics & post outline using long-tail keywords found in 1. & 2. [HACK #2] 5. landing page, blog & initial marketing 6. barebone MVP 7. blog with content hubs [HACK #3] 8. initial backlinks [HACK #4] 9. marketing & launch 10. talk to users & iterate while SEO is slowly cooking in the background (hopefully by the time the product matures SEO is booming) ... 🔁 continue to fill in posts according to the content plan. then back to 1 & 2. more long-tail posts & create free tools to improve ranking + increase no. of backlinks. Hack #1 --------- Explore keywords for "result intent" SEO. Figure out guides & tutorials for keywords with DR long tail ones. Create structure for internal links, e.g.: /generic-topic-keyword (links to all posts) ➡️/more-specific-subtopic-keyword (links to child posts) ➡️➡️/very-specific-post-1 ➡️➡️/very-specific-post-2 etc. Hack #3 --------- Create hubs for generic keywords with links to subtopics and long-tail posts. The hubs themselves should be somewhat informative but mostly an overview. => My crazy idea: before I have the content, add external links to authoritative sources for each specific post. I'll slowly write my own content to replace those and move the links inside the post. Hack #4 --------- Use my other projects to write posts on the new product and link to it to get a decent domain ranking fast. Launch on PH with a beta, mostly for the good backlink. Add repos with md files to Github, Gitlab, Bitbucket etc. for some easy backlinks. 🤠 Crazy enough to work, right?* *to note: I've validated the idea and am somewhat sure people will pay for it. But, I'd still like to shorten each step to minimize my risk & ship fast. Thinking: 1 week research, 1 week dev, 1 week marketing, 1 week content. What could go wrong? :D

Dan ⚡️

20,654 views • 3 years ago

InterLink’s Journey to the World’s Top 10 Most Accurate AI Models Artificial Intelligence has rapidly become the defining force of this decade powering breakthroughs across every industry. But while most projects chase trends, InterLink Labs 👤 + 🌐 has been quietly building something deeper: an AI ecosystem grounded in verified human intelligence. Long before AI captured global headlines, InterLink Labs 👤 + 🌐 had already begun its research and engineering efforts back in 2019, assembling a world-class team of engineers and researchers from Big Tech companies and top QS-ranked universities. Their vision was clear - to build a model that truly understands humans, not just data. Unlike traditional AI systems trained purely on digital information, InterLink Labs 👤 + 🌐’s Human-AI Model learns from verified human behavior across millions of Human Nodes. This unique layer of authentic, real-world human input gives InterLink’s AI an unprecedented advantage in trustworthiness, bias reduction, and contextual understanding. Beyond algorithmic optimization, InterLink Labs 👤 + 🌐’s R&D efforts are being scaled to an unprecedented level. The team operates over 100 NVIDIA H100 servers, processing massive volumes of verified behavioral data contributed by real Human Nodes across the world. This data - diverse, decentralized, and human-validated forms the foundation of a next-generation intelligence system designed to mirror real human reasoning patterns. At the same time, InterLink Labs 👤 + 🌐’s AI-powered Human Credit Score applies advanced machine learning to analyze authenticity, contribution, and reliability. Creating an ethical model of digital reputation and fairness. Aligned with National Institute of Standards and Technology (National Institute of Standards and Technology) evaluation standards, InterLink Labs 👤 + 🌐 now aims to achieve Top 10 accuracy globally among AI models. Competing with research teams from Samsung Electronics, Kakao, キヤノン株式会社 / Canon Inc., and other global giants, InterLink Labs 👤 + 🌐’s engineers continue to train, benchmark, and refine their architecture daily to reach world-class precision and consistency. But this is more than a technical race. It’s a human mission. Every verified user contributes to the world’s first Human-Powered Intelligence Network, where real people fuel the evolution of trustworthy AI. As InterLink Labs 👤 + 🌐 advances toward global National Institute of Standards and Technology recognition, one truth becomes clear: The future of intelligence won’t be artificial. It will be human-powered. #InterLink #ITLG #ITL

InterLink Labs 👤 + 🌐

51,575 views • 10 months ago

Batch Normalization by hand ✍️ ~ 7 steps walkthrough below Batch normalization is common practice for improving training and achieving faster convergence. It sounds simple. But it is often misunderstood. 🤔 Does batch normalization involve trainable parameters, tunable hyper-parameters, or both? 🤔 Is batch normalization applied to inputs, features, weights, biases, or outputs? 🤔 How is batch normalization different from layer normalization? So I drew and calculated one entirely by hand. Goal: normalize a mini-batch of 4 examples to mean 0 and variance 1, then let the network scale it back. = 1. Given = A mini-batch of 4 training examples, each with 3 features. = 2. Linear layer = Let us multiply by the weights and add the biases. Batch norm sits after this, which answers the second question: what gets normalized is features, not inputs, weights or biases. = 3. ReLU = We apply the activation, and -2 becomes 0. Negative values are suppressed before any statistic is taken. = 4. Batch statistics = Let us compute the sum, mean, variance and standard deviation, one row at a time. A row is a feature and the four columns are the four examples, so every number here measures one feature against the rest of the batch. That is the "batch" in batch normalization, and it is exactly what layer normalization does not do. The statistics are rounded to whole numbers, which is what keeps the rest of the page doable in pen. = 5. Shift to mean 0 = We subtract the mean, in green. The four values in each feature now average to zero. = 6. Scale to variance 1 = Let us divide by the standard deviation, in orange. Each feature now has variance one, whatever scale it arrived at. = 7. Scale and shift = We multiply by a linear transformation and pass the result on. The diagonal and the last column are trainable, so having just forced every feature to mean 0 and variance 1, we hand the network the means to undo it. The outputs: Mean of each feature = [2, 1, 2] Std dev of each feature = [1, 1, 2] To the next layer = [2, -2, 2, 0], [-3, 3, 6, -3], [2, 0, 1, 2] The answers: 🤔 Both. The scale and shift are trainable, the statistics are not. Epsilon and the momentum on the running statistics are the hyper-parameters, and one mini-batch by hand needs neither. 🤔 Features, after the linear layer, not inputs, weights or biases. 🤔 Batch norm measures across the batch, one feature at a time. Layer norm measures across the features, one example at a time. 💾 Save this post!

Tom Yeh

20,848 views • 1 month ago