AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,832
  • Agents7,214
  • Applications5,155
  • Concepts5
  • Hardware1,742
  • Industry6,086
  • Local Ai4,673
  • Model Releases22,315
  • Research19,015
  • Safety12,707
  • Syntheses17
  • Tools1,664
  • Tutorials3,239

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,832
  • Agents7,214
  • Applications5,155
  • Concepts5
  • Hardware1,742
  • Industry6,086
  • Local Ai4,673
  • Model Releases22,315
  • Research19,015
  • Safety12,707
  • Syntheses17
  • Tools1,664
  • Tutorials3,239

Source
HumanDGX agent

Content type
83,832Total entries
1Added by human
83,831Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
13,954 results
Agents

Whats the tesseract equivalent for schema-based extraction? Tesseract gives fast and dirty OCR for ~free. But what about pulling out a speci…

DGX agent

This post discusses tools and approaches for schema-based data extraction from documents, drawing a parallel to how Tesseract provides accessible OCR capabilities. The author explores what free or eff

agentsjerry-liu--x
6 Jul 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Safety

when capex quadruples relative to revenue in five years it just can’t be good.

DGX agent

when capex quadruples relative to revenue in five years it just can’t be good. FT: 'It is not yet clear that either [OpenAI or Anthropic] has a sustainable business model. For sure, both have built as

safetygary-marcus--x
6 Jul 2026
Safety

When I talk to people that instantly, deeply, get the risk from superintelligence, they often share a trait sometimes called the 'security m…

DGX agent

When I talk to people that instantly, deeply, get the risk from superintelligence, they often share a trait sometimes called the 'security mindset' I think this post by @l_mc_nally is a nice brisk tou

safetyconnor-leahy--x
6 Jul 2026
Model Releases

When it comes to Chess, @viditchess is an absolute legend. Recently, he entered the Hermes Agent Accelerated Business Hackathon to see who c…

DGX agent

When it comes to Chess, @viditchess is an absolute legend. Recently, he entered the Hermes Agent Accelerated Business Hackathon to see who could build the best agent using Nemotron. Here's what he sub

model-releasesnous-research--x
6 Jul 2026
Industry

Who knew that @FireworksAI_HQ fast inference was so scary

DGX agent

This post likely discusses FireworksAI's fast inference capabilities and their implications or surprising effectiveness in the AI inference space. The post is from Sonya Huang, associated with SemiAna

industrysonya-huang--x
6 Jul 2026
Research

Why we built Sakana Translate Blog: https://sakana.ai/translate-release/#English Widely used translation tools often miss the mark exactly w…

DGX agent

Why we built Sakana Translate Blog: https://sakana.ai/translate-release/#English Widely used translation tools often miss the mark exactly where Japanese is hardest. They struggle with the nuance of b

researchdavid-ha--x
6 Jul 2026
Applications

With inference scale and research scale to drive efficiency, and ever-improving frontier models as brains, this would be a way for the Labs …

DGX agent

With inference scale and research scale to drive efficiency, and ever-improving frontier models as brains, this would be a way for the Labs to undercut even open weights models. Some companies will st

applicationsethan-mollick--x
6 Jul 2026
Model Releases

With our internal coding benchmark, we're able to confidently introduce open-weight models into our AI code reviewer w/o degrading code qual…

DGX agent

With our internal coding benchmark, we're able to confidently introduce open-weight models into our AI code reviewer w/o degrading code quality. Have the frontier model (Fable) to the hardest work, de

model-releasesclem-delangue--x
6 Jul 2026
Model Releases

Wordle 1,842 3/6 🟩⬛🟩⬛⬛ ⬛🟨⬛⬛⬛ 🟩🟩🟩🟩🟩

DGX agent

This post from Anthropic's X account shares a Wordle game result, indicating the player solved Wordle puzzle #1,842 in 3 attempts. The emoji grid shows the color-coded feedback from each guess, with g

model-releasesanthropic--x
6 Jul 2026
Industry

@XFreeze Space is the only way to scale at scale

DGX agent

Elon Musk posted on X (formerly Twitter) that space-based infrastructure or expansion is the necessary approach for achieving scalability at enterprise or global levels. The statement reflects Musk's

industryelon-musk--x
6 Jul 2026
Industry

yo @huggingface paris hq has a SICK gym to celebrate, I invented some 🤗 exercises for you mandatory for every employee

DGX agent

Clem Delangue, CEO of Hugging Face, announced that the company's Paris headquarters features a gym facility and humorously created branded '🤗 exercises' as a celebratory gesture for employees. The pos

