<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vishal Kachalia</title>
    <description>The latest articles on DEV Community by Vishal Kachalia (@vishalkachalia).</description>
    <link>https://dev.to/vishalkachalia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3402461%2F0d33fa5c-53f3-408a-a8e8-9e040b9d2bcc.jpeg</url>
      <title>DEV Community: Vishal Kachalia</title>
      <link>https://dev.to/vishalkachalia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vishalkachalia"/>
    <language>en</language>
    <item>
      <title>We Open-Sourced Our AI Platform - Here's What We Learned</title>
      <dc:creator>Vishal Kachalia</dc:creator>
      <pubDate>Mon, 18 Aug 2025 09:24:40 +0000</pubDate>
      <link>https://dev.to/vishalkachalia/we-open-sourced-our-ai-platform-heres-what-we-learned-3i6c</link>
      <guid>https://dev.to/vishalkachalia/we-open-sourced-our-ai-platform-heres-what-we-learned-3i6c</guid>
      <description>&lt;p&gt;After building WEAM internally for 2+ years, we made the decision to open source the entire platform. Here's the story and what we're hoping for from the community.&lt;/p&gt;

&lt;p&gt;What is WEAM?&lt;br&gt;
WEAM is essentially "ChatGPT for teams" - but with some pretty interesting additions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-LLM support: OpenAI, Claude, Gemini, Llama, and more&lt;/li&gt;
&lt;li&gt;Organizational structure: "Brains" that organize AI interactions by team/project&lt;/li&gt;
&lt;li&gt;Custom agents: Build specialized AI assistants with knowledge bases&lt;/li&gt;
&lt;li&gt;RAG pipeline: Upload documents and have AI reference them intelligently&lt;/li&gt;
&lt;li&gt;Ready-made apps: QA analysis, video processing, content generation, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: Next.js (fully responsive)&lt;/li&gt;
&lt;li&gt;Backend: Node.js + Python&lt;/li&gt;
&lt;li&gt;Deployment: Docker-ready, 2-minute setup&lt;/li&gt;
&lt;li&gt;Integrations: MCP protocol, OAuth 2.0, JWT auth&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why Open Source?&lt;br&gt;
Honestly? Three reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI platforms shouldn't be black boxes 📦&lt;/li&gt;
&lt;li&gt;The community will probably build cooler stuff than we ever could 🚀&lt;/li&gt;
&lt;li&gt;We're genuinely curious what happens when developers get their hands on it 😄&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What We're Looking For&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code reviews (especially architecture feedback)&lt;/li&gt;
&lt;li&gt;Bug reports (they're definitely hiding in there)&lt;/li&gt;
&lt;li&gt;Feature requests for our roadmap&lt;/li&gt;
&lt;li&gt;Contributors who want to build cool AI apps with us&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get Started&lt;br&gt;
&lt;code&gt;bashgit clone https://github.com/weam-ai/weam.git&lt;br&gt;
cd weam&lt;br&gt;
bash build.sh&lt;br&gt;
docker-compose up -d&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/weam-ai/weam" rel="noopener noreferrer"&gt;https://github.com/weam-ai/weam&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://docs.weam.ai" rel="noopener noreferrer"&gt;https://docs.weam.ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you think? Ready to help us figure out what we got right (or hilariously wrong)?&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>python</category>
      <category>node</category>
    </item>
    <item>
      <title>Weam AI is Now Open Source: Team-Ready AI Platform</title>
      <dc:creator>Vishal Kachalia</dc:creator>
      <pubDate>Thu, 31 Jul 2025 11:58:12 +0000</pubDate>
      <link>https://dev.to/vishalkachalia/weam-ai-is-now-open-source-team-ready-ai-platform-e3a</link>
      <guid>https://dev.to/vishalkachalia/weam-ai-is-now-open-source-team-ready-ai-platform-e3a</guid>
      <description>&lt;p&gt;The AI landscape is chaotic. Too many tools, scattered workflows, zero collaboration.&lt;/p&gt;

&lt;p&gt;Weam fixes this.&lt;/p&gt;

&lt;p&gt;What is Weam?&lt;br&gt;
A collaborative AI platform that brings multiple models (GPT, Claude, Gemini) into one team-friendly interface.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Team Collaboration - Share prompts, build together&lt;/li&gt;
&lt;li&gt;Multi-Model Access - Best of all AI models in one place&lt;/li&gt;
&lt;li&gt;Enterprise Ready - Secure, scalable, compliant&lt;/li&gt;
&lt;li&gt;Open Source - Customize and self-host&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Perfect For:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Startups: Stop paying for multiple AI subscriptions&lt;/li&gt;
&lt;li&gt;Enterprise: Secure, collaborative AI for teams&lt;/li&gt;
&lt;li&gt;Developers: Open architecture with APIs&lt;/li&gt;
&lt;li&gt;Agencies: Streamlined client workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Quick Start&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bashgit clone https://github.com/weam-ai/weam
docker-compose up -d
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Get Involved&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Star on GitHub&lt;/li&gt;
&lt;li&gt;Join Discord&lt;/li&gt;
&lt;li&gt;Read Docs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Contributing Welcome!&lt;br&gt;
Looking for contributors in:&lt;/p&gt;

&lt;p&gt;Frontend (React/TypeScript)&lt;br&gt;
Backend (Node.js/Python)&lt;br&gt;
AI/ML integrations&lt;br&gt;
Documentation&lt;/p&gt;

&lt;p&gt;Ready to turn AI chaos into team clarity?&lt;br&gt;
What's your biggest AI adoption challenge? Let's discuss!&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #OpenSource #TeamCollaboration #LLM #Developer
&lt;/h1&gt;

</description>
      <category>opensource</category>
      <category>github</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>Weam AI is Now Open Source: Team-Ready AI Platform - https://github.com/weam-ai/weamai</title>
      <dc:creator>Vishal Kachalia</dc:creator>
      <pubDate>Thu, 31 Jul 2025 11:53:26 +0000</pubDate>
      <link>https://dev.to/vishalkachalia/weam-ai-is-now-open-source-team-ready-ai-platform-httpsgithubcomweam-aiweamai-2o0g</link>
      <guid>https://dev.to/vishalkachalia/weam-ai-is-now-open-source-team-ready-ai-platform-httpsgithubcomweam-aiweamai-2o0g</guid>
      <description></description>
      <category>opensource</category>
      <category>ai</category>
      <category>announcement</category>
    </item>
  </channel>
</rss>
