Git Maxd

3.8K posts

Git Maxd banner
Git Maxd

Git Maxd

@GitMaxd

Linux Dev | AI Rev Early Adopter | Next | Gen AI\UX | Deep Agent Fleets

Phoenix, AZ เข้าร่วม Temmuz 2023
477 กำลังติดตาม1.8K ผู้ติดตาม
ทวีตที่ปักหมุด
Git Maxd
Git Maxd@GitMaxd·
Side by side example Same model (claude-opus-4-6). Same task. Two different agent harnesses @LangChain Deep Agents CLI: 9s Claude Code: 16s The harness IS the performance. 1.7× difference, zero model changes
Viv@Vtrivedy10

x.com/i/article/2022…

English
18
33
366
112.1K
Git Maxd
Git Maxd@GitMaxd·
@helloiamleonie Make agents send text/markdown headers first Make websites deliver progressively disclosed markdown content in >500 tokens, like an agent can quickly and cheaply consume to pick the next discovery path
English
0
0
0
11
Leonie
Leonie@helloiamleonie·
Context engineering is probably 80% agentic search.
English
10
3
49
4K
Git Maxd
Git Maxd@GitMaxd·
Noise over signal seems normal rn - the noise is the marketing. Agents don’t care. They want the data, they shouldn’t fetch HTML is their only surface - it should be the fallback surface in the event that a website does not provide a structured, progressively disclosed markdown response instantaneously
English
0
0
1
8
Morgan
Morgan@morganlinton·
@GitMaxd @karpathy @ryancarson @RhysSullivan It does feel like there are so many feels ppl assume the agents looks at and follows, when in reality, we’re really just making files that we as humans read and understand, and agents ignore 😜
English
1
0
2
50
Andrej Karpathy
Andrej Karpathy@karpathy·
Thank you Sarah, my pleasure to come on the pod! And happy to do some more Q&A in the replies.
sarah guo@saranormous

Caught up with @karpathy for a new @NoPriorsPod: on the phase shift in engineering, AI psychosis, claws, AutoResearch, the opportunity for a SETI-at-Home like movement in AI, the model landscape, and second order effects 02:55 - What Capability Limits Remain? 06:15 - What Mastery of Coding Agents Looks Like 11:16 - Second Order Effects of Coding Agents 15:51 - Why AutoResearch 22:45 - Relevant Skills in the AI Era 28:25 - Model Speciation 32:30 - Collaboration Surfaces for Humans and AI 37:28 - Analysis of Jobs Market Data 48:25 - Open vs. Closed Source Models 53:51 - Autonomous Robotics and Atoms 1:00:59 - MicroGPT and Agentic Education 1:05:40 - End Thoughts

