- Physics - Data Science - Postgraduate Adjunct Lecturer... at Pan-Atlantic University, on data science and NLP - 9 Published Papers on African NLP - 3 Papers under review - Research paper reviewer at top conferences - Founded Tonative, a community that curates African Language Datasets for AI models.show more

Dearly Beloved
26,435 Aufrufe • vor 1 Monat
OpenAI's Deep Research is getting a run for its... money. Deep Lake was just released, and it's a different take on an AI system that can do deep research on your own data. You can use Deep Lake to build AI search with reasoning on your private and public data. (Look at the attached videos to get an idea of how it works.) If you want to research proprietary and sensitive data, Deep Research won't help you because it's limited to public data. Deep Lake, however, will allow you to use your private data. On top of that, Deep Lake supports multi-modal retrieval from the ground up. It uses vision language models for data ingestion and retrieval so that you can connect any data (PDFs, images, videos, structured data, etc.) You can even use mixed-data queries! Deep Lake can search your data from S3, Dropbox, and GCP. It learns from your queries over time, making the results as relevant to your work as possible!show more

Santiago
171,340 Aufrufe • vor 1 Jahr
Making way for the future of health care! With... Texas Longhorns having a home at Moody Center, we’re saying goodbye to the Drum. The demolition sets up the expansion of Dell Medical School and the establishment of the University of Texas at Austin Medical Center with MD Anderson News. But we aren’t simply building a traditional academic medical center. We have an opportunity that is unique in Texas and only possible at a few places in the world to build an academic medical center that is linked to a top research university and that is driven by innovations in technology, digital health, data science, artificial intelligence, robotics, material science and moreshow more

Jay Hartzell
196,943 Aufrufe • vor 2 Jahren
Introducing ml-intern, the agent that just automated the post-training... team Hugging Face It's an open-source implementation of the real research loop that our ML researchers do every day. You give it a prompt, it researches papers, goes through citations, implements ideas in GPU sandboxes, iterates and builds deeply research-backed models for any use case. All built on the Hugging Face ecosystem. It can pull off crazy things: We made it train the best model for scientific reasoning. It went through citations from the official benchmark paper. Found OpenScience and NemoTron-CrossThink, added 7 difficulty-filtered dataset variants from ARC/SciQ/MMLU, and ran 12 SFT runs on Qwen3-1.7B. This pushed the score 10% → 32% on GPQA in under 10h. Claude Code's best: 22.99%. In healthcare settings it inspected available datasets, concluded they were too low quality, and wrote a script to generate 1100 synthetic data points from scratch for emergencies, hedging, multilingual etc. Then upsampled 50x for training. Beat Codex on HealthBench by 60%. For competitive mathematics, it wrote a full GRPO script, launched training with A100 GPUs on watched rewards claim and then collapse, and ran ablations until it succeeded. All fully backed by papers, autonomously. How it works? ml-intern makes full use of the HF ecosystem: - finds papers on arxiv and reads them fully, walks citation graphs, pulls datasets referenced in methodology sections and on - browses the Hub, reads recent docs, inspects datasets and reformats them before training so it doesn't waste GPU hours on bad data - launches training jobs on HF Jobs if no local GPUs are available, monitors runs, reads its own eval outputs, diagnoses failures, retrains ml-intern deeply embodies how researchers work and think. It knows how data should look like and what good models feel like. Releasing it today as a CLI and a web app you can use from your phone/desktop. CLI: Web + mobile: And the best part? We also provisioned 1k$ GPU resources and Anthropic credits for the quickest among you to use.show more

