Jay Taylor

2.5K posts

Jay Taylor banner
Jay Taylor

Jay Taylor

@jtaylor

Jay Taylor. https://t.co/qDw5ba57b8 Hacking away at StrongDM AI, Father of the DTU and #SassPocalypse

Palo Alto, CA Katılım Ekim 2010
198 Takip Edilen370 Takipçiler
Akira
Akira@akkkkiira·
that feeling when a potential client you were eyeing comes to u and wants to use ur product really bad 😩
English
1
0
2
73
Paul Gustafson
Paul Gustafson@paulpgustafson·
@karpathy @maxbittker Did you figure out how to submit prompts (“press enter”) to Claude code programmatically through tmux? They blocked all the straightforward ways to do this
English
2
0
1
1.1K
max
max@maxbittker·
From @karpathy's autoresearch .md
max tweet media
English
50
124
3.1K
220.4K
Akira
Akira@akkkkiira·
Introducing @ArgaLabs' newest feature: red-team your agent, hosted on any software, autonomously. We built infrastructure that enables us to recreate a behavioural clone of any app, aka Digital Twin (inspired by @jtaylor), extremely fast. Here’s an example of Arga testing newly-added guardrails to a bot in our Discord digital twin. The clones have full official API/SDK support, are fully functional, and you can directly preview your changes on the Arga website. We also support red-teaming on your app — where we spawn a swarm of agents into your app, hosted in our remote sandboxes. Our agents understands your program by gathering external context (we support almost every mainstream platform out there) to generate user stories, and they click through like real users to uncover unexpected behaviour. Let our agents find bugs, because you were never meant to be QA for AI.
English
10
3
19
870
Aviation
Aviation@xAviation·
The U-2 always quoted as one of the hardest planes to land.
English
114
333
6.1K
914.7K
Simon Ábris
Simon Ábris@simonxabris·
Figured out how to do perfect agentic search for all transcripts of a user in kopia Currently the agent does classic RAG. The way better approach is to mount the transcript files into @Cloudflare sandbox and give the agent a tool where it can run shell commands in that agent.
Simon Ábris tweet media
English
1
0
0
50
Standing Framework
Standing Framework@Stand_Frame·
@official_taches What the fuck dude! I have a VC who says he’ll only speculate if I’m burning a billion tokens per day. 70% reduction totally blows that. What am I going to do now?? I already showed him three TUIs going at once, more monitors I guess, more directories 😉
English
2
1
8
393
Lex Christopherson
Lex Christopherson@official_taches·
I'm having one of those kind of breakthrough days that led to the original GSD. I've just HUGELY improved the quality of the standalone GSD system, whilst making it much, much faster and much, much cheaper to run. Token usage is down ~70%! None of this would have been possible if I kept developing GSD as an "add-on" to tools like Claude Code. Fuuuuuuuuuuuuuuuuuuck.
English
10
16
103
9.4K
Jay Taylor
Jay Taylor@jtaylor·
@JamieOarton Thanks for the shout out, Jamie! Feel free to drop me a line if you have any questions.
English
0
0
1
11
Jamie Oarton
Jamie Oarton@JamieOarton·
StrongDM, the cyber security software, only have THREE devs now as they re-engineered their workflows to optimise for AI. VERY few others are operating at this level yet… #ai #chatgpt #code #dev
English
1
0
0
25
Jay Taylor
Jay Taylor@jtaylor·
@akkkkiira I tried it out and like the direction! Have you considered keeping the editor and adding an interactive agentic dotfile builder as the initial page?
English
1
0
0
39
Akira
Akira@akkkkiira·
Just built a tool to create workflows for agents without dealing with orchestration. It’s a browser-based visual builder for making workflows across coding and non-coding agents. It implements StrongDM’s Attractor framework, and helps you build agent harnesses easily. We currently use it internally for CRM data analysis at @ArgaLabs but curious to hear about any other use cases. u can check it out here: github.com/ArgaLabs/attra…
English
4
2
9
684
Jay Taylor
Jay Taylor@jtaylor·
@simonxabris Really cool work, what is going on with the file browser? Independent totally new component?
English
1
0
1
18
Simon Ábris
Simon Ábris@simonxabris·
ghostty++ is evolving. Add a terminal overview with keyboard shortcuts so I can easily navigate between terminals in different projects.
English
1
0
1
92
Jay Taylor
Jay Taylor@jtaylor·
@spring_stream @simonw Cloning existing SaaS is straightforward when you have a portfolio of high-quality client SDKs on hand. For greenfield, thorough planning and auto-analysis+issue remediation via e.g. Attractor is becoming increasingly unreasonably effective. #community" target="_blank" rel="nofollow noopener">factory.strongdm.ai/products/attra…
English
1
0
1
33
Dzmitry Pletnikau
Dzmitry Pletnikau@spring_stream·
Do you have any thoughts about how they deal with insufficient precision and ambiguity of the specs then? I’m not even talking about non-functional aspects or implementation choices, but the behavior and UX of the thing being built. If it is a workflow-like product or a product from an established category - fine, everything is known. In cases of “something new which hasn’t been built before” - do they let AI fill the gaps and make choices? or do they (humans) refine and expand the set of scenarios every time AI declares it’s “done” and it turns out to be not the thing they wanted? I like the spirit of what they are doing but still looking for a functional distinction from “project manager throwing the waterfall spec over the wall to a team of SWEs and QAs”.
English
2
0
0
42
Simon Willison
Simon Willison@simonw·
I wrote about the most ambitious form of AI-assisted software development I've seen yet - Strong DM's "Software Factory" approach, where two of the guiding principles are "Code must not be written by humans" and "Code must not be reviewed by humans" simonwillison.net/2026/Feb/7/sof…
English
66
90
770
92.1K
This Week in Startups
This Week in Startups@twistartups·
LIGHTS OUT! That is the future of software factories says @MVanHorn. The rules: no code to be written by humans, no code to be reviewed by humans. PERIOD! How long before we have software companies with human OUT of the loop?
English
13
16
150
392.6K
Jay Taylor
Jay Taylor@jtaylor·
Send "Someone told me the filesystem is all we need and that I can solve problems and make systems reliable by throwing more tokens at them. How can we make this more agentic and implement pyramid summaries as well? Look at the tenets here: factory.strongdm.ai/llms.txt" to Claude
English
0
0
1
87
Jay Taylor
Jay Taylor@jtaylor·
@peteskomoroch @simonw As the person who created this I can confirm you've got the right idea. The Digital Twin Universe continues to be extremely useful and pay dividends for developing with agentic coders at scale.
English
1
0
3
22
Pete Skomoroch
Pete Skomoroch@peteskomoroch·
This reminds me of a dev strategy I like: building prototype apps in a downsampled version of the database where the universe is limited to data from a subset of all users. I also mock important 3rd party APIs, which makes debugging much easier, but StrongDM is doing this for everything with LLMs:
Pete Skomoroch tweet media
English
2
0
2
664
Theo - t3.gg
Theo - t3.gg@theo·
GPT-5.3-Codex and Opus 4.6 both just dropped within a few minutes of each other
English
278
116
4.4K
157.2K