Path consistency is a constraint satisfaction technique used to ensure that for any three variables, the values assigned to two of them can consistently extend to a value for the third. It is a refinement of arc consistency, providing a more robust framework for solving constraint satisfaction problems by considering the relationships between triples of variables.