
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
A technology showcase.
This repo is designed as a showcase for how to build apps that scale.
We have built chat example apps a couple of times
before
and the response has been good,
this time our mission is to operate within a very tight set of constraints:
Chat. Probably the most scalable implementation you will see.
We use S3 to render our initial page and host all our static content. https://aws.amazon.com/s3/
API Gateway routes the requests we make from the front-end through to the Lambda function that will process it. https://aws.amazon.com/api-gateway/
https://aws.amazon.com/lambda/
https://aws.amazon.com/dynamodb/
Over 50% of browsers (Firefox & Chrome) which means we can cut-out paying for IOT messages for the people who are using good browsers.
http://caniuse.com/#feat=rtcpeerconnection
This also means when we use Electron
How much does all of this cost...?
Let's break down the cost in the order of the Tech Stack.
https://aws.amazon.com/s3/pricing/
https://aws.amazon.com/api-gateway/pricing/
What is a read/write capacity unit? http://aws.amazon.com/dynamodb/faqs/#What_is_a_readwrite_capacity_unit
https://aws.amazon.com/lambda/pricing/
https://aws.amazon.com/dynamodb/pricing/
Amazon Cognito costs $0.15 for each 10,000 sync operations and $0.15 per GB of sync store per month.
https://aws.amazon.com/cognito/pricing/
$5 per million messages.
A message is a 512-byte block of data processed by AWS IoT – either published to or delivered by the Service. For example, a 900-byte payload is billed as two messages.
https://aws.amazon.com/iot/pricing/
We considered using S3 as our primary data store, but soon realized its not that "simple"... see: Why does S3 still not support Appending? https://news.ycombinator.com/item?id=10746969
FAQs
Chat that scales predictably.
The npm package achat receives a total of 2 weekly downloads. As such, achat popularity was classified as not popular.
We found that achat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.