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

Surviving the Streaming Dungeon with Kafka Queues

https://rion.io/2026/02/02/surviving-the-streaming-dungeon-with-kafka-queues/
1•rionmonster•3m ago•0 comments

Jemalloc

https://github.com/jemalloc/jemalloc
1•flykespice•4m ago•0 comments

AdonisJS 7.0.0 Has Been Released

https://adonisjs.com/
1•krthr•4m ago•0 comments

U.S. Capabilities Are Showing Signs of Rot

https://www.theatlantic.com/ideas/2026/03/military-failures-trump-iran/686244/
1•Jtsummers•4m ago•0 comments

Sam Altman Wants Elected Officials, Not OpenAI, to Decide How Military Uses AI

https://www.wsj.com/tech/ai/sam-altman-wants-elected-officials-not-openai-to-decide-how-military-...
2•ndkap•5m ago•0 comments

I trained an LLM from loss 11.47 to loss 2.35 on one TPU v5e for $1.16

https://github.com/2001sameersharma/twodollarllm
1•twodollarllm•5m ago•0 comments

The Glaring Oversight in the U.S. War Plan

https://www.theatlantic.com/national-security/2026/03/iran-war-drones-ukraine-pentagon/686249/
1•Jtsummers•5m ago•0 comments

AI Safety Has 12 Months Left

https://mhdempsey.substack.com/p/ai-safety-has-12-months-left
1•gmays•7m ago•0 comments

Imagination Is Work

https://seths.blog/2026/03/imagination-is-work/
2•herbertl•7m ago•0 comments

Show HN: TrueLock – secure messages as encrypted files with unlock rules

https://truelock.pro/
2•dkatsura•9m ago•0 comments

GitHub Having Issues

https://www.githubstatus.com/incidents/g9j4tmfqdd09
5•ZeWaka•9m ago•2 comments

Labor Market Impacts of AI

https://www.anthropic.com/research/labor-market-impacts
3•jjwiseman•12m ago•0 comments

Tapadas Limeñas: Lima's Mysterious Women Revealed

https://blog.viajesmachupicchu.travel/en/tapadas-limenas-limas-mysterious-women-revealed/
2•petethomas•14m ago•0 comments

Shipping System Fonts to Github.com

https://markdotto.com/blog/github-system-fonts
2•rbanffy•14m ago•0 comments

Show HN: Bus Core – a local-first ERP for small manufacturing shops

3•True-Good-Craft•15m ago•0 comments

Show HN: Fitopoly – a fitness app that turns workouts into territory conquest

https://www.fitopoly.app
2•63labs•15m ago•0 comments

Cluely CEO Roy Lee admits to publicly lying about revenue numbers last year

https://techcrunch.com/2026/03/05/cluely-ceo-roy-lee-admits-to-publicly-lying-about-revenue-numbe...
7•minimaxir•17m ago•2 comments

Show HN: Presage – Real-time insider detection for prediction markets

https://www.usepresage.com/
3•Jonsh92•18m ago•0 comments

Opik – An Observability Layer for OpenClaw

https://github.com/comet-ml/opik-openclaw
2•calebkaiser•18m ago•0 comments

(Science paper) Researchers 3D-print elephant figure inside a living, human cell

https://advanced.onlinelibrary.wiley.com/doi/epdf/10.1002/adma.202519286
1•Muhammad523•19m ago•0 comments

ChatGPT 5.4 Pro: A simple 'Hi' cost me $80

https://xcancel.com/Yuchenj_UW/status/2029645361548251271?s=20
3•doener•20m ago•0 comments

Tech firms pledge to pay for AI data centre power costs. But will they?

https://www.bbc.com/news/articles/cx244kdplnzo
3•inaros•20m ago•0 comments

Cognitive Task Partitioning: an architecture for AI-assisted development

https://github.com/UglyEgg/cognitive-task-partitioning
3•majeric•22m ago•0 comments

Netflix is buying Ben Affleck's AI startup

https://www.theverge.com/streaming/889973/netflix-ben-affleck-interpositive-ai
3•ripe•23m ago•0 comments

A Darkly Modern Guide to Betting on War

https://www.bloomberg.com/news/articles/2026-03-03/iran-war-tests-insider-trading-death-wagers-on...
4•smcin•24m ago•1 comments

Google makes Gmail, Drive, and Docs 'agent-ready' for OpenClaw

https://www.pcworld.com/article/3079523/google-makes-gmail-drive-and-docs-agent-ready-for-opencla...
3•TMWNN•25m ago•0 comments

"An Engineer Looks at Electronic Computing" 1965 IBM 1130 Computing System [video]

https://www.youtube.com/watch?v=k-bmCJyoBu4
3•rbanffy•25m ago•0 comments

Analysis Suggests School Was Hit Amid U.S. Strikes on Iranian Naval Base

https://www.nytimes.com/2026/03/05/world/middleeast/iran-school-us-strikes-naval-base.html
2•hggh•25m ago•0 comments

Musk tells jury 'people read too much' into his posts

https://www.bbc.com/news/articles/c7433dz4ykwo
4•inaros•28m ago•0 comments

Web-Haptics: Haptic Feedback Comes to iOS Safari

https://veritula.com/ideas/4511-web-haptics-haptic-feedback-finally-comes-to-io
3•dchacke•30m ago•1 comments