Nice to meet you! At Conrad Research we craft thoughtful artificial intelligence solutions within our Areas of Research published below
— Austen Conrad, Founder
Areas of Research
AI tools crafted for architects and interior designers
We're developing AI tools for architects and interior designers to streamline workflows and boost profitability.
Our solutions help restore healthy margins while freeing up valuable time for creative design work. AI represents a
once-in-a-generation opportunity to shift firms away from incumbent industry giants who increasingly prioritize the
larger construction market over design professionals. See how our burvo.com product
line is leading this transformation.
What if commercial real estate and architecture firms converged? Margin pressures and the need for
revenue across entire project lifecycles create perfect conditions for integration. Early adopters who embrace fullstack AI solutions
will create unprecedented value by offering integrated services from design through development to management. We see a
particularly compelling opportunity in AI-powered tenant representation combined with architectural services: automating space
planning, test fitting, and proposal generation to capture the full value chain.
At Conrad Research we LOVE Temporal. It gives us a high velocity in development because our code doesn't have to worry as much about implementing retry logic. We also are heavy users of Cloudflare workers. The combination of these two is awesome, but not straightforward. Let's dig in:
I recently was reviewing the error logs on a Cloudflare Worker that had only been active for a week and was surprised to see the extent of attacks occurring that were sniffing for leaked credentials. Let's take a look at some of the URLs that were being accessed.
I’ve been writing webpage copy for the pricing page of a SAAS product and decided it would be interesting to compare ChatGPT 4, Claude 3.5, and Grok 2 LLM AI models while doing so (in hindsight I should have also included llama).
Using HTMX and Cloudflare Workers is a great way to sprinkle in some dynamic functionality into your Cloudflare Pages static site. Let's look at an example of handling a form submission.