Andrew Baisden
@andrewbaisden.bsky.social
Software Developer | Content Creator | AI, Tech, Programming
We all have our picks for the favourite AI app.
I took it a step further and created an A.I. agent team, seven of the best models teamed up to do some work 👇
dev.to/andrewbaisde...
I took it a step further and created an A.I. agent team, seven of the best models teamed up to do some work 👇
dev.to/andrewbaisde...
November 6, 2025 at 5:53 PM
We all have our picks for the favourite AI app.
I took it a step further and created an A.I. agent team, seven of the best models teamed up to do some work 👇
dev.to/andrewbaisde...
I took it a step further and created an A.I. agent team, seven of the best models teamed up to do some work 👇
dev.to/andrewbaisde...
When benchmarking Kombaico against other agents on real Figma-to-React conversions.
Here’s what stood out 👇
- Higher design fidelity
- Fewer TypeScript + lint errors
- Code integrates with your repo (no Frankenstein folders)
- Way faster than manual handoff
kombai.com
Here’s what stood out 👇
- Higher design fidelity
- Fewer TypeScript + lint errors
- Code integrates with your repo (no Frankenstein folders)
- Way faster than manual handoff
kombai.com
November 6, 2025 at 4:40 PM
When benchmarking Kombaico against other agents on real Figma-to-React conversions.
Here’s what stood out 👇
- Higher design fidelity
- Fewer TypeScript + lint errors
- Code integrates with your repo (no Frankenstein folders)
- Way faster than manual handoff
kombai.com
Here’s what stood out 👇
- Higher design fidelity
- Fewer TypeScript + lint errors
- Code integrates with your repo (no Frankenstein folders)
- Way faster than manual handoff
kombai.com
AI is transforming everything, and now it’s coming for the browser.
Been using AI-native browsers like Comet, ChatGPT Atlas, Zen and Dia.
Browsers are becoming AI sidekicks that think about context, automate, and help you think and build faster.
dev.to/andrewbaisde...
Been using AI-native browsers like Comet, ChatGPT Atlas, Zen and Dia.
Browsers are becoming AI sidekicks that think about context, automate, and help you think and build faster.
dev.to/andrewbaisde...
November 5, 2025 at 7:08 PM
AI is transforming everything, and now it’s coming for the browser.
Been using AI-native browsers like Comet, ChatGPT Atlas, Zen and Dia.
Browsers are becoming AI sidekicks that think about context, automate, and help you think and build faster.
dev.to/andrewbaisde...
Been using AI-native browsers like Comet, ChatGPT Atlas, Zen and Dia.
Browsers are becoming AI sidekicks that think about context, automate, and help you think and build faster.
dev.to/andrewbaisde...
The great thing about Kombaico is that it doesn’t just copy the design.
It understands it:
- Reads Figma files
- Extracts assets + structure
- Generates clean, React code
- Works in your IDE with no extra tool switching
It’s basically the "frontend brain" your IDE never had.
kombai.com
It understands it:
- Reads Figma files
- Extracts assets + structure
- Generates clean, React code
- Works in your IDE with no extra tool switching
It’s basically the "frontend brain" your IDE never had.
kombai.com
November 5, 2025 at 3:58 PM
The great thing about Kombaico is that it doesn’t just copy the design.
It understands it:
- Reads Figma files
- Extracts assets + structure
- Generates clean, React code
- Works in your IDE with no extra tool switching
It’s basically the "frontend brain" your IDE never had.
kombai.com
It understands it:
- Reads Figma files
- Extracts assets + structure
- Generates clean, React code
- Works in your IDE with no extra tool switching
It’s basically the "frontend brain" your IDE never had.
kombai.com
AI coding tools have grown pretty fast
So a few months ago, I received early access to Verdent Deck
It enabled me to run several AI agents at once, meaning faster build times, automating smarter and writing cleaner code
dev.to/andrewbaisde...
So a few months ago, I received early access to Verdent Deck
It enabled me to run several AI agents at once, meaning faster build times, automating smarter and writing cleaner code
dev.to/andrewbaisde...
November 4, 2025 at 11:46 AM
AI coding tools have grown pretty fast
So a few months ago, I received early access to Verdent Deck
It enabled me to run several AI agents at once, meaning faster build times, automating smarter and writing cleaner code
dev.to/andrewbaisde...
So a few months ago, I received early access to Verdent Deck
It enabled me to run several AI agents at once, meaning faster build times, automating smarter and writing cleaner code
dev.to/andrewbaisde...
These 3 apps replaced Adobe CC for me:
- Figma
- Affinity
- DaVinci Resolve
- Figma
- Affinity
- DaVinci Resolve
October 31, 2025 at 1:22 PM
These 3 apps replaced Adobe CC for me:
- Figma
- Affinity
- DaVinci Resolve
- Figma
- Affinity
- DaVinci Resolve
Which structure are you using right now, and which one do you secretly hate? 😅
October 29, 2025 at 4:26 PM
Which structure are you using right now, and which one do you secretly hate? 😅
Simple React Setup
Lightweight for smaller projects.
Lightweight for smaller projects.
October 29, 2025 at 4:26 PM
Simple React Setup
Lightweight for smaller projects.
Lightweight for smaller projects.
Clean Architecture
Separate business rules, use cases, and infra.
Separate business rules, use cases, and infra.
October 29, 2025 at 4:26 PM
Clean Architecture
Separate business rules, use cases, and infra.
Separate business rules, use cases, and infra.
Monorepo Structure
Split your ecosystem into apps & packages.
Split your ecosystem into apps & packages.
October 29, 2025 at 4:26 PM
Monorepo Structure
Split your ecosystem into apps & packages.
Split your ecosystem into apps & packages.
Domain-Driven Design
Group code by business domain.
Group code by business domain.
October 29, 2025 at 4:26 PM
Domain-Driven Design
Group code by business domain.
Group code by business domain.
Atomic Design
Perfect for design systems & UI libraries.
Perfect for design systems & UI libraries.
October 29, 2025 at 4:26 PM
Atomic Design
Perfect for design systems & UI libraries.
Perfect for design systems & UI libraries.
Layered Architecture (MVC / MVVM)
Separate by concern, classic and reliable.
Separate by concern, classic and reliable.
October 29, 2025 at 4:26 PM
Layered Architecture (MVC / MVVM)
Separate by concern, classic and reliable.
Separate by concern, classic and reliable.
Feature-Driven Design (Feature-Slice)
Organise by features, not file type.
Organise by features, not file type.
October 29, 2025 at 4:26 PM
Feature-Driven Design (Feature-Slice)
Organise by features, not file type.
Organise by features, not file type.
7 Folder Structures Every Dev Should Know.
Because "src/components" isn’t always enough 👇
Because "src/components" isn’t always enough 👇
October 29, 2025 at 4:26 PM
7 Folder Structures Every Dev Should Know.
Because "src/components" isn’t always enough 👇
Because "src/components" isn’t always enough 👇
Most "AI coding tools" struggle with frontends.
Coding agents = great at logic, messy with UI
Figma to code = good for prototypes, not production
Kombai is different; it's a domain-specialised AI agent built for the frontend, understands components, layout, CSS, and your code.
kombai.com
Coding agents = great at logic, messy with UI
Figma to code = good for prototypes, not production
Kombai is different; it's a domain-specialised AI agent built for the frontend, understands components, layout, CSS, and your code.
kombai.com
October 27, 2025 at 4:14 PM
Most "AI coding tools" struggle with frontends.
Coding agents = great at logic, messy with UI
Figma to code = good for prototypes, not production
Kombai is different; it's a domain-specialised AI agent built for the frontend, understands components, layout, CSS, and your code.
kombai.com
Coding agents = great at logic, messy with UI
Figma to code = good for prototypes, not production
Kombai is different; it's a domain-specialised AI agent built for the frontend, understands components, layout, CSS, and your code.
kombai.com
AI browsers are the new hotness 🔥
OpenAI launches ChatGPT Atlas, a competitor to Comet browser by Perplexity
chatgpt.com/atlas?openai...
OpenAI launches ChatGPT Atlas, a competitor to Comet browser by Perplexity
chatgpt.com/atlas?openai...
October 21, 2025 at 5:37 PM
AI browsers are the new hotness 🔥
OpenAI launches ChatGPT Atlas, a competitor to Comet browser by Perplexity
chatgpt.com/atlas?openai...
OpenAI launches ChatGPT Atlas, a competitor to Comet browser by Perplexity
chatgpt.com/atlas?openai...
Battlefield 6 launch day 😅
So I guess everyone is playing at the same time.
So I guess everyone is playing at the same time.
October 10, 2025 at 3:12 PM
Battlefield 6 launch day 😅
So I guess everyone is playing at the same time.
So I guess everyone is playing at the same time.
The result was a fully functional profile image feature that could have taken a while to implement manually and test.
For legacy codebases, refactors, or bug fixes you've been putting off, Cosine AI handles it while you focus on other tasks.
Worth trying: cosine.sh
For legacy codebases, refactors, or bug fixes you've been putting off, Cosine AI handles it while you focus on other tasks.
Worth trying: cosine.sh
October 3, 2025 at 1:45 PM
The result was a fully functional profile image feature that could have taken a while to implement manually and test.
For legacy codebases, refactors, or bug fixes you've been putting off, Cosine AI handles it while you focus on other tasks.
Worth trying: cosine.sh
For legacy codebases, refactors, or bug fixes you've been putting off, Cosine AI handles it while you focus on other tasks.
Worth trying: cosine.sh
Gave it a simple task: Add Profile Image Upload to "Add New Contact" Form
Instead of just generating code snippets, it worked like an actual coworker:
- Identified all the files that needed changes
- Handled frontend + backend updates
- Made sure everything integrated properly
Instead of just generating code snippets, it worked like an actual coworker:
- Identified all the files that needed changes
- Handled frontend + backend updates
- Made sure everything integrated properly
October 3, 2025 at 1:45 PM
Gave it a simple task: Add Profile Image Upload to "Add New Contact" Form
Instead of just generating code snippets, it worked like an actual coworker:
- Identified all the files that needed changes
- Handled frontend + backend updates
- Made sure everything integrated properly
Instead of just generating code snippets, it worked like an actual coworker:
- Identified all the files that needed changes
- Handled frontend + backend updates
- Made sure everything integrated properly
Setup took a few minutes. Connected my GitHub repo, and Cosine instantly mapped out my entire project structure.
Cosine doesn't just read your code; it understands context, dependencies, and how it all connects. You can assign tasks, bug fixes, etc, from GitHub.
Cosine doesn't just read your code; it understands context, dependencies, and how it all connects. You can assign tasks, bug fixes, etc, from GitHub.
October 3, 2025 at 1:45 PM
Setup took a few minutes. Connected my GitHub repo, and Cosine instantly mapped out my entire project structure.
Cosine doesn't just read your code; it understands context, dependencies, and how it all connects. You can assign tasks, bug fixes, etc, from GitHub.
Cosine doesn't just read your code; it understands context, dependencies, and how it all connects. You can assign tasks, bug fixes, etc, from GitHub.
I discovered Cosine AI a while back; it's great for projects.
It's like a senior dev on your team who actually understands your codebase, regardless of whether it's legacy or large.
Here's what happened when I let it work on a real feature in a Personal CRM app 🧵
It's like a senior dev on your team who actually understands your codebase, regardless of whether it's legacy or large.
Here's what happened when I let it work on a real feature in a Personal CRM app 🧵
October 3, 2025 at 1:45 PM
I discovered Cosine AI a while back; it's great for projects.
It's like a senior dev on your team who actually understands your codebase, regardless of whether it's legacy or large.
Here's what happened when I let it work on a real feature in a Personal CRM app 🧵
It's like a senior dev on your team who actually understands your codebase, regardless of whether it's legacy or large.
Here's what happened when I let it work on a real feature in a Personal CRM app 🧵
Claude Sonnet 4.5 is live 🤩
September 29, 2025 at 4:56 PM
Claude Sonnet 4.5 is live 🤩
Verdent feels like the first AI coding tool that actually works like a teammate, rather than an overblown autocomplete.
Excited to see what the dev community builds with it. 🙌
Check it out verdent.ai
Excited to see what the dev community builds with it. 🙌
Check it out verdent.ai
September 23, 2025 at 5:37 PM
Verdent feels like the first AI coding tool that actually works like a teammate, rather than an overblown autocomplete.
Excited to see what the dev community builds with it. 🙌
Check it out verdent.ai
Excited to see what the dev community builds with it. 🙌
Check it out verdent.ai
I ended up vibe coding quite a few apps with Verdent.
Here are some of the experiments I built (screenshots below 👇).
This was all without the usual overhead of endlessly debugging AI code.
Here are some of the experiments I built (screenshots below 👇).
This was all without the usual overhead of endlessly debugging AI code.
September 23, 2025 at 5:37 PM
I ended up vibe coding quite a few apps with Verdent.
Here are some of the experiments I built (screenshots below 👇).
This was all without the usual overhead of endlessly debugging AI code.
Here are some of the experiments I built (screenshots below 👇).
This was all without the usual overhead of endlessly debugging AI code.