AI & Human Agents for Construction Design Automation.
Our vision is to optimise all manual processes to deliver one-click detailed design changes.
But since every project is unique, we must first resolve local inefficiencies for all parties involved.
We will help optimise your projects using agentic AI.
Up to 10X cheaper and faster delivery of POC and enterprise-grade software applications.
Continuous engagement, guidance and support of involved parties throughout a project lifecycle.
We offer custom AI agents to cover non-standard scenarios that traditional software cannot address.
We are Construction and AI Engineers
Our team, along with our trusted external partners, have worked on some of the world's largest projects. We've also brought together top-tier AI and software engineers to revolutionise construction design for the better. AI is transforming the way we work, and we are leading this change, all while ensuring that its application is safe and reliable.
Viktar Beliakou
MSc Imperial College London
Structural & Software Engineer
5 years of experience as Construction Engineer & Manager @ Mott MacDonald
Rachel Lee-Mekhtieva
Symbolic AI Researcher
Imperial College London
Ex Meta
Denys Berkovskyy
PhD University of Bristol
Electrical & Electronics Engineering
Principal Software Developer
10+ years of experience in IT
Vlad Opanasiuk
CEO/Founder at REDD
10+ years of Construction
5+ years of running an Engineering Consultancy
export const ReinforcementDetails = ({ projectData }) => {
const [ view ] = useState({
scale: 1,
layer: 'all',
mode: 'view'
});
const extractInfo = (elements) => elements.map((element) => {
return (
<>
<SectionDetails {...element.Geometry}/>
<Annotations {...element.Annotations}/>
<Dimensions {...element.Dimensions}/>
</>
);
});
return (
<div className="drawing-container">
<svg className="drawing-canvas" viewBox="0 0 1000 800">
<Grid size={20} opacity={0.1} />
<g transform={`scale(${view.scale})`}>
{extractInfo(projectData.elements)}
</g>
</svg>
</div>
);
};
We are changing the way design documents are created. We code them. Literally.
Software development is now so accessible that creating construction drawings and documents with programming languages is as efficient as using traditional software. Why do we do this? To harness the native interoperability of programming languages and bring Parametric Detailed Design to life. This will enable contractors to make major design changes even one day before work begins, potentially saving up to 20% in materials, budget, and CO2 emissions.