Past: Ajaxian, Shopify, Google, Mozilla, webOS, and more!
The Jules team finished off another ship week with an initial version of their API, allowing you to integrate with your friendly asynchronous squid engineer.
In this post I show how I use Stitch to design a native app that uses the new API...
The Jules team finished off another ship week with an initial version of their API, allowing you to integrate with your friendly asynchronous squid engineer.
In this post I show how I use Stitch to design a native app that uses the new API...
stitch.withgoogle.com/projects/272...
stitch.withgoogle.com/projects/272...
I’ve started to notice some patterns in how I work on software projects. I create throwaway projects to learn from, and large repos with a bunch of ideas in. I sometimes extract targeted repos from them…
I’ve started to notice some patterns in how I work on software projects. I create throwaway projects to learn from, and large repos with a bunch of ideas in. I sometimes extract targeted repos from them…
We have some great Stitch updates for you today, & I posted about a couple.
At first I talk about design variants and how to use the fact that your brain can grok a lot of images very quickly...
blog.almaer.com/stitch-desig...
We have some great Stitch updates for you today, & I posted about a couple.
At first I talk about design variants and how to use the fact that your brain can grok a lot of images very quickly...
blog.almaer.com/stitch-desig...
It has changed my habits. Instead of asking for something in an AI chat app, for some tasks I create a micro app on the fly…
developers.googleblog.com/en/introduci...
It has changed my habits. Instead of asking for something in an AI chat app, for some tasks I create a micro app on the fly…
developers.googleblog.com/en/introduci...
status.cloud.google.com/incidents/ow...
Cue the Rust crowd…
status.cloud.google.com/incidents/ow...
Cue the Rust crowd…
We have used open source as a way to leverage this, and now we are using LLMs with massive sets of knowledge as a form of leverage.
en.wikipedia.org/wiki/Joy%27s...
We have used open source as a way to leverage this, and now we are using LLMs with massive sets of knowledge as a form of leverage.
en.wikipedia.org/wiki/Joy%27s...
Stefan Li wired this up with devtools/mcp! Love it!
autoconfig.io/devtools-mcp...
Stefan Li wired this up with devtools/mcp! Love it!
autoconfig.io/devtools-mcp...
JVM-native, Kotlin-based, and focused on agentic flows mixing LLM-prompted interactions with code and domain models.
#Java #Kotlin #AINativeDev #News #OSS
JVM-native, Kotlin-based, and focused on agentic flows mixing LLM-prompted interactions with code and domain models.
#Java #Kotlin #AINativeDev #News #OSS
A diffusion-based language model that:
• Generates in parallel, not left-to-right
• Hits ~1500 tokens/sec
• Can self-correct mid-generation
Read all about it here: https://www.ainativedev.co/99j
A diffusion-based language model that:
• Generates in parallel, not left-to-right
• Hits ~1500 tokens/sec
• Can self-correct mid-generation
Read all about it here: https://www.ainativedev.co/99j
I love a good zig and zag. We used to be in a world where image generation used diffusion techniques (from noise), and text used autoregresion (next token). ChatGPT added 4o image generation that went the other way and used autoregression …
I love a good zig and zag. We used to be in a world where image generation used diffusion techniques (from noise), and text used autoregresion (next token). ChatGPT added 4o image generation that went the other way and used autoregression …
Or wait no, it’s a CLI, oh wait no it’s a remote agent platform… and a new model family…
Or wait no, it’s a CLI, oh wait no it’s a remote agent platform… and a new model family…
“This has all given birth to a plethora of rules files that we need to manage.”
Vibe-rules CLI discovers and syncs them so you can code not babysit .yaml.
Details ➜ www.ainativedev.co/nbp
#AINativeDev #DevTools #AIDevelopment #CLI
“This has all given birth to a plethora of rules files that we need to manage.”
Vibe-rules CLI discovers and syncs them so you can code not babysit .yaml.
Details ➜ www.ainativedev.co/nbp
#AINativeDev #DevTools #AIDevelopment #CLI
I've been enjoying building simple tools writing a spec and having them generated.
`parade` uses Ink and Vercel's AI SDK to let me explore model names from various providers (because I am using the openai:gpt-4o type URI format in other tools).
github.com/dalmaer/parade
I've been enjoying building simple tools writing a spec and having them generated.
`parade` uses Ink and Vercel's AI SDK to let me explore model names from various providers (because I am using the openai:gpt-4o type URI format in other tools).
github.com/dalmaer/parade
```
IMPORTANT: Use valid markdown only for all your responses and DO NOT use HTML tags except for artifacts!
ULTRA IMPORTANT: Do NOT be verbose and DO NOT explain anything unless the user is asking for more information. That is VERY important.
```
```
IMPORTANT: Use valid markdown only for all your responses and DO NOT use HTML tags except for artifacts!
ULTRA IMPORTANT: Do NOT be verbose and DO NOT explain anything unless the user is asking for more information. That is VERY important.
```
Convention over configuration helps here, and LLMs being able to “fill in the gaps” takes it to a whole new level.
It favors getting things working and iterating from there in a tight loop.
Convention over configuration helps here, and LLMs being able to “fill in the gaps” takes it to a whole new level.
It favors getting things working and iterating from there in a tight loop.