English
248
360
4.9K
569.7K
Git Maxd
Git Maxd@GitMaxd·
I think it seems kind of clear at this point Token$ are almost irrelevant in this phase - everyone has limitless subs and the providers have no incentive to implement even a text/markdown header to request token efficient data from FQDN’s - most won’t even look to an llms.txt file and prefer Fetch
English
1
0
0
52
Morgan
Morgan@morganlinton·
I do wonder if we’ll get to a point soon(ish) where agents will be much more proficient at following the AGENTS .md file. And I keep trying to wrap my head around why they are so bad at it now. Right now I feel like it’s a combo or context dilution and the fact that there no hard enforcement layer. If the runtime had a more strict ruleset around AGENTS .md, i.e. if you don’t follow the rules, reject output, would that have negative consequences in other areas?
English
1
0
3
2.5K
Git Maxd
Git Maxd@GitMaxd·
💯 Agents need their own discovery “UI” Fluffless, token efficient, progressive disclosure agent ‘websites’ are a force multiplier Agents should send and receive text/mardown headers with agentic instruction to a FQDN for further analysis and navigation 500 tokens vs 5k html and 10x faster
English
1
3
8
1.2K
Xiaoyin Qu
Xiaoyin Qu@quxiaoyin·
If your product is still designed for human via UI, RIP
English
84
4
88
37.9K
Git Maxd
Git Maxd@GitMaxd·
@HotAisle Wait till they learn about the PCI-DSS $cam
English
0
0
1
320
Hot Aisle
Hot Aisle@HotAisle·
It is hilarious everyone suddenly waking up. SOC2… scam. SuperMicro… felons. Cerebras… phony numbers. The list goes on and on. Reckoning is coming.
English
6
3
93
7.1K
Git Maxd
Git Maxd@GitMaxd·
@adisingh @agentmail Your service is awesome - been using it with my agents for a couple months and it’s changed the Agent Inbox workflow Well deserved - glad to support!
English
1
0
1
59
Git Maxd
Git Maxd@GitMaxd·
Yeah - it’s pretty neat the way the agent reads through the available website context and you can just strip out all the fluff because an agent doesn’t want that Structure the necessary data (price, plans, etc) and provide hierarchical linked results - agent is 10x’d in discovery efficiency (cost x time) Can’t help but think this would be great for AEO/GEO
English
1
0
1
19
Git Maxd
Git Maxd@GitMaxd·
@morganlinton Ex: I built middleware to redirect agents who make a request that accepts markdown to return the markdown, progressively disclosed agent/markdown files with instructions of where to go for more details. It’s way faster and far less expensive to navigate a website this way
English
1
0
1
47
Morgan
Morgan@morganlinton·
@GitMaxd It does feel like text/markdown headers would be second nature to agents.
English
2
0
1
24
Git Maxd
Git Maxd@GitMaxd·
Legit - but it’s not Most go straight to Fetch and suck 2k tokens for a simple link/price/info - navigating human made pages and trying to make sense of the text in an unstructured way inside of rendered HTML. Agent website UI’s can handle this - but we still need the agent to ask for it & cooperate
English
0
0
0
7
Git Maxd
Git Maxd@GitMaxd·
It really is - I explored this over the past few days and build out an agent ui for my app It’s a super early space, and there’s problems, but if agents can start adopting text/markdown headers what a wonderful world it would be Currently, llms.txt is the gateway - but we can do better
English
1
0
1
20
Git Maxd
Git Maxd@GitMaxd·
@masondrxy @huntlovell I’m doing something similar - hydrating MCP Endpoints/tools only when needed Doing this with skills is a great idea - my setup uses @convex as the storage layer and api/MCP for transport. All files are embedded for easy semantic recall/search via MCP tools
English
0
0
0
37
Hunter Lovell
Hunter Lovell@huntlovell·
something i've started doing for coding agents: * keep all the skills I use in a specially formatted notion table * have a backend that renders this table in files * any edits I make here is immediately available to any local or cloud coding agent I spin up
Hunter Lovell tweet mediaHunter Lovell tweet media
English
1
0
4
154
Git Maxd
Git Maxd@GitMaxd·
Day 1 w/ @langChain Fleet Agents ☑️ Added MCP w/ remote FS to LangSmith via OAuth ☑️ Created a Deep Agent Specialist in Fleet from one sentence ☑️ Started work Fleet Agent now has remote FS with Deep Search embeddings and is ready for work in less than a few mins 🚀
English
0
0
0
39
Git Maxd
Git Maxd@GitMaxd·
@mikeysee @convex Looking forward to that video - congrats on the huge contribution! I just @Convex everything now and your videos are a big reason for that!
English
0
0
2
77
Mikeysee
Mikeysee@mikeysee·
Double woo! v1.34 of @convex is now out that contains this! Ill make a video on the details soon!
Mikeysee tweet media
Mikeysee@mikeysee

Woo! My biggest contribution to @convex so far has just been accepted and merged in. This one auto-injects more AI intelligence into your convex projects via guidelines and skills. Ill do a proper video on this once it lands in the CLI.

English
3
0
34
2.2K
dax
dax@thdxr·
ai password manager is that anything?
English
152
2
385
60.1K
Git Maxd
Git Maxd@GitMaxd·
After I setup the MCP server in about 30 seconds - Here's the Agent Creation Flow I used to build the @LangChain Agent using Fleet It's just regular words, a clarifying question, and it makes the thing 🔥 The Prompt: Create an agent that is skilled at using "the MCP tools"
Git Maxd@GitMaxd

Getting started with @LangChain's new Fleet could not be easier Here's how easy it is to setup your custom MCP servers - instantly available to any agent you create using natural language These subtle user experiences - that's the good sauce

English
0
4
7
2.8K
Git Maxd
Git Maxd@GitMaxd·
@Vtrivedy10 @LangChain Let me show you a demo of CR! Think Agent Cloud FS with markdown embeddings - MCP/API over any UI
English
0
0
1
29
Viv
Viv@Vtrivedy10·
@GitMaxd @LangChain nice!! would love to hear about the cool stuff you’re using it for and anyways we could add more :)
English
1
0
1
53