Aksel
1,264,068 Aufrufe • vor 2 Monaten
Building a personal knowledge base for my agents is... increasingly where I spend my time these days. Like Andrej Karpathy, I also use Obsidian for my MD vaults. What's different in my approach is that I curate research papers on a daily basis and have actually tuned a Skill for months to find high-signal, relevant papers. I was reviewing and curating papers manually for some time, but now it's all automated as it has gotten so good at capturing what I consider the best of the best. There are so many papers these days, so this is a big deal. You all get to benefit from that with the papers I feature in my timeline and on DAIR.AI. The papers are indexed using tobi lutke qmd cli tool (all of it in markdown files along with useful metadata). So good for semantic search and surfacing insights, unlike anything out there. I am a visual person, so I then started to experiment with how to leverage this personal knowledge base of research papers inside my new interactive artifact generator (mcp tools inside my agent orchestrator system). The result is what you see in the clip. 100s of papers with all sorts of insights visualized. I keep track of research papers daily, so believe me when I tell you that this system is absolutely insane at surfacing insights. This is the result of months of tinkering on how to index research and leverage agent automations for wikification and robust documentation. But this is just the beginning. The visual artifact (which is interactive too) can be changed dynamically as I please. I can prompt my agent to throw any data at it. I can add different views to the data. Different interactions. I feel like this is the most personalized research system I have ever built and used, and it's not even close. The knowledge that the agents are able to surface from this basic setup is already extremely useful as I experiment with new agentic engineering concepts. I feel like this knowledge layer and the higher-level ones I am working on will allow me to maximize other automation tools like autoresearch. The research is only as good as the research questions. And the research questions are only as good as the insights the agents have access to. Where I am spending time now is on how to make this more actionable. I am obsessed about the search problem here. The automations, autoresearch, ralph research loop (I built one months ago) are easier to build but are only as good as what you feed them. Work in progress. More updates soon. Back to building.show more

elvis
464,070 Aufrufe • vor 3 Monaten
🚀 Introducing EgoExo Forge - built on top of... Rerun, Gradio, and Hugging Face hub (I’ll be in San Francisco July 21–29 — if you’re into robotics, egocentric AI, large-scale data collection, or just want to chat, DM me!) In my opinion, large-scale, diverse, and high-quality data is still the largest bottleneck for generalized robotics deployment. I believe that some version of imitation learning from human examples will be the most scalable + clean way to train humanoid robots 🤖 (similar to what Tesla did for Full Self Driving). Teleop is too expensive to collect a large enough dataset in a reasonable manner, so passive collection via egocentric (and in certain cases, exocentric) views feels like the right bet. Over the past few months, I've been trying to build out the scaffolding for this and using Rerun as my underlying infrastructure. Data being collected needs to be easily inspectable + time series and rerun provides the right tooling for this. My goal is to first build out a ground truth representative dataset from already existing open source data, generate some reasonable baselines, and then go out and collect my own data that adheres to the defined schema. 🔍 Starting with open-source datasets 1. EgoDex from Apple 2. HOCap from Nvidia and the University of Texas at Dallas 3. Assembly101 from Meta All these different datasets have different sensor configurations + annotations, so my goal with egoexo-forge is to have one consistent labeling scheme + data layout. I built a data pipeline that aligns all of the different datasets in one general schema assuming the COCO133 keypoint layout that allows for exo+ego, ego only, or exo only Since the scaffolding is already there, it becomes MUCH easier to add other datasets. So the next ones that I'll be including are HD-EPIC kitchens dataset, HOT3D, and finally my own personal iPhone + insta360 go collection method. Once I have a diverse variety of datasets, I'll double down on what I believe to be the key algorithms required to make useful data for imitation learning 📊 1. Camera Pose estimation via SLAM/SFM for ego perspective (and automatic calibration for exo) 2. Human pose estimation for both egocentric + exocentric views 3. Metric 3D reconstruction + object tracking I'll be setting up reasonable open-source baselines for each of these to validate that these datasets work, and then finally try to use the generated datasets for some imitation learning via the pi0-lerobot repo I've been working on. I plan on making a blog post + providing more info on all of this in the near future so stay tunedshow more

