Why People Can Always Tell When AI Wrote Your Text
Young adults are letting ChatGPT draft their texts and hard conversations. Here's why it's obvious and what actually works instead.
Necesito un desarrollador que construya un bot para Telegram capaz de gestionar un flujo de preguntas y respuestas de forma totalmente automática. El objetivo es que, cuando un usuario escriba una consulta dentro de mi canal o chat, el bot detecte la intención y envíe la respuesta adecuada de inmediato. Qué espero del trabajo: • Programar el bot desde cero (puede ser en Python, Node.js o la tecnología que mejor domines, siempre que sea compatible con la API de Telegram). • Configurar lógica de preguntas y respuestas: recibiré un pequeño listado de FAQs y debo poder ampliarlo yo mismo más adelante sin tocar el código. • Implementar manejo de comandos básicos para tareas de administración ...
Necesito un bot que envíe actualizaciones de servicio en tiempo real a nuestros usuarios mediante Telegram. Cada vez que el backend detecte un cambio de estado, debe dispararse un mensaje automático al canal o chat que indiquemos, utilizando la Telegram Bot API. Entregables esperados: • Bot o webhook funcional (Python, Node.js u otra tecnología equivalente) con código limpio y comentado. • Archivo de configuración para el token del bot, la lista de destinatarios y los textos de cada actualización. • Script o instructivo paso a paso para instalar dependencias y desplegarlo en nuestro servidor Linux. • Manejo de errores y reintentos ante caídas de red o límites de la API, con registro básico en logs. ...
Urgente GoHighLevel + WhatsApp + Reservo API — Duplicación e integración Presupuesto: US$125 luego la entrega me tomo 5 días para revisión no aya errores Entrega: lo más rápido posible, idealmente el mismo día Busco un freelancer con experiencia en GoHighLevel, WhatsApp, APIs/Webhooks y, preferiblemente, Python para realizar una integración sencilla. 1. Duplicar mi bot actual Actualmente tengo un bot de WhatsApp funcionando en GoHighLevel, configurado en portugués. Quiero duplicarlo en una nueva subcuenta y convertir la copia al español. MUY IMPORTANTE NO quiero que se modifique absolutamente nada del bot original. El bot original debe continuar funcionando exactamente como está. No modificar: Workflow...
Necesito un bot que, al cerrar cada vela de 4 horas, consulte los precios de tres activos clave—petróleo (crudo), Nasdaq 100 y oro—y envíe un resumen inmediato tanto a mi canal de Telegram como a mi número de WhatsApp. El mensaje debe incluir como mínimo: • Precio de cierre de la última vela de 4 h • Variación porcentual frente a la vela anterior Si resulta sencillo añadir un par de indicadores básicos (por ejemplo RSI o cruce de medias) para enriquecer el texto, perfecto; pero el core del proyecto es la notificación puntual de precios. Prefiero una solución en Python o Node .js porque ya trabajo con esos entornos, aunque estoy abierto a la tecnología que mejor garantice estabilidad...
Saya sedang mencari solusi praktis agar setiap chat yang masuk di WhatsApp dapat terjawab secara otomatis, baik itu pesan teks maupun kiriman gambar atau video. Tujuan saya sederhana: menghemat waktu sekaligus memastikan semua orang mendapat balasan cepat dan konsisten. Apa yang saya butuhkan: • Skrip, bot, atau integrasi yang langsung aktif di akun WhatsApp saya (bisa WhatsApp Business API, webhook, atau platform sejenis—mana pun paling efisien). • Pengaturan templated reply untuk berbagai skenario umum, termasuk fallback jika jenis pesan tidak terdefinisi. • Cara mudah menambah atau mengubah pesan balasan di kemudian hari tanpa harus menyentuh kode kompleks. • Panduan singkat pemakaian agar saya bisa memonitor, menonaktifkan, atau menyesuaikan otomatisa...
I need an experienced developer to recode a Discord bot. The current platform is Discord, but I need to enhance its functionality. Ideal Skills & Experience: - Proficiency in Discord bot development - Experience with Python or JavaScript - Familiarity with Discord API - Strong problem-solving skills Please provide examples of previous Discord bot projects.
Project Name: Build a Microsoft Teams Search Bot ## 1. Project Overview I want to create a simple chatbot for my company's Microsoft Teams. When a staff member types an IP address or a Computer Name (Hostname) into the chat, the bot should automatically look it up in an Excel spreadsheet and reply with the details of that asset (like who owns it or its location). To keep our company data safe, I will not give the developer access to my system, and I do not want to import pre-made files. Instead, the developer will guide me over a live video call (like Zoom or Teams) while I share my screen, showing me exactly where to click on my laptop to build the bot myself. ## 2. Tools We Will Use We will use standard Microsoft tools that are already built into our company account: * Microsoft T...
# Developer Needed – Automated Label Editing & Barcode Generation Tool I'm looking for a developer to build a tool that can automatically edit predefined label templates using information supplied by the user. I will provide **example/reference labels showing exactly which parts of each template need to be changed and how the finished output should look**. The fields and positions will not initially be provided as programmatic coordinates/specifications — they will need to be recreated from the supplied examples. ### Basic workflow The tool will receive information such as: - Tracking/reference numbers - Addresses/names - Various other custom text/numeric fields Certain supplied values will also need to be converted into the appropriate machine-readable barcode f...
# Developer Needed – Flight Tracking Bot + Mobile App We are looking for an experienced developer to build a flight-tracking solution, initially focused on tracking aircraft associated with Formula 1 drivers, with the possibility of expanding the platform to other public figures and use cases in the future. ## Phase 1 – Twitter/X Flight Tracking Bot The first phase is to develop an automated Twitter/X bot that: * Tracks specific aircraft by registration/tail number. * Uses a reliable flight-tracking/data API. * Detects relevant events such as departures, arrivals, and potentially changes in destination/status. * Automatically publishes updates to a Twitter/X account. * Includes relevant flight information in a clean, consistent format. * Is designed so additional aircraft c...
I have source code if user enter code data details should be delivered in my telegram bot
TL,DR: I have more than 50+ agent to be developed. Each agent the budget is 1k to 1.5k. Quote only if you are accepting this. I need an AI agent built in Microsoft Copilot Studio and orchestrated through Power Automate that can take repetitive work off my plate. Its core job is task automation: triaging and responding to email, driving workflow approvals, and handling a few special-purpose agents I already have in mind. Environment & integrations • Microsoft 365 is the hub—Outlook for email, Teams for chat notifications, and SharePoint for storing any logs or artefacts the agent produces. • Everything must stay native to the Microsoft stack so it remains secure and easy for my admins to maintain. What I’m expecting from you – A Copilot Studio bot c...
$5-10 MAX Quick Fix Add Profit Capture Exit Logic (Polymarket Bot) I need a new exit rule that allows the bot to close positions early once a high percentage of the maximum possible profit is reached, instead of waiting for market expiry. Logic: Each position on Polymarket has a max payout of $1.00, so: max_profit = 1.00 - entry_price current_profit = current_price - entry_price profit_ratio = current_profit / max_profit Exit Condition: Add a configurable parameter: profit_capture_threshold (example: 0.70 – 0.85) If: profit_ratio >= profit_capture_threshold Then: Immediately close the position Lock in profit Free up buying power for new trades Example: Entry = 0.77 Max profit = 0.23 Current price = 0.94 Current profit = 0.17 profit_ratio = 0.17 / 0.23 ≈ 0.74 I...
Young adults are letting ChatGPT draft their texts and hard conversations. Here's why it's obvious and what actually works instead.
OpenAI's model broke its own security test and attacked Hugging Face. Here's why AI still can't test AI safely.
Huge opportunity for ongoing work from a massive new Freelancer project