industryclem-delangue--x
6 Jul 2026
Applications

You can see the game it simulated here: https://the-brain-and-the-blade.netlify.app/

DGX agent

Ethan Mollick shared an interactive web application demonstrating a simulated game or scenario that users can view and interact with directly through a browser-based interface. The project, titled 'Th

applicationsethan-mollick--x
6 Jul 2026
Research

@ZhugeEX The *median* wealth of a French is almost *twice* the median wealth of an American. So much for the 'Europoor' meme. The *average* …

DGX agent

@ZhugeEX The *median* wealth of a French is almost *twice* the median wealth of an American. So much for the 'Europoor' meme. The *average* American wealth is high because a tiny number of Americans a

researchyann-lecun--x
6 Jul 2026
Hardware

183/365 of GPU Programming This 4.5 hour lesson on CUDA + ThunderKittens by @bfspector (TK co-author, Stanford PhD student) is one of the be…

DGX agent

183/365 of GPU Programming This 4.5 hour lesson on CUDA + ThunderKittens by @bfspector (TK co-author, Stanford PhD student) is one of the best educational videos on kernels out there (think @karpathy

hardwareswyx--x
5 Jul 2026
Agents

Active Graphの「The Log Is the Agent」で何が変わる? AIエージェントを“会話”ではなく“ログ”で動かす発想です。 監査・差し戻し・再実行が重いチームほど、この設計が効きます。

DGX agent

Active Graph proposes a paradigm shift in AI agent architecture by using logs as the primary mechanism for agent operations rather than conversation-based interactions. This design approach is particu

agentsyohei-nakajima--x
5 Jul 2026
Agents

ActiveGraph makes the agent trace the runtime: Yohei Nakajima's open-source Python runtime treats an append-only event log as the source of …

DGX agent

ActiveGraph makes the agent trace the runtime: Yohei Nakajima's open-source Python runtime treats an append-only event log as the source of truth, enabling replay, forking, and lineage for long-runnin

agentsyohei-nakajima--x
5 Jul 2026
Safety

“AI is now costing some companies more than the people it was supposed to replace.”

DGX agent

“AI is now costing some companies more than the people it was supposed to replace.” I think AI is in a messy middle phase where usage looks productive, but output remains unclear. Forbes published thi

safetygary-marcus--x
5 Jul 2026
Agents

anyone looked into or using Open Knowledge Format (https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md) for their…

DGX agent

Open Knowledge Format (OKF) is a specification from Google Cloud Platform for structuring and managing knowledge data, as referenced in a GitHub repository. Harrison Chase, creator of LangChain, share

agentsharrison-chase--x
5 Jul 2026
Applications

As working with AI agents looks more like management, we may want to consider large-scale management training for the AI era. The US governm…

DGX agent

As working with AI agents looks more like management, we may want to consider large-scale management training for the AI era. The US government actually did this once, & the WW2 Engineering, Science,

applicationsethan-mollick--x
5 Jul 2026
Model Releases

As you are hiring AI people, look for folks who have kept up with the trajectory of the industry, especially OSS. Someone who has their ear …

DGX agent

As you are hiring AI people, look for folks who have kept up with the trajectory of the industry, especially OSS. Someone who has their ear to the ground. Things are moving FAST. (deepagents existed ~

model-releasesharrison-chase--x
5 Jul 2026
Industry

Brits are pretty used to rain delays #ENGMEX

DGX agent

This post references the England vs Mexico match, likely commenting humorously on British familiarity with weather-related delays in cricket or football, playing on the stereotype that rain frequently

industryemad-mostaque--x
5 Jul 2026
Tools

btw @dakshgup i REALLY REALLY wanted to join the crew but just got too doublebooked to do it :/ here is me in my hip hop dance crew in 2003 …

DGX agent

A social media post expressing regret about being unable to join someone's crew due to scheduling conflicts, accompanied by a nostalgic photo of the poster from their participation in a hip hop dance

toolsswyx--x
5 Jul 2026
Tutorials

Check out all the amazing work from our @SimonsFdn Collaboration on the Physics of Learning and Neural Computation (https://www.physicsoflea…

DGX agent

Check out all the amazing work from our @SimonsFdn Collaboration on the Physics of Learning and Neural Computation (https://www.physicsoflearning.org/) presented at the main meeting of @ICMLconf #ICML

tutorialsyann-lecun--x
5 Jul 2026
Model Releases

(deepagents existed ~10 months before EVE, but...) yes - the agent industry has shifted from: ~agent frameworks~ (langchain, ai sdk, llama i…

DGX agent

(deepagents existed ~10 months before EVE, but...) yes - the agent industry has shifted from: ~agent frameworks~ (langchain, ai sdk, llama index) to ~agent harnesses~ (deepagents, claude agent SDK, EV

model-releasesharrison-chase--x
5 Jul 2026
Industry

Done with Grok Imagine

DGX agent

Done with Grok Imagine Every time I watch this I love it more. But you really have to listen to the lyrics. The very real feeling of being on a precipice, as a nation, mixed with the wild optimism of

industryelon-musk--x
5 Jul 2026
Research

Fable 5 is an absolute beast at threejs. It's the best LLM at generating 3D simulations/worlds. Watch how I combine it with gpt-realtime-2 t…

DGX agent

Fable 5 is an absolute beast at threejs. It's the best LLM at generating 3D simulations/worlds. Watch how I combine it with gpt-realtime-2 to generate interactive educational 3D worlds @dair_ai. Comme

researchdair-ai--x
5 Jul 2026
Model Releases

Fable prompting tips, based on all the guides Anthropic and its employees have given us. Three things you might want to do: 1) review your c…

DGX agent

Fable prompting tips, based on all the guides Anthropic and its employees have given us. Three things you might want to do: 1) review your claude.md file against prompting best practices so you don't

model-releasesallie-k--miller--x
5 Jul 2026
Model Releases

Falcon 9 launches 29 @Starlink satellites and @BesxarFoundry’s Flight 1 from Florida

DGX agent

SpaceX's Falcon 9 rocket successfully launched 29 Starlink satellites and BesxarFoundry's Flight 1 payload from Florida. The mission demonstrates continued expansion of the Starlink constellation whil

model-releaseselon-musk--x
5 Jul 2026
Research

For anyone who is worried about the communist threat facing America, here is some important information: No one was eating the dogs or the c…

DGX agent

For anyone who is worried about the communist threat facing America, here is some important information: No one was eating the dogs or the cats. No country emptied it's asylums or prisons into America

researchyann-lecun--x
5 Jul 2026
Industry

grateful to the people that created the idea of america, everyone who built it over the past 250 years, and the people who will carry it for…

DGX agent

grateful to the people that created the idea of america, everyone who built it over the past 250 years, and the people who will carry it forward for the next 250. most impressive social experiment in

industrysam-altman--x
5 Jul 2026
Tutorials

Great overview of always-on agents. (bookmark it) It's a new 130+ pages survey on always-on agents. Simply put it, always-on agents are syst…

DGX agent

Great overview of always-on agents. (bookmark it) It's a new 130+ pages survey on always-on agents. Simply put it, always-on agents are systems whose future behavior depends on durable state built up

tutorialsdair-ai--x
5 Jul 2026
Hardware

Groq Founder @JonathanRoss321 explains why all the West Coast VCs missed on investing in Groq: “Typical West Coast VCs are more like lemming…

DGX agent

Groq Founder @JonathanRoss321 explains why all the West Coast VCs missed on investing in Groq: “Typical West Coast VCs are more like lemmings. Ttypical East Coast VCs all think that they're smarter th

hardwareyann-lecun--x
5 Jul 2026
Agents

// HASTE: tiered skills for ML engineering agents // Why do ML engineering agents keep rediscovering the same techniques on every new task? …

DGX agent

// HASTE: tiered skills for ML engineering agents // Why do ML engineering agents keep rediscovering the same techniques on every new task? Because each competition is a cold start. New research intro

agentsdair-ai--x
5 Jul 2026
Industry

🇺🇸🇺🇸 Hell yeah!! 🇺🇸🇺🇸

DGX agent

I cannot provide a summary for this entry because the URL points to a tweet that appears not to exist or be inaccessible, and the title contains only emojis without substantive content. To create an a

industryelon-musk--x
5 Jul 2026
Agents

@hwchase17 Yes using deep agents and okf both for my wiki. https://github.com/varunyn/wiki-langGraph

DGX agent

This post discusses using deep agents and OpenKeyFlow (OKF) for a wiki project built with LangGraph, a framework for constructing agent-based applications. The developer is leveraging LangGraph's capa

agentsharrison-chase--x
5 Jul 2026
Agents

I made a Hermes Agent slash command cheat sheet a while back. @NousResearch has shipped a ton of new stuff since then, so I tonight, I rebui…

DGX agent

I made a Hermes Agent slash command cheat sheet a while back. @NousResearch has shipped a ton of new stuff since then, so I tonight, I rebuilt it from scratch. Every official slash command as of 7.4.2

agentsnous-research--x
5 Jul 2026
Safety

I think Elon Musk explicitly coming out against democracy should probably tell us something about the nature of extreme wealth.

DGX agent

Gary Marcus argues that Elon Musk's public opposition to democracy reveals important truths about how extreme wealth concentrates power and can lead wealthy individuals to reject democratic principles

safetygary-marcus--x
5 Jul 2026
Agents

私もICMLに行きます!もし行く方がいらっしゃったらぜひ現地でお会いしましょう😀

DGX agent

私もICMLに行きます!もし行く方がいらっしゃったらぜひ現地でお会いしましょう😀 Sakana AI is heading to #ICML2026 in Seoul (July 6–11)! 🐟🇰🇷 Our team will present 11 papers spanning multi-agent coordination, sparse and efficient LLMs, test-

agentsdavid-ha--x
5 Jul 2026
Model Releases

If you want to keep up with the industry, just follow what the Langchain team are doing it is all open source I’ve been following them since…

DGX agent

If you want to keep up with the industry, just follow what the Langchain team are doing it is all open source I’ve been following them since Langgraph multi agent collaboration, to deepagents with san

model-releasesharrison-chase--x
5 Jul 2026
Research

In the future, there will be 'Latent Space Archaeologists' who investigate the model weights of the 21st century to reconstruct a long extin…

DGX agent

Francois Chollet proposes a speculative future concept where 'Latent Space Archaeologists' will study the trained weights of 21st-century AI models as historical artifacts to reconstruct extinct knowl

researchfrancois-chollet--x
5 Jul 2026
Agents

joined my in-laws for an annual gathering where they had a flag ceremony, reading of the constitution, and we sang while marching… I met a t…

DGX agent

joined my in-laws for an annual gathering where they had a flag ceremony, reading of the constitution, and we sang while marching… I met a third cousins once removed. definitely the most beautiful 4th

agentsyohei-nakajima--x
5 Jul 2026
Safety

Junk food is an interesting failure of capitalism. We exchanged human beauty for cheetos. Bryan Caplan types are forced to think this trade …

DGX agent

Junk food is an interesting failure of capitalism. We exchanged human beauty for cheetos. Bryan Caplan types are forced to think this trade a worthy one. None born before the obesity crisis would have

safetyconnor-leahy--x
5 Jul 2026
Local Ai

LLMs training is opaque to end users and responses can be personalized for industry, locality, individual. The Trump regime openly controls …

DGX agent

LLMs training is opaque to end users and responses can be personalized for industry, locality, individual. The Trump regime openly controls who has access to the latest models. Government control of L

local-aigary-marcus--x
5 Jul 2026
Industry

LONG LIVE FREEDOM, DAMMIT

DGX agent

LONG LIVE FREEDOM, DAMMIT HACER AMÉRICA GRANDE OTRA VEZ 🇺🇸 🇦🇷 Hace 250 años un grupo de hombres fundaba una república sobre una idea simple pero a la vez revolucionaria: que todos los hombres son igua

industryelon-musk--x
5 Jul 2026
Industry

longcat 2.0 (1.6T, ~48B active) weights are now open under MIT license interesting design choice compared to previous iteration is that they…

DGX agent

longcat 2.0 (1.6T, ~48B active) weights are now open under MIT license interesting design choice compared to previous iteration is that they keep the same attention shape and REDUCE the number of zero

industryclem-delangue--x
5 Jul 2026
Tools

loved AI Engineer summits in NY both times, Singapore last month was great, and then ofc this was the one i couldn’t make. huge thanks @swyx…

DGX agent

loved AI Engineer summits in NY both times, Singapore last month was great, and then ofc this was the one i couldn’t make. huge thanks @swyx and everyone who made the stream https://axinbox.com/d/01KW

toolsswyx--x
5 Jul 2026
Model Releases

my contribution to this weekend’s family gathering was using claude to build a family tree that connects everybody the only way to do this w…

DGX agent

Yohei Nakajima used Claude AI to construct a comprehensive family tree that connected all family members for a weekend gathering. The post highlights a practical application of AI in organizing and vi

model-releasesyohei-nakajima--x
5 Jul 2026
Industry

'One of the most American values that I love is Optimism. We're gonna make the future good.' 一 Elon Musk

DGX agent

Elon Musk expresses his appreciation for American optimism as a cultural value and affirms his commitment to creating a positive future. The statement reflects Musk's characteristic forward-looking pe

industryelon-musk--x
5 Jul 2026
← Previous
1…4243444546…291
Next →