Pablo Vela
32,085 Aufrufe • vor 1 Jahr
🔥 Nebius AI R&D is hiring AI Research Interns... for short, high-impact RL projects. Exclusive to X right now — no LinkedIn mass postings yet. In 2019, I was a fresh dental grad with 3 months of runway left, begging for an AI shot. I know the grind. We’re looking for sharp early-career folks (students, grads, career-switchers) to join us and work on: > Agent trajectories analysis at scale > Long-horizon tasks for coding agents > Pushing open RL environments > Any other data / RL env / eval project that will benefit open-source community What you get: 💰 Fully paid internship (3-6 month) 📦 100% open-source shipping 📄 Co-author research papers ⚡️ Access to Nebius compute infra 🌍 Remote-friendly (EU/US) or Amsterdam/London/other office. If you’ve done any cool AI/ML/RL stuff, dm me with your most impressive project + 1-sentence summary + cv Sharing appreciated!🤝show more

Ibragim
33,427 Aufrufe • vor 2 Monaten
This #CVPR2026 paper from our research team is trending... #1 on Hugging Face 🤗 Meet LocateAnything: a vision-language detection model that rethinks bounding box prediction. For AI agents and robots, “seeing” is only useful if a model can pinpoint where something is fast enough to act. Trained on 138M high-quality samples, LocateAnything decodes bounding boxes in parallel instead of one coordinate at a time, improving localization accuracy while dramatically increasing throughput for visual grounding and detection. Project page:show more

NVIDIA AI
335,546 Aufrufe • vor 1 Monat
🌍 The brand-new CV VC African Blockchain Report is... now live! The report, co-published by Absa Corporate and Investment Banking, depicts a clear message: Africa’s blockchain future is already here. Download the full report now: Our annual African Blockchain Report offers a data-rich view into the continent’s rise as a global blockchain frontier. Globally, blockchain made up just 3.2% of VC funding in 2024. In Africa? 7.4%. More than double. That’s not a coincidence. Some key takeaways from the report include: 🔹 Blockchain accounted for 12.7% of all African VC deals and 7.4% of funding, a growing share despite tighter capital markets 🔹 Africa’s share of global blockchain deals rose to 2.3%, even as global venture funding became more selective 🔹 Seed rounds dominated, attracting 34% of blockchain-focused funding, a clear signal of investor faith in early-stage innovation 🔹 Centralized Blockchain Financial Services led by funding share (41%), followed by DeFi (30%), and Data Verification (20%) 🔹 Nigeria led by deal count, while Seychelles ventures secured the highest funding shares at 31.7% 🔹 Median deal size for blockchain ($2.8M) was nearly double the all-sector African median Despite tighter capital conditions driven by both global and local challenges, funding still moved. African blockchain startups focused on practical applications, sharpening their impact across finance, infrastructure, and regulatory-compliant data solutions. Discover more about the African funding landscape and Web3 ecosystem in our report:show more

CV Labs
38,185 Aufrufe • vor 1 Jahr
We are entering an extremely exciting era for open-weight... models. Kimi K2.6 now feels like a top agentic model. I took it for a spin via Fireworks AI fast inference APIs. Kimi K2.6 has impressive agentic capabilities, design skills, and the ability to synthesize large amounts of information. I built a little Skill that produces survey papers on any AI research topic you want. (see example in the clip) You can use the skill to tell your agent to generate a survey on whatever topic and watch it go to work. The artifact was fully generated by Kimi.ai's Kimi K2.6. It's cheap and fast. Next step for me is to explore ways to continue integrating the capabilities of these models on use cases like automating my LLM knowledge bases and augmenting my agent memory capabilities. Stay tuned for more.show more

