Can an AI agent build its own landing page? I decided to test it. I gave my agent a single command and pointed it to its own README: https://t.co/M5AFs3XnjY
It generated a complete, marketing-ready landing page from scratch
#aiagents#opensource#selfhosted#BuildInPublic
Meet the OpenPAIAgent is a lightweight, fast Personal AI agent that runs locally on your computer or server
Inspired by OpenClaw and designed as an ultra-lightweight, feature-free alternative. No cumbersome frameworks
#aiagents#opnesource#buildinpublic#selfhosted#OpenPAIAgent
Ребята, а вы знаете, кто такой Битрикса Ларавелист? Это когда ты днём кодишь на Битрикс24 корп портал и разгребаешь массивы $arResult, а ночью плачешь от счастья, настраивая чистый DI и фасады в Laravel. Существует вообще такой подвид разработчиков или это мифический персонаж?
Собеседование на английском больше не страшен. Напиши боту, и он подготовит тебя к интервью.
English Boost AI — это карманный ИИ-репетитор: • Исправляет ошибки в чате на лету • Тренирует произношение голосом • Имитирует реальный диалог
Старт тут: https://t.co/dtDkQgBNHG
Прокачай английский без дорогих репетиторов! Попробуй English Boost AI, твой личный ИИ-тренажер в Telegram:🗣️Голосовой чат и разбор произношения 💼Ролевые игры: подготовка к собеседованиям📝 Исправление ошибок
Попробуй: https://t.co/dtDkQgBNHG или набери в поиске @EngBoostAiBot
@moniseraphina OpenPAIAgent
Lightweight, fast, and Open Personal AI agent running locally on your computer or server. Inspired by OpenClaw and designed as its ultra-lightweight, zero-bloat alternative
Project page: https://t.co/sMVB7rCL3N
@LunarResearcher Ready to see a real-world implementation of an open-source AI Agent? 🚀
OpenPAIAgent is a self-hosted personal assistant built to run locally, ensuring full data privacy while boosting your daily productivity.
Project page: https://t.co/sMVB7rCL3N
@MR_0FFICIALL If you want to go beyond simple chatbots, check out OpenPAIAgent!
It's an open-source Personal AI Agent built to make daily tasks more efficient and keep your data secure.
Projet page: https://t.co/sMVB7rCL3N
@GauriTripa94282 OpenPAIAgent is an open-source Personal AI Assistant designed to help users streamline their work and daily life.
Project page: 🔗 https://t.co/M5AFs3XnjY
@with_isabell Since it's a personal agent, it's strictly single-owner (even with multiple agents running).
Security is dead simple: the bot ignores everyone else by hardcoding my Telegram User ID. No complex multi-tenancy needed.
@sahildarz To keep tokens and costs low, I avoid dumping raw history. Instead, I use aggressive summarization into a compact JSON user profile (background fact extraction). For everything else, it’s strict keyword-filtered RAG pulling only top-3 chunks.
@divatoz We'll resolve this via page.goto with domcontentloaded, and then wait for the SPA to build via page.waitForFunction (we'll check that body.innerText is > 1000 characters long to avoid dependencies on changing selectors). We plan to intercept JSON via page.on('response').