Markdown
Programming languageWikipedia
268
MENTIONS
79
EPISODES
74
PODCASTS
Search complete. 268 mentions across 79 episodes found for "Markdown".
Sep 11, 2026
When Quantums Attack! | Bitcoin News
D
56:52David BennettHOST
So it basically invokes the rest of the GitHub files that are present here to build this personality.
D
57:00David BennettHOST
So the skill itself is to assemble these other Markdown files.
D
57:05David BennettHOST
When you go to these other Markdown files, like there's an entry.md.
D
57:12David BennettHOST
Right.
D
57:12David BennettHOST
And basically that is telling the, it's like basically the first thing that the skill calls up is entry.md. And I won't read it, but there's a, basically what it does is it says the user has requested that you, the AI, use Kun Chin's knowledge to answer their question and to help them solve a problem.
Humans, Agents, and Authenticity: Rethinking Search and Sites in WordPress with Alex Moss
A
53:12Alex MossGUEST
But like you said, data is...
A
53:15Alex MossGUEST
I've been talking about data integrity for the last year and how important that is and how things like OKF and ARD may be solutions for that, turning things into Markdown so an agent can read it but still output it in a visual manner for us.
A
53:29Alex MossGUEST
And again, the visual manner will be different for you and I because, like you say, NLP will make us relate to things in different ways visually.
A
53:37Alex MossGUEST
I may like a pie chart, you like a bar chart, maybe as simple as that.
Ep #16: Jonny and Tom: Guest recap, Learning Loops, Leverage and a 3D Labyrinth
J
12:27JonnyHOST
If you think of something like OpenClaw back in February, all of that stuff was coming out.
J
12:34JonnyHOST
Really at the heart of what they were doing, what that technology was doing, was it would take some input, it would perform an action, and it would then do it repeatedly, and each time it did it, it would get a little better because it would update its Markdown files, its soul and its memory, to support a better execution next time.
J
12:56JonnyHOST
And so that's sort of at the heart of this technology, but it's so hard to...
J
13:01JonnyHOST
I found it very difficult to describe in the abstract unless there's a very clear use case to do it, and I think Matt's was really good.
TUI or GUI
T
26:42TeejHOST
Yes.
T
26:43TeejHOST
So that's like the Markdown in a more WYSIWYG style, right? Of like, cool, sometimes I want to see this.
T
26:49TeejHOST
But we don't just have the text...
T
26:51TeejHOST
By the way, can I just throw this out
28 MINS LATER
T
55:00TrashPANELIST
How do you feel from those ratings right now?
T
55:02TeejHOST
I thought for sure I was going to get a higher rating from Prime because I know for a fact he sometimes reads tables in...
T
55:12TeejHOST
Markdown view and sequence diagrams.
T
55:15TeejHOST
And I thought that those being key, useful, but also GUI features properly rendered and editable in a real NeoVim buffer, like your NeoVim edits still actually change the very same buffer live between the two things.
What TIME Learned From a Month of Selling Ads to Bots, With COO Mark Howard
M
14:05Mark HowardGUEST
Same time, we saw this huge spike in these AI assist agents coming to the markdown version of that page.
M
14:11Mark HowardGUEST
And that was really sort of the big aha moment for us that there was a big opportunity here for us to use that markdown page as a new piece of inventory that is highly valuable because those agents were operating on behalf of people that were coming in huge numbers over the first several days that the list launched to get that information.
M
14:35Mark HowardGUEST
And so that's when it really crystallized for us that we should go to Ally and we should talk to them about you should also have your version of a machine readable ad on that Markdown page the same way that we're presenting the content to the agents on behalf of the time editorial.
M
14:56Mark HowardGUEST
So with that, we quickly sprung into action.
M
14:59Mark HowardGUEST
We had been having these conversations, as you mentioned, Project Management Institute and Ally were the two that we launched with.
28 MINS LATER
P
43:29Pete PachalHOST
Have they spoken to you directly? Are you still partners? How is their interpretation differing from yours? And can there be a meeting of the minds here?
M
43:40Mark HowardGUEST
We did meet with Perplexity and we actually walked them through the entire process and everything that we've developed.
M
43:48Mark HowardGUEST
We showed them that example of looking at the source code on an HTML page versus looking at the Markdown page.
Fable 5.1: What Actually Changed and What to Use It For | EP 13
W
3:56Will SartoriusHOST
But ultimately, using it to audit some of your past work and just cleaning up your skills, cleaning up your agents, cleaning up your markdown files, I find that to be extremely valuable.
W
4:06Will SartoriusHOST
And it also has just cut out a lot of fluff.
W
4:10Will SartoriusHOST
If I look through a Markdown file of mine or I look through a skill of mine, I can't really tell, to be honest.
W
4:16Will SartoriusHOST
Is this helping? If I delete this, is this going to be problematic? So yeah, it's literally just slash cloud API prompt audit and it will go through.
W
4:26Will SartoriusHOST
You command shift the skills or the Markdown files you wanted to audit and it made a pretty big difference.
W
4:34Will SartoriusHOST
I think that's a great use case.
A
4:36Andrew FoxwellHOST
So many people going, it's great to audit it because obviously this stuff changes so quickly.
T
8:04Thomas MoenHOST
I don't know, Will, what's your experience?
What’s Up Docs? w/ PJ Onori | Wireframe Live
P
15:27PJ OnoriGUEST
Maybe you hide it in the DOM or you-- whatever you need to do, but you just keep it away from, from human beings if you don't think it't worth their time.
P
15:36PJ OnoriGUEST
Um, but the whole purpose of this schema was to get something that was more structured than Markdown.
P
15:41PJ OnoriGUEST
We tried Markdown at first, and it just didn't have the context, right?
D
15:45Don D'AmatoHOST
Mm-hmm.
P
15:45PJ OnoriGUEST
Like, all it has is headings and bold and italic, but, like, what the hell does this block represent? What is it supposed to be used for? It wasn't there.
P
15:54PJ OnoriGUEST
And so in our tests, we were seeing a crap ton of token usage 'cause you're just dumping this huge amount of Markdown to an agent, and then, like, sometimes it would read it, sometimes it wouldn't, sometimes it'd misinterpret it.
P
16:08PJ OnoriGUEST
Sometimes it'd just do all the sorts of things that you didn't want it to do.
P
16:12PJ OnoriGUEST
The big shift that we saw in agent output is when we sent it structured data with our schema.
Project Chopin - Make Your Team and Agents Play Along - Krzysztof Cieślak
K
56:32Krzysztof CieślakGUEST
When we remove all the lingo, the magical nerdy programming languages, tools, technologies, software development is about getting group of people together into the room or kind of like virtual room and then telling them and those people are probably from different backgrounds they can be engineers they can be user experience designers there can be project managers product owners domain specialists and we tell all those this group of people to to to think together and solve some problem that is what software development in principle is however the current tools are changing this very much because they are moving to this like very individual focused workflows so i decided that we want we we want tools that are actually allowing us to still collaborate in the context of ai tools that are interactive that have real-time multiplayer collaboration tools that are working on this higher level of abstraction, which is managing plans and documents, because that's how we work nowadays with AI.
K
57:33Krzysztof CieślakGUEST
Like Markdown is new programming language of the 2026.
K
57:38Krzysztof CieślakGUEST
It's probably the most popular language of 2026.
K
57:44Krzysztof CieślakGUEST
So this is what Japan is.
K
62:24Krzysztof CieślakGUEST
We need to build new product type of things.
K
62:26Krzysztof CieślakGUEST
And horizon three is the crazy ideas in the future.
K
62:30Krzysztof CieślakGUEST
So again, everyone knows that there will be Markdown multiplayer with AI.
K
62:36Krzysztof CieślakGUEST
things showing on the market in the next six months.
Win the AI Answer, Not Just the Citations with Tim Sanders, Chief Innovation Officer at G2 - Ep 85
T
30:42Tim SandersGUEST
And in particular, ChatGPT will only reach their valuation based on their fundraising if they really build a healthy ads business and make a lot of money on shopping they've got to have a meta meets amazon multiple if you think that open ai is going to grow into their valuation just selling tokens are you kidding as prof g would say those people are going to grow up to have a shitty business like kroger or southwest airlines where there's sexy stocks until they're not because there's just no margin in that business the margin is content that people trust shopping recommendations that people rely on And I believe that ChatGPT will be very aggressive in protecting that against tomfoolery, so to speak.
T
31:26Tim SandersGUEST
And I'll give you a classic example, like Markdown language.
T
31:29Tim SandersGUEST
A lot of companies have said, hmm, we're going to take all of our pages and publish them in Markdown, put them out on the edge for the agents to see.
T
31:36Tim SandersGUEST
It worked for a minute, and then all of a sudden there's been adjustments to make sure that it doesn't work too much because it actually might pollute the value of the actual platform.
T
31:46Tim SandersGUEST
But I can see how that would get a lot of action.
En la Hora — 3:00 PM · Wed Sep 9, 2026![[YOU] on AI · Ahora](https://particle.news/cdn-cgi/image/format=auto,width=128/https://cdn.particle.pro/url/media/4e91d5b0-2117-58a6-bbc5-99f50507c704/4ba59d61cb1532c3192cbd071151c34c20f282a4cc8dbcff1e4711bdb0859bab)
E
1:25Edo SegalHOST
Daniel, ¿cuál es el panorama de amenazas desde el equipo de inteligencia de Google?
D
1:29DanielCORRESPONDENT
El grupo de inteligencia de amenazas de Google publicó este miércoles un informe en el que documenta a un actor con motivación financiera que desplegó un framework multiagente, un chatbot de programación con IA, una inyección de prompts y playbooks de Markdown preconstruidos que de forma autónoma planificó, construyó y ejecutó una campaña masiva de robo de credenciales.
D
1:53DanielCORRESPONDENT
Es el relato forense más claro hasta la fecha de IA adversarial que pasa de la teoría a una infraestructura de ataque operativa.
E
2:01Edo SegalHOST
Amber, la seguridad empresarial también avanza rápido.
69 more episodes mention Markdown.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.