Popular
-
[Full-stack AI development] My impressions after using Replit and pricing plans explained | It's great, but is it difficult for non-engineers?
"I tried making an app with an AI development tool, but I always got stuck connecting to external services..." Replit is the ideal development environment for such "Vibecoders who want to take it a step further." Recently, many AI tools have appeared that automatically generate UI and code, but... -
[AI Security] Tricking an LLM with Prompt Injection | HackTheBox External Affairs Writeup
We live in an age where AI is acting as a proxy for human decision-making. What would happen if we could "trick" that AI just a little? This time, we took on the challenge of a CTF to break through international travel screening using AI. We used prompt injection, a technique that exploits a weakness in large-scale language models (LLMs). -
[AI Security] AI Agent Hijacking Exploiting OpenAI Function Calling: Practice and Defense Strategies Explained! HackTheBox Loyalty Survey Writeup
The evolution of AI has already gone beyond simply conversing with humans. Recent large-scale language models (LLMs) can call external functions and APIs in response to user requests, running actual systems and services. OpenAI's Function Calling feature... -
Is Coolify automatically exited? The true nature of the problem that stops every day [v4.0.0-beta.420.1]
I was faced with this mysterious phenomenon where an app I deployed on Coolify automatically ends up exiting at a certain time every day. At first I thought, "Is it stopped because I haven't set up a Health check?" and looked around the settings, but I couldn't find any particular cause... -
Create.xyz vs. Replit: AI Development Tool Features, Pricing, and Usability | Engineers Comparing the Differences Based on Their Experience
With the rise of no-code/low-code and AI coding assistance tools, many people may be wondering, "Which one should I use?" Especially with tools like Create.xyz and Replit, which leverage AI to make app development much easier... -
[AI Security] Disabling specific classes by tampering with the model | HackTheBox Fuel Crisis Writeup
We are now in an era where AI not only "learns and makes decisions," but also the models that make those decisions are themselves targets of attack. In particular, the weights and biases of machine learning models are central to determining their output, and tampering with these can intentionally distort prediction results. Such models... -
Create.xyz is the best! No API key required, AI app development and mobile app development can be completed with Vibe Coding | How to get started & pricing plan explanation
"I have an idea, but I don't think I can develop an app..." For non-engineers who want to create web or mobile apps, create.xyz is a dream development platform. Recently, there have been many apps that generate UIs in natural language and suggest code snippets... -
Create.xyz vs. Lovable: AI Development Tool Features, Pricing, and Usability | Engineers Comparing the Differences Based on Their Experience
With the proliferation of no-code/low-code development tools, many people are probably wondering, "Which one should I use?" Especially with attractive options like Create.xyz and Lovable that utilize AI to make app development much easier... -
I created an image generation app using Next.js and OpenAI API-DALL·E 3 (Tailwind CSS compatible)
Have you ever wanted to actually incorporate the recently talked about image generation AI into your app? In this article, we will show you how to build a simple image generation app using Next.js (App Router), Tailwind CSS, and OpenAI's Image Generation API (DALL·E 3)...