elvis
47,678 Aufrufe • vor 2 Monaten
NVIDIA AI Released DiffusionRenderer: An AI Model for Editable,... Photorealistic 3D Scenes from a Single Video In a groundbreaking new paper, researchers at NVIDIA, University of Toronto, Vector Institute and the University of Illinois Urbana-Champaign have unveiled a framework that directly tackles this challenge. DiffusionRenderer represents a revolutionary leap forward, moving beyond mere generation to offer a unified solution for understanding and manipulating 3D scenes from a single video. It effectively bridges the gap between generation and editing, unlocking the true creative potential of AI-driven content. DiffusionRenderer treats the “what” (the scene’s properties) and the “how” (the rendering) in one unified framework built on the same powerful video diffusion architecture that underpins models like Stable Video Diffusion..... Read full article here: Paper: GitHub Page: NVIDIA NVIDIA AI NVIDIAnewsroom NVIDIA AIDevshow more

Marktechpost AI Dev News ⚡
104,741 Aufrufe • vor 1 Jahr
🌟 باحثة سعودية تطور تقنيات التشخيص المبكر لسرطان الثدي... في جامعة إكستر 🇸🇦 تألقت رغد طارق باصقر، عضو هيئة التدريس بجامعة الإمام عبدالرحمن بن فيصل، بإنجاز علمي مميز في جامعة إكستر البريطانية 🇬🇧 حصدت جائزة أفضل مشروع ماجستير لعام 2024 عن بحثها في تطوير تقنيات التشخيص المبكر لسرطان الثدي باستخدام الذكاء الاصطناعي، كما كُرمت من قبل عميد كلية البيئة والعلوم والاقتصاد بجامعة إكستر كواحدة من الطلاب الأكثر تفوقاً في الأداء الأكاديمي ضمن برنامج علوم البيانات التطبيقية والإحصاء 🎓✨ #نفخر_بك #علماء_السعودية #إنجاز_سعودي #جامعة_إكستر 🌟 Saudi Researcher Advances Early Breast Cancer Diagnosis Technologies at Exeter University 🇸🇦 Raghed Tariq Basager, faculty member at Imam Abdulrahman Bin Faisal University, achieved remarkable scientific excellence at the University of Exeter, UK 🇬🇧 She won the Best Master’s Project Award 2024 for her research in advancing early diagnosis technologies for breast cancer using AI. She was also honored by the Dean of the Faculty of Environment, Science, and Economy as one of the top-performing students in the MSc Applied Data Science and Statistics programme 🎓✨ #SaudiPride #SaudiScientists #SaudiAchievement #ExeterUniversityshow more

أول سعوديـ/ـة
46,472 Aufrufe • vor 1 Jahr
In a masterclass at Sequoia Capital AI Ascent, Jim... Fan laid out the "Great Parallel": how robotics is speedrunning the LLM playbook. 🔹 VLA → WAM: Moving from language-heavy models to "World Action Models" that dream in physics. 🔹 Teleop → EgoScale: Replacing manual data with human egocentric video. 🔹 Simulation 2.0: Using neural simulators like DreamDojo to turn compute into environments. "Our generation was born too late to explore the earth and too early to explore the stars. But we are born just in time to solve robotics." He believes that robots will pass the Physical Turing Test in the coming 2–3 years.show more

