frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Multiplayer "Hack My Agent" prompt injection game

https://alec.is/hack-my-agent/
1•arm32•3m ago•0 comments

Any Swiss devs found a "cheap" way to acces Banking APIs for a small project?

1•darktoto•4m ago•0 comments

Have your cake and decompress it too

https://spiraldb.com/post/cascading-compression-with-btrblocks
1•emschwartz•5m ago•0 comments

Show HN: Music Discovery Marketplace

https://www.secondtrack.co/discover
1•eriatarka•5m ago•0 comments

Tesla China delivery times collapse to 1-3 weeks as it extends financing again

https://electrek.co/2026/02/27/tesla-tsla-china-delivery-times-collapse-extends-financing-demand/
1•breve•5m ago•0 comments

2-3 Cups of Coffee a Day May Reduce Dementia Risk

https://www.nytimes.com/2026/02/09/health/coffee-tea-dementia-risk.html
1•brandonb•5m ago•0 comments

Mixture of Experts (MoEs) in Transformers

https://huggingface.co/blog/moe-transformers
1•ibobev•6m ago•0 comments

Tudumb

https://spyglass.org/netflix-warner-bros-paramount-deal/
1•colinprince•8m ago•0 comments

Mondrian Entered the Public Domain. The Estate Disagrees

https://copyrightlately.com/mondrian-public-domain-controversy/
1•Tomte•9m ago•0 comments

If you drive clock wise along the beach on an island

1•Cookingboy•9m ago•0 comments

Software Quality (and Reliability, and Frugality)

https://morrick.me/archives/10267
2•speckx•11m ago•0 comments

Show HN: Alba – Earn and bid on unique software using idle AI credits

https://alba-run.vercel.app/
1•WadeToEarth•12m ago•0 comments

Show HN: Treekei – understand project code structure in seconds

https://github.com/zihao-liu-qs/treekei
2•zihao-liu-qs•12m ago•1 comments

Apple Magic TouchstreamLP: Using the Apple Magic Trackpad as Keyboard

https://github.com/disarmyouwitha/AppleMagicTouchstreamLP
1•tosh•13m ago•0 comments

NASA shakes up its Artemis program to speed up lunar return

https://arstechnica.com/staff/2026/02/nasa-shakes-up-its-artemis-program-to-speed-up-lunar-return/
2•LorenDB•15m ago•0 comments

Show HN: Gas Town Control Plane – hosted monitoring for multi‑agent workspaces

https://github.com/SmolNero/gastown-control-plane
1•edgar_ortega•17m ago•0 comments

An Ode to Houseplant Programming

https://hannahilea.com/blog/houseplant-programming/
1•evakhoury•19m ago•0 comments

Toxic combinations: when small signals add up to a security incident

https://blog.cloudflare.com/toxic-combinations-security/
1•unknownhad•19m ago•0 comments

Show HN: ClawDocx – We built a skill and guide library for OpenClaw AI agents

https://clawdocx.com/
1•obobobo•21m ago•0 comments

Rivian was saved by software in 2025

https://techcrunch.com/2026/02/12/rivian-was-saved-by-software-in-2025/
1•PaulHoule•21m ago•0 comments

Show HN: Offline-First Agent Multiplexer

https://twitter.com/ethansteininger/status/2027401658272031108
1•Beefin•21m ago•0 comments

Media Diet

https://macwright.com/2026/02/05/media-diet
1•speckx•22m ago•0 comments

Traveling neighborhoods: a different kind of group trip (2024)

https://devon.postach.io/post/traveling-neighborhoods-a-different-kind-of-group-trip
1•surprisetalk•23m ago•0 comments

Colt's Revolutions (2024)

https://taylor.town/colt
1•surprisetalk•23m ago•0 comments

AI RSS feed summarizer that powers feeds.carmo.io

https://github.com/rcarmo/feed-summarizer
1•janandonly•23m ago•0 comments

Why Concepts Aren't Objects

https://essenceofsoftware.com/posts/concepts-and-oop/
1•surprisetalk•23m ago•0 comments

Show HN: Badge that shows how well your codebase fits in an LLM's context window

https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens
13•jimminyx•23m ago•2 comments

The Simple Essence of Monomorphization [video]

https://www.youtube.com/watch?v=xqoTzQ9b9S0
1•surprisetalk•23m ago•0 comments

Ente Locker

https://ente.io/blog/locker/
3•pentagrama•23m ago•0 comments

Most Knowledge Management Systems Fail

https://desktopcommander.app/blog/ai-knowledge-management-system/
1•rafaepta•24m ago•0 comments