Crafting experience...
3/8/2026
Built At
HuddleHive's WIT Hackathon #5
Hosted By
Digital messaging is the primary way people communicate today, yet tone and intention are easily lost in text. In emotionally charged or financially sensitive conversations, this miscommunication creates unnecessary conflict.
When people draft important messages—especially under stress or frustration—they often write in ways that unintentionally sound:
Rude or accusatory
Abrupt or dismissive
Passive-aggressive
Unclear about intent
This is particularly acute in landlord-tenant communication, where power imbalances and financial stress amplify the cost of miscommunication.
Scenario: Late Security Deposit
A tenant needs their security deposit returned and is frustrated after weeks of silence. They draft:
"Where is my security deposit? You've been dodging me for weeks and it's ridiculous."
Sending this message will almost certainly:
Trigger defensiveness from the landlord
Slow down resolution
Escalate the relationship
Risk the deposit being delayed further
The tenant's intent is reasonable—they want their deposit back—but the phrasing guarantees conflict.
Current communication platforms focus on delivering messages, not on improving how people communicate. General AI tools can rewrite text, but they:
Over-sanitize messages, removing necessary urgency
Don't understand relationship dynamics (power imbalances, financial sensitivity)
Require users to leave their messaging workflow (copy-paste to another tool)
Have no human approval step, risking authenticity
RentBridge is an AI-mediated communication interface that helps users refine messages before they are sent, preserving the sender's intent while improving clarity, professionalism, and empathy.
Instead of replacing human communication, RentBridge introduces AI as a neutral middle-man between both parties. The system intervenes at the most critical moment: right before a message is sent.
1. User Drafts a Message
Users write their message naturally, including frustration or urgency.
Example draft:
"Where is my security deposit? You've been dodging me for weeks."
2. AI Mediates Tone
RentBridgeAI analyzes the message and rewrites it in a way that preserves the user's intent while improving tone and clarity.
AI-mediated version:
"Hi, I wanted to follow up regarding my security deposit. I haven't received an update for a few weeks and would really appreciate clarification on when I should expect it."
The AI:
Removes accusatory language
Keeps the urgency
Encourages constructive dialogue
3. Human Approval
The AI never sends messages automatically. Users remain fully in control and can:
Approve the suggestion
Edit the message manually
Ask the AI to adjust tone (firmer, softer, shorter)
Only the approved message is sent
A landlord writes:
"Your rent is late again. I've reminded you multiple times."
RentBridgeAI mediation suggests:
"Hi, I noticed the rent payment due on the 1st hasn't come through yet. Could you please let me know when I should expect it?"
The message still communicates urgency but encourages cooperation rather than conflict. This simple mediation can significantly improve response rates and reduce escalation.
RentBridge uses Twilio's messaging infrastructure to connect the AI interface with real-world communication channels.
Twilio enables:
WhatsApp messaging between landlords and tenants
SMS messaging as a fallback for accessibility
Real-time webhooks to capture incoming replies
Two-way synchronization between phone conversations and the web platform
This creates a seamless experience where conversations happen on WhatsApp or SMS, while the AI mediation layer improves communication quality before messages are delivered.
RentBridge therefore acts as a bridge between human communication and AI assistance, without interrupting natural messaging habits. It brings AI mediation directly into the channels people already trust and use daily.
RentBridge is built with three main layers:
Refines messages while preserving user intent
Suggests replies based on recent conversation context
Allows adjustable tone controls (firmer, softer, more empathetic, etc.)
Sends approved messages through WhatsApp or SMS
Receives replies via Twilio webhooks
Synchronizes external conversations with the platform
Enables real-time, two-way communication
Stores all messages in a unified conversation log
Supports real-time dashboard updates
Handles multiple tenants per landlord using conversation mapping
Creates a single source of truth across all channels
User drafts message in web app
AI processes and returns refined version
User approves and clicks "Send"
Message is routed through Twilio WhatsApp or SMS API
Twilio webhooks capture any incoming replies
All messages are stored in conversation database
Dashboard updates in real-time for both parties
Challenge 1: Cross-Platform Synchronization Messages can originate from the web app, WhatsApp, or SMS. Without a single source of truth, conversations fragment quickly.
Solution: Every message writes to the same conversation table first, then branches to the appropriate channel (app, Twilio API, or webhook ingestion).
Challenge 2: Multi-Tenant Routing A landlord might manage multiple tenants. Twilio normally just provides a phone number, creating ambiguity about which conversation a message belongs to.
Solution: Conversation mapping layer that links each phone number to a specific tenant and property, ensuring messages always route to the correct thread.
Challenge 3: AI Tone Mediation General-purpose AI can generate off-topic or over-sanitized responses.
Solution: AI is constrained to act as a neutral mediator that paraphrases the user's intent into polite, professional language without changing the core message. The system also generates suggested responses based on conversation context to prevent emotionally charged replies.
The prototype was tested with:
1 landlord account
2 tenant accounts
Key tests included:
AI-mediated message rewriting
Twilio message delivery across WhatsApp and SMS
Multi-tenant conversation routing
Real-time dashboard synchronization
Result: All messages remained correctly mapped across both the web interface and messaging channels. The core system works end-to-end.
The system is currently a working prototype. Production scaling would require:
Expanded testing with 10+ real landlord-tenant pairs
Fine-tuning AI tone models for different languages and cultural contexts
Payment integration (to track rent/deposit discussions alongside messaging)
Audit logging for dispute resolution
Keeping the web interface, WhatsApp, and SMS perfectly in sync required careful database architecture. Initial approach (separate message tables) led to fragmentation. Solution was to unify everything under a single conversation table with multiple ingestion points.
Learning: When building cross-platform systems, design the database schema around the user's intent (one conversation) first, then build input/output handlers. Don't let the platform dictate the data model.
Early versions of AI curation were either too aggressive (removing all emotion) or too timid (barely changing the message). Finding the right balance required iterating on prompts and adding user controls for tone adjustment.
Learning: Let the user have the final say on tone. Provide suggestions, but build in controls like "make this firmer," "soften this," "shorter," "more empathetic" so users can steer the AI to their preference.
Not every message needs AI curation. Some messages are already clear and respectful. Adding friction for those cases would frustrate users.
Learning: Curation should be optional. Users click "Curate with AI" only when they feel uncertain about tone. The system should never force mediation on every message.
A powerful future extension of RentBridge would be AI-mediated voicemail.
Voicemail is traditionally used for urgent communication, but long recordings can be unclear or emotionally charged.
RentBridge could transform voicemail into AI-summarized actionable messages.
A tenant records a voice message explaining a problem:
"I've been trying to reach you about the heating problem in my flat and it's getting really cold."
AI generates a summary delivered to the landlord:
"Your tenant reports a heating issue at the property and is requesting assistance. Would you like to arrange maintenance?"
This effectively turns RentBridge into a lightweight digital mediation layer, helping coordinate communication and next steps between tenants and landlords.
Immediate (Next 3 Months)
Expand user testing: Move from 3 test accounts to 10+ real landlord-tenant pairs
Measure behavior change: Track what % of messages go through AI curation, and whether conversations resolve faster and with less escalation
Iterate on AI tone models: Fine-tune the AI to handle different communication styles and cultural contexts
Add payment tracking: Link rent/deposit discussions to actual payment events
Medium Term (3-6 Months)
Expand use cases: Test RentBridge workplace feedback, customer service, and financial discussions beyond rent
Build audit trail: For disputes, create a transparent log of what was drafted vs. what was sent
Multilingual support: Build AI models for Spanish, Arabic, Mandarin, and other languages
Long Term (6+ Months)
Become the neutral layer: Make RentBridge the trusted platform where both landlords and tenants feel protected
Legal integration: Partner with landlord-tenant advocacy groups to make RentBridge part of formal communication records
Scale beyond rental: Apply the same mediation layer to other high-stakes conversations
Implement AI-mediated voicemail feature
RentBridge improves communication in situations where tone matters most. It helps users:
Avoid unnecessary conflict
Communicate more professionally
Resolve issues faster
Maintain healthier relationships
The system is particularly helpful for:
Landlords and tenants navigating financial and legal tensions
Non-native English speakers who struggle with tone in written English
Neurodivergent users who find tone navigation challenging
Anyone communicating under stress or emotional charge
The Twilio challenge focuses on bridging AI and human communication to create more natural, inclusive, and accessible interactions.
RentBridge achieves this by:
1. AI as Mediator, Not Replacement RentBridge uses AI as a communication mediator, not a replacement for humans. Users remain in control and authentic.
2. Natural Communication By refining tone before send, conversations stay natural and human-centered, not robotic.
3. Inclusive Design RentBridge helps people who struggle with written communication—non-native speakers, neurodivergent individuals, people under stress—communicate more clearly without losing their voice.
4. Accessible Integration Built directly into WhatsApp and SMS, the platforms people already use daily. No learning curve, no extra tools needed. Powered by Twilio's global messaging infrastructure.
5. Real-World Impact Measurable outcomes (faster resolution, fewer escalations, stronger relationships) prove that AI can improve human connection, not replace it.
Rather than sending messages faster, RentBridge helps people communicate better. It bridges the gap between human intention and digital interaction, making conversations more thoughtful, respectful, and productive.
RentBridge is an AI-mediated communication layer designed to improve how people interact in sensitive conversations.
By combining AI tone mediation with Twilio's messaging infrastructure, RentBridge enables communication that is:
More professional
More inclusive
More accessible
More constructive
The result is a next-generation communication interface where AI acts as a bridge between people, helping conversations stay productive rather than escalating into conflict.
RentBridge transforms the moment before send from a point of conflict into an opportunity for clarity—powered by Twilio's global messaging infrastructure.