Humanoids daily
12,123 Aufrufe • vor 2 Monaten
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
66,903 Aufrufe • vor 3 Monaten
Today may be the ImageNet moment for robotics. RT-X:... the largest open-source robot dataset ever compiled, across 33 institutes, 22 robot hardware, 527 skills, and 1M episodes. Why is robotics lagging so far behind NLP, vision, and other AI domains? Data scarcity is the main culprit to blame, among other difficulties. Unlike text, images, and videos, you cannot download mass amounts of onboard robot control data from the internet. They simply don't exist in the wild. 11 yrs ago, ImageNet kicked off the deep learning revolution. 3-4 yrs ago, internet-scale data fueled the first GPTs and Diffusions that define this era of foundation models. I think 2023 is finally the year for robotics to scale up. Robot foundation models like VIMA ( my team's work at NVIDIA) and RT-1/2 ( Google DeepMind's effort) are extremely data hungry. While massively parallel simulations like NVIDIA IsaacGym & Omniverse can alleviate the problem to some extent, it's still not quite enough to bridge the gap to the messy, physical world. This new dataset is not just a technical contribution. I also see it as a commendable effort to overcome institutional bureaucracies and unite researchers from around the world to tackle a grand challenge together. Robotics will be the final holy grail that we capture in AI. We are not there yet, but ascending in the right gradient direction. RT-X website: Launch blog:show more

Jim Fan
265,034 Aufrufe • vor 2 Jahren
My friend said: "you'll never make real money on... Polymarket" A month later I sent him this profile. $38,700 profit in one month. He asked me to explain how. I didn't reply. But I'll tell you: NOAA is not the weather app on your phone. It's a federal supercomputer with 40 years of satellite data, running atmospheric models 24/7. Forecast accuracy at 24-48 hours - above 94%. Meanwhile people on Polymarket open AccuWeather and guess. The gap between them is the profit. I'm use for copytrade bots: NYC, Saturday: NOAA says 93% chance of hitting 74°F. Polymarket is selling that bucket at 9¢. Clawdbot spots that gap in seconds. Buys at 9¢ → science is right → market corrects to 54¢ → sells. 6x return, on weather, without a single prediction. I gave the bot $100 and went to sleep. By morning it had already made 31 trades while I was resting. Dallas heatwave, Chicago cold snap, Miami humidity bucket - every 2 minutes it scans 6 cities looking for where the market disagrees with science. Only buys below 15¢. Only sells above 45¢. Never more than $2 per position - risk always under control. This isn't trading. It's arbitrage between people with a phone and a NASA supercomputer. 3,100+ trades 79% win rate +$38,700 in one month starting with $100 My friend still thinks you can't make real money on Polymarket. Clawdbot has already made money off his ignorance.show more

Lunar
190,622 Aufrufe • vor 4 Monaten
Throughout my journey in developing multimodal models, I’ve always... wanted a framework that lets me plug & play modality encoders/decoders on top of an auto-regressive LLM. I want to prototype fast, try new architectures, and have my demo files scale effortlessly — with full support for parallelism and optimization. Not just to hack⚙️, but also to scale🚀. So finally we built it for ourselves. LMMs-Engine: a lean, efficient framework built to train unified multimodal model at scale. From Qwen LLM, VLM, LLaVA-OV, and WanVideo, to unified models like Qwen-Omni and BAGEL — plus Linear-Attn GDN and research prototypes like RAE and SiT - all under one modular system that seamlessly integrates diverse datasets and optimization strategies. Powered by FSDP2 multi-dim parallelism, Ulysses sequence parallel, Flash-Attention, Liger Kernels, and Native Sparse Attention (also with bonus support for the Muon optimizer for all models).show more

Brian Li
54,768 Aufrufe • vor 8 Monaten
🚨 CHINA JUST ACTIVATED A MAGNET 700,000× STRONGER THAN... EARTH’S MAGNETIC FIELD Chinese scientists have powered up a superconducting research magnet reaching 35.6 tesla one of the strongest sustained magnetic fields ever created. For comparison: • Earth’s magnetic field ≈ 0.00005 tesla • Hospital MRI ≈ 1.5–3 tesla • This new system = 35.6 tesla And it can reportedly maintain that field for over 200 hours continuously. Why this matters: Extreme magnetic fields allow scientists to explore matter under conditions almost impossible to reproduce naturally. This could help advance: • superconductors • quantum materials • fusion research • next-generation electronics • exotic states of matter • ultra-precise molecular imaging At these field strengths, materials can begin behaving in completely unexpected ways. Electrons reorganize. Quantum effects dominate. Normal physics starts looking abnormal. The race for stronger magnetic fields is becoming a race to unlock entirely new physics. Humanity is no longer just observing extreme conditions in the universe. We’re beginning to manufacture them on Earth. Follow for more future science and technology breakthroughs.show more

TheNewPhysics
51,159 Aufrufe • vor 